rustic
rustic copied to clipboard
rustic - fast, encrypted, and deduplicated backups powered by Rust
Hi, is there any plan to release Rustic on Chocolatey other than Scoop? - Docs: https://docs.chocolatey.org/en-us/features/create-packages - Example 1: https://github.com/CodyCline/horcrux-rs/blob/main/.github/workflows/publisher.yml - Example 2: https://github.com/mp4096/indentex/tree/master/packaging/windows_choco
This PR adds the `mount` command to rustic to access snapshot contents as a read-only filesystem when the feature-flag `mount` is chosen. As for the `webdav` command, there are following...
BREAKING CHANGE: - Config structure changes TODO: - [ ] how to deal with `copy` in a good way - [ ] decide on toml table names and structure, I...
Yes, you can use `rustic cat config`. This will, however, only show the raw json of the config file and not the default values used if an item is missing......
I'm trying to exclude some directories from my backup, and using globs to do so per [this discussion](https://github.com/rustic-rs/rustic/discussions/636) Using any include glob causes every single file to be ignored in...
Hi, I'm slowly trying to migrate my homelab backup from `restic` to `rustic`. One of behavior difference that I don't like is `--exclude-if-present` handling: - `restic` stores that excluded file...
I have the following iglob-file ``` !*.pfx !*.log ``` and I backup the .ssh folder with the following `.gitignore` file in it ``` netbird-200:~/.ssh# cat .gitignore !*.pfx *.old netbird-200:~/.ssh# ```...
Out of curiosity, is there a reason for different exclude format? Restic --iexclude-file accepts relative path while Rustic iglob-file absolute, so I can't just use Restic filters without modification (not...
There is [fuse-rs](https://github.com/zargony/fuse-rs) and this is one of the few missing features to feature parity with Restic. I sometimes find it very handy to just browse a snapshot with all...
``` $ rustic --version rustic v0.6.1 ``` ``` $ rustic key list error: unrecognized subcommand 'list' Usage: rustic key [OPTIONS] For more information, try '--help'. ``` ``` $ rustic key...