aawsome
aawsome
I create this as a new issue so it will be still visible after #57 is closed. This is so far not supported in restic, see https://github.com/restic/restic/issues/3311 So, this can...
currently failing due to security issue in chrono (fixed in unreleased version 0.4.20), see https://github.com/chronotope/chrono/issues/602
See the two open points in #52, As #52 added the possibilty to change the standard pack size either via the `config` command or by a growing repository size, it...
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
`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.