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

Coming from restic. With restic, I could back up three filesystems using the following command: ``` # restic -r 'rest:http://nas:8488/hostname' backup --one-file-system /boot /mailstore / ``` All three filesystems are...

S-triage

Hello, I am trying to figure out a way to get and parse the lve output of rustic restore to get progress updates when scripting rustic from another program. It...

S-triage

When backing up using config files, I would expect multiple `tags` declarations to be merged together. Instead, the first, most specific declaration is the only one considered. Some example cases:...

S-triage

Since I switched from rclone-SFTP to opendal SFTP I regularly have the problem, that during prune I get various errors from rustic about 0-length files. After removing them and doing...

S-triage

When using hot/cold storage `rustic prune --dry-run` will issue warmup commands. ``` $ rustic -V rustic 0.9.5 $ rustic prune --dry-run [INFO] using config /etc/rustic/rustic.toml [INFO] using warm-up command /etc/rustic/warmup.sh...

S-triage

Please add support for VSS on Windows so rustic can backup files in use. Restic supports this with: ```shell --use-fs-snapshot use filesystem snapshot where possible (currently only Windows VSS) ```

A-docs
C-enhancement
P-low
O-windows
A-ui-ux
A-filesystem

Context: rustic v0.9.5 no-cache When running forget --filter-tags backupName:backup.GetName() --keep-none in parralel using 4 go routines, error may appear with message: [INFO] Repository opendal:backups: password is correct. [INFO] Using no...

S-triage

## System - arch linux (6.13.3) - rustic-rs commit d1b11f9c5f8b83056a96608ea22a227f0d71431e (v0.9.5) - fuse3 v3.16.2 ## Issue When trying to use mount, I get the following error from fuse: ``` fuse:...

S-triage

I understand directories::ProjectDirs only looks in AppData on Windows but I would like for `C:\Users\USERNAME\.config\rustic` to be also scanned, multiple applications already use that location which resonates with Linux as...

S-triage

Hi, It would be cool to have a way to 'import' `tar` archive as stdin backup. Something like ``` tar c | rustic backup - ``` Why? Sometimes it's too...

C-enhancement
A-core