rustic
rustic copied to clipboard
rustic - fast, encrypted, and deduplicated backups powered by Rust
Is it possible to create packages that can be installed from apt and yum? This would surely make it easier for people to use and adopt Rustic, as well as...
use the [self_update crate](https://crates.io/crates/self_update)
Restore creates files/dirs or special files like symlinks during the restore process. The standard case of an existing file also works: Its content is changed to the content-to-restore. However, if...
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...
So far I'm thrilled with Rustic - notably, it uses rclone, does a proper remote/local sync (so that I no longer need to mount an rclone remote and use `rclone...
currently failing due to security issue in chrono (fixed in unreleased version 0.4.20), see https://github.com/chronotope/chrono/issues/602
What are the compression levels? There isn't any guidance in the help display ``` --set-compression set compression level, 0 equals no compression ``` And which type of compression is used?...
I ran `prune --keep-delete 10m` and confirmed that the files had been marked for deletion with `repoinfo`. However, I came back 10m+ later and they were still there. I then...
I just discovered this now. I'm wondering if you could create some sort of feature comparison table to show how this compares to restic (and maybe even other popular tools)...
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...