rustic
rustic copied to clipboard
rustic - fast, encrypted, and deduplicated backups powered by Rust
Hi, Finally I've got some time to try migrating backups from `restic` to `rustic` again. Right now it's big enough amount of shell code that generates CLI opts for `restic`....
Reproducible crash running `rustic prune` on an `opendal:sftp` repository initially created with r**e**stic. ``` [00:00:00] reading index... ████████████████████████████████████████ 132/132 [00:00:00] reading snapshots... ████████████████████████████████████████ 15/15 Well, this is embarrassing. rustic-rs had...
I use par2 to create redundancy files of my backups with the official settings: ``` [repository.options] post-create-command = "par2create -qq -n1 -r5 %file" post-delete-command = "sh -c \"rm -f %file*.par2\""...
Seems I've hit a bit of an edge case. I appear to have narrowed it down to the `one-file-system` option, but it wouldn't surprise me if it has something to...
If I do a backup from the command line with a logfile set, I get the following info on stdout: ``` Files: 85774 new, 146755 changed, 4622787 unchanged Dirs: 12748...
## Background When trying to open an old (2018) restic repository with rustic I get the following error: ``` > RUST_BACKTRACE="1" RUSTIC_PASSWORD="original-password" rustic -r "./restic-repo" snapshots [INFO] using no config...
In 0.9.5 I noticed such warning on my tests: ``` rustic (sisyphus)$ rustic backup . ... [00:00:00] reading index... ████████████████████████████████████████ 3/3 [00:00:00] getting latest snapshot... ████████████████████████████████████████ 3/3 [INFO] using parent...
I propose adding a config option with a list of globs that skips compressing files matching them, which is beneficial to skip compressing already compressed image/video files, which is a...
Signed-off-by: simonsan
After we know how to call rustic_core in an async context, we should consider switching to https://docs.rs/fuse3/latest/fuse3/