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

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

E-help-wanted
P-low
A-packaging

use the [self_update crate](https://crates.io/crates/self_update)

enhancement
good first issue
help wanted

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

bug

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

bug
wontfix
restic compatibility

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

A-meta

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

documentation

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

documentation

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

documentation
good first issue
help wanted

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

enhancement