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

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

C-bug
O-windows
A-ui-ux
A-filesystem

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

C-bug
O-windows

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

C-enhancement
A-cli
A-commands

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

C-enhancement
A-cli
A-commands

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

C-enhancement
good first issue
E-help-wanted
A-commands

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

C-enhancement
A-commands

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

C-enhancement
good first issue
A-cli

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

C-enhancement
perf
A-backends
A-encryption

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_

A-meta