2025-11-08 16:29:33 +00:00

34 lines
971 B
JSON

{
"version": "0.10.1",
"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.1/rustic-v0.10.1-x86_64-pc-windows-msvc.tar.gz",
"hash": "a5cc805236eb69a2f7ec5cf7b0f0797937b692bd3c4e07b665fab42b7100a88a"
}
},
"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"
}
}
}