rustic
rustic copied to clipboard
rustic - fast, encrypted, and deduplicated backups powered by Rust
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....
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:...
closes #1156
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])...
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:...
## 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...
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...
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...
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...
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...