rustic icon indicating copy to clipboard operation
rustic copied to clipboard

rustic - fast, encrypted, and deduplicated backups powered by Rust

Results 184 rustic issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement
performance

ATM they are hardcoded at several places and kind of arbitrarily chosen. See also #61

C-enhancement
perf
P-low
A-commands

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

enhancement
low prio

maybe this helps with #48

help wanted
performance

``` user@host:~$ rustic -r /srv/repo snapshots | head -n 2 enter repository password: password is correct ID | Time | Host | Tags | Paths | Files | Dirs |...

bug
help wanted

`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...

enhancement

See the open point and my comment in #33 This affects only caches if the repo was pruned by another client.

enhancement

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...

enhancement

As prettytable-rs doesn't seem to be actively maintained, see https://github.com/phsym/prettytable-rs/issues/139 This is related to #30.

good first issue
help wanted
dependencies