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

Tested with `latest` and `rustic v0.7.0-45-gfc8e3c5-nightly` `rustic webdav` binds to `http://[::1]:8000` despite the configuration. ``` [webdav] address = "127.0.0.1:8000" path-template = "[{hostname}]/[{label}]/{time}" # The path template to use for snapshots....

S-triage
A-config

It works fine on Linux, but on Windows I get hit with: ``` [INFO] using config C:\Users\Douglas Parker\AppData\Roaming\rustic\config\rustic.toml [WARN] service=b2 operation=stat path=keys\a78464a933185e874b3f08533249cef3dacdfc52c5895a86fefd4ab889400c6f -> NotFound (persistent) at stat, context: { service:...

C-bug
A-backends

Hi, I tried to test `rustic` version 0.7.0 on Arch Linux with **Btrfs** in VM. The output of `$ rustic snapshots` ``` snapshots for (host [archlinux], label [label], paths [/btrfs/@home/test/Desktop,/btrfs/@home/test/Documents,/btrfs/@home/test/Downloads])...

C-bug
A-core

Hi, I have a repository that suddenly won't allow me to list snapshots. It was working fine before today. This is what I see when I run a `snapshots` command:...

C-bug
A-errors
A-commands
A-core
A-ui-ux

## Current limitations _Tested on rustic v0.7.0_ 1. You should specify nested folders separately, e.g. ```toml [[backup.sources]] source = "/dir" glob = [ "!*", "/dir/a", # without this line it...

C-enhancement
A-core

I am frequently using rustic to back up to different types of file systems: ext4 and exFAT for example. I have until now been to lazy to add the devices...

S-triage

The self-updater feature is problematic for distro package builders where the executable does not have permission and should not be trying to monkey with the system installed binaries. Distros have...

C-enhancement
A-packaging
S-blocked
A-build

Such a command should be able to allow users adding a `repo-hot` to their configuration with an existing repository. rustic then should then copy/generate all needed files from the existing...

C-enhancement
A-cli

Hello wonderful people, at first, I'm so grateful for this great project. :3 Just a minor thing. I noticed, that using the '--as-path' cli-option (when creating a backup) doesn't recognize...

O-windows
S-triage