-
As mentioned by @Massimo-B on https://github.com/digint/btrbk/issues/283#issuecomment-509572074 I think it is a good idea if Btrbk would create a symlink to the last snapshot in the source volume. Thi…
ghost updated
6 months ago
-
I am using an ssh-based backup of many subvolumes to a remote arm-based NAS device.
This device was offline for a long time.
Now when running the usual btrbk routine, the device kernel gets out of m…
-
I couldn't find a filtered ssh shell for backup on a remote server as raw files. I made a script for that:
```
#!/bin/bash
set -e
set -u
export PATH=/sbin:/bin:/usr/sbin:/usr/bin
enable_log=
use_s…
-
Hello,
I've installed all the files to the correct paths, but when I run `/usr/local/libexec/btrtb/btrtb-upload` I get the following errors.
Can you please advise on these errors?
`
Traceback …
-
Currently, when I run `btrbk diff`, it doesn't show any output for files that were moved to new directories or whose names were changed. Is there a way to get those to be represented in the output of …
-
I propose a related set of features to enable automatic rotation (deletion) of incremental raw backups.
1. **Honor `target_preserve`, additionally preserving ancestors.** EDIT: already implemented.…
-
First of all, thank you for this great script!
Unfortunately I cannot get it to work in my environment, maybe somebody can help. I'm sure I missed something, but I don't know what.
Current output …
-
Hey.
For pathnames, and there especially for the target pathnames it would be nice if one had format-string-like fields.
Consider e.g. on has multiple hosts that run backups all to one backup se…
-
Is possible to use btrbk to have local time-machine style snapshots and also push them to an external drive automatically when available?
Or do people use btrbk for local time-machine snapshots and…
-
btrbk runs nightly, but sometimes I manually run it during the day. When I do that, I do not want to have multiple snapshots & backups:
```
20210531
20210531_1
20210531_2
```
Per day, I only …