2025-09-12 16:28:38 +00:00

34 lines
971 B
JSON

{
"version": "0.10.0",
"description": "fast, encrypted, and deduplicated backups powered by Rust",
"homepage": "https://rustic.cli.rs",
"license": "MIT|Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/rustic-rs/rustic/releases/download/v0.10.0/rustic-v0.10.0-x86_64-pc-windows-msvc.tar.gz",
"hash": "95262fa775c14556c5f63b4b6d0b99113c54b0504ab067b4227ff51236d7d8cb"
}
},
"env_set": {
"RUSTIC_HOME": "$dir"
},
"bin": "rustic.exe",
"persist": [
"config",
"logs"
],
"checkver": {
"github": "https://github.com/rustic-rs/rustic"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rustic-rs/rustic/releases/download/v$version/rustic-v$version-x86_64-pc-windows-msvc.tar.gz"
}
},
"hash": {
"url": "$url.sha256"
}
}
}