rustic
rustic copied to clipboard
rustic - fast, encrypted, and deduplicated backups powered by Rust
This can be used e.g. for warming up data stored on cold storage. Command that would be worth to consider: - restore - prune - dump (not yet present in...
Currently, the packer only processes packs serially. This can be parallelized. As a result, this would allow to speed up the commands `backup` (up new files, or to be more...
ATM they are hardcoded at several places and kind of arbitrarily chosen. See also #61
Maybe use a feature for this. Seems that it is currently only working for linux/macos. links: https://crates.io/crates/librclone https://github.com/rclone/rclone/tree/master/librclone
maybe this helps with #48
``` user@host:~$ rustic -r /srv/repo snapshots | head -n 2 enter repository password: password is correct ID | Time | Host | Tags | Paths | Files | Dirs |...
`rustic backup` only accepts one path to being backup'ed. Changing this directly is tough as the `ignore` crate is used which also only support one path. A workaround is to...
See the open point and my comment in #33 This affects only caches if the repo was pruned by another client.
The `prune` command currently already loops over index files and processes the contained pack files by either keeping them, repacking them, marking/unmarking them for deletion or putting them on a...
As prettytable-rs doesn't seem to be actively maintained, see https://github.com/phsym/prettytable-rs/issues/139 This is related to #30.