-
I am working on pacman hooks that use btrbk to create pacman pre/post btrfs snapshots on Arch Linux. I did not find any existing btrbk package for pacman hooks, so I am working on it myself.
Assume…
-
I couldn't find a command or an additional script to "throw an alert" if the latest backups are too old.
```
# sudo -u btrbk btrbk list latest
SOURCE_SUBVOLUME SNAPSHOT_SUBVOLUME …
-
A send failed, probably due to a network failure, and btrbk reports `ERROR: Failed to parse subvolume detail (unsupported btrfs-progs)`. But as far as I can tell, the error had nothing to do with that…
-
Is it not possible to have the releases include the static manpages and such? It seems a bit silly that asciidoctor is required just to make the package.
src/btrbk-0.29.0/tmp/SBo/package-btrbk/usr…
-
What I think it should be doing is putting the snapshots inside /btrfs_pool/btrbk_snapshots, but its sending some also to /btrfs_pool/ instead.
My config
```
transaction_log /var/log/b…
-
So I was using the `rsync` model to backup my data. To do so, I was `rsyncing` selective folders from my `$HOME` to a btrfs based sub-volume. And then I was using `btrbk` to backup that volume to an …
-
Hello,
this could not be an issue, but I cannot further investigate.
I installed BTRBK on a CentOS7 system with btrfs file system. When I run btrbk I get these errors:
```
Use of ?PATTERN? wit…
-
I'm trying to remove unneeded snapshots without my backup drive being connected.
```
% sudo btrbk prune --preserve-backups
WARNING: Skipping target "/media/backup/btrbk/rootfs": Failed to fetch s…
-
I'm just trying btrbk with a server where we have some developer tools (Nexus, Jenkins, GitLab, FishEye), where we need a better robust backup system. Sadly, our backup "server" are shared folders of …
-
I have a volume that is mounted on `/mnt/forBackup`. It has subvolumes `@`, `@home`, and ` @myStuff`. I configured the time machine setup:
> timestamp_format long
> snapshot_preserve_min …