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

Hi, is there any plan to release Rustic on Chocolatey other than Scoop? - Docs: https://docs.chocolatey.org/en-us/features/create-packages - Example 1: https://github.com/CodyCline/horcrux-rs/blob/main/.github/workflows/publisher.yml - Example 2: https://github.com/mp4096/indentex/tree/master/packaging/windows_choco

C-enhancement
O-windows
A-meta
A-packaging

This PR adds the `mount` command to rustic to access snapshot contents as a read-only filesystem when the feature-flag `mount` is chosen. As for the `webdav` command, there are following...

C-enhancement
A-commands
S-waiting-for-review

BREAKING CHANGE: - Config structure changes TODO: - [ ] how to deal with `copy` in a good way - [ ] decide on toml table names and structure, I...

A-docs
A-backends
M-breaking
C-refactor
A-config

Yes, you can use `rustic cat config`. This will, however, only show the raw json of the config file and not the default values used if an item is missing......

C-enhancement
A-commands
A-ui-ux

I'm trying to exclude some directories from my backup, and using globs to do so per [this discussion](https://github.com/rustic-rs/rustic/discussions/636) Using any include glob causes every single file to be ignored in...

C-enhancement

Hi, I'm slowly trying to migrate my homelab backup from `restic` to `rustic`. One of behavior difference that I don't like is `--exclude-if-present` handling: - `restic` stores that excluded file...

C-enhancement

I have the following iglob-file ``` !*.pfx !*.log ``` and I backup the .ssh folder with the following `.gitignore` file in it ``` netbird-200:~/.ssh# cat .gitignore !*.pfx *.old netbird-200:~/.ssh# ```...

C-enhancement
A-commands
C-refactor
A-ui-ux
A-config

Out of curiosity, is there a reason for different exclude format? Restic --iexclude-file accepts relative path while Rustic iglob-file absolute, so I can't just use Restic filters without modification (not...

C-enhancement
A-cli
M-breaking
C-refactor
S-triage
A-config

There is [fuse-rs](https://github.com/zargony/fuse-rs) and this is one of the few missing features to feature parity with Restic. I sometimes find it very handy to just browse a snapshot with all...

C-enhancement
A-commands
A-core

``` $ rustic --version rustic v0.6.1 ``` ``` $ rustic key list error: unrecognized subcommand 'list' Usage: rustic key [OPTIONS] For more information, try '--help'. ``` ``` $ rustic key...

C-enhancement
A-commands
A-encryption
A-core
A-architecture