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 ! I used rustic (0.9) with success with small storage ( < 100Go) but now I have some trouble with a big storage of 1,8To. After a while, rustic...

C-bug
E-help-wanted

It would be really nice to, instead of a filesystem or stdin, backup a S3-compatible bucket using rustic. I've tried various techniques (rclone mount for example) and then read that...

C-enhancement
A-backends
A-meta

I have set `git-ignore = false` in my config. Yet `strace` shows tons of the following commands when running a backup: ``` [pid 2301286] stat("/1/5/e/e/0/.git", 0x7f49ced334a0) = -1 ENOENT (No...

C-question
C-upstream

## Context and description `rustic` has three complementary ways of being prompted a configuration. - the CLI arguments - the environment variables - the TOML configuration profile file the current...

C-refactor
A-architecture
A-config

depends on WIP https://github.com/rustic-rs/rustic_core/pull/255 TODO: - [ ] don't use branch dependency for rustic core, once https://github.com/rustic-rs/rustic_core/pull/255 is merged.

S-blocked

Hello! I ran into a bit of a struggle trying to get glob patterns to work with the `glob`/`iglob` setting in the config, on Windows. At first, I tried using...

O-windows
A-core
A-config

``` $ rustic --version rustic 0.8.1 $ rustic check [INFO] using config ./rustic.toml [INFO] repository rclone:OD01-ENC:rustic_kptsky_backup: password is correct. [INFO] using cache at /Users/kptsky/Library/Caches/rustic/75d391929ae92a6d1f797a8725950e8ac8a59424dbbdb4df5db1f06a8d87f348 [00:00:00] checking Snapshot in cache... ████████████████████████████████████████...

C-bug
A-errors

Viewing small files directly from TUI is very handy feature but in case if some lines are longer than terminal width they can not be seen nor copied. IMO lines...

C-bug
A-tui

Adds the possibility to compare two snapshots interactively. You have to mark exactly 2 snapshots and press `D` to get to the diff view. Also allows to recusively compute added/removed...

While trying to to restore backup: ``` rustic restore latest c:/restore ``` I'm getting this "panic": ``` name = "rustic-rs" operating_system = "Windows 10.0.19045 (Windows 10 Enterprise) [64-bit]" crate_version =...

S-triage