rustic
rustic copied to clipboard
rustic - fast, encrypted, and deduplicated backups powered by Rust
From [comments](https://github.com/rustic-rs/rustic/issues/517#issuecomment-1485983945): I have a problem with a filename I don't know if it's related to unicode. Rustic just stopped itself after encountering an error while creating a file when...
I tried this on Windows and creating a backup of a folder seemed to work flawlessly. When I tried restoring it gave me a lot of these errors: ```sh thread...
see #250
features: - allow to rewrite tree with `:` syntax - Add option `--as-path` to use with rewrite command Implementation idea: - read snapshot/path - get the iterator over nodes -...
When using a hot/cold repo scenario, the hot repo should be in sync with the cold repo for files it contains. The `check` command does check the consistency of the...
The `diff` command currently shows differences between two snapshots or a snapshot and a local path. Having a statistic similar to restic would be nice. I.e. something like: ``` Files:...
When files/dirs are not existing, `restore` simply creates them. When content exists in the restore destination, but not in the snapshot, it is kept unless the `--delete` option is given...
There could be an option like `stdin-command` such that you could run: `rustic backup - --stdin-command "echo test"` (which, of course, is equivalent to running `echo test | rustic backup...
This is a duplicate of this issue from restic. https://github.com/restic/restic/issues/1018 I'd like to be able to create backups that aren't encrypted at all. Is this something that could be implemented?...
I'm considering adding rustic to my backup benchmark system at https://github.com/deajan/backup-bench#in-depth-comparison-of-backup-solutions Would you mind filling the in depth comparison table with rustic ? _Originally posted by @deajan in https://github.com/rustic-rs/rustic/issues/530#issuecomment-1485159868_