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

When browsing to a specific snapshot the application crashes (using opendal S3) ``` The application panicked (crashed). Message: Cannot start a runtime from within a runtime. This happens because a...

C-bug
I-panic
A-filesystem

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/download-artifact](https://togithub.com/actions/download-artifact) | action | digest | `6b208ae` -> `fa0a91b` | ---...

A-dependencies

Adds the possibility to edit the filter used in the interactive snapshots view: - use 'V' to view or change the filter - use 'Ctrl-c' to reset to the filter...

Made a backup on MacOs M2 with following command `rustic -r mac-data backup /Volumes/Data` using rustic v0.7.0 Later tried to restore it with rustic v0.8.0 using command: `Restore: PS R:\>...

C-bug
O-windows
A-errors

Backing up a Docker Desktop Volume (Windows Share) results in the backup going on forever and not working as expected. Backup Directory: `\\wsl.localhost\docker-desktop-data\data\docker\volumes` Output: ``` [00:56:29] backing up... ████████████████████████████████████████ 458.17...

C-question

## 🤖 New release * `rustic-rs`: 0.9.3 -> 0.9.4 (✓ API compatible changes) Changelog ## [0.9.4](https://github.com/rustic-rs/rustic/compare/v0.9.3...v0.9.4) - 2024-10-20 ### Fixed - clippy lints for new Rust version ([#1329](https://github.com/rustic-rs/rustic/pull/1329)) - *(deps)*...

The `dump` command will now produce a tar when called with a directory.

- error message Command output: ``` [WARN] ignoring error reading parent snapshot: RusticError(ArchiverError(TreeStackEmpty)) [WARN] ignoring error reading parent snapshot: RusticError(ArchiverError(TreeStackEmpty)) [WARN] ignoring error reading parent snapshot: RusticError(ArchiverError(TreeStackEmpty)) [WARN] ignoring error...

perf
A-cli

Rustic keeps dying during my backups to B2, using opendal:b2. As a result, I have to repeatedly re-run rustic to complete the backup. During the backup, sometimes when B2 returns...

S-triage