102 lines
3.8 KiB
Plaintext
102 lines
3.8 KiB
Plaintext
transaction_syslog daemon
|
|
lockfile /tmp/btrbk.lock
|
|
incremental yes
|
|
btrfs_commit_delete after
|
|
timestamp_format long
|
|
noauto yes
|
|
backend btrfs-progs-sudo
|
|
|
|
# Update snapshots
|
|
volume /var/lib/backup/quelle/bootfs
|
|
group updateboot updatestats allstats snapshotstats
|
|
snapshot_dir system/snapshots/update
|
|
snapshot_preserve_min latest
|
|
snapshot_preserve no
|
|
subvolume bootfs
|
|
|
|
volume /var/lib/backup/quelle/rootfs
|
|
group updateroot updatestats allstats snapshotstats
|
|
snapshot_dir system/snapshots/update
|
|
snapshot_preserve_min latest
|
|
snapshot_preserve no
|
|
subvolume rootfs
|
|
|
|
|
|
# Regular snapshots
|
|
volume /var/lib/backup/quelle/bootfs
|
|
group regularboot cronstats regularstats allstats snapshotstats
|
|
snapshot_dir system/snapshots/regular
|
|
snapshot_preserve_min 4h
|
|
snapshot_preserve no
|
|
subvolume bootfs
|
|
|
|
volume /var/lib/backup/quelle/rootfs
|
|
group regularroot cronstats regularstats allstats snapshotstats
|
|
snapshot_dir system/snapshots/regular
|
|
snapshot_preserve_min 4h
|
|
snapshot_preserve no
|
|
subvolume rootfs
|
|
|
|
volume /var/lib/backup/quelle/rootfs
|
|
group regularhome cronstats regularstats allstats snapshotstats
|
|
snapshot_dir system/snapshots/regular
|
|
snapshot_preserve_min 4h
|
|
snapshot_preserve no
|
|
subvolume homefs
|
|
|
|
|
|
# Manual Snapshots
|
|
volume /var/lib/backup/quelle/bootfs
|
|
group manualboot manualstats allstats snapshotstats
|
|
snapshot_dir system/snapshots/manual
|
|
snapshot_preserve_min latest
|
|
snapshot_preserve no
|
|
subvolume bootfs
|
|
|
|
volume /var/lib/backup/quelle/rootfs
|
|
group manualroot manualstats allstats snapshotstats
|
|
snapshot_dir system/snapshots/manual
|
|
snapshot_preserve_min latest
|
|
snapshot_preserve no
|
|
subvolume rootfs
|
|
|
|
volume /var/lib/backup/quelle/rootfs
|
|
group manualhome manualstats allstats snapshotstats
|
|
snapshot_dir system/snapshots/manual
|
|
snapshot_preserve_min latest
|
|
snapshot_preserve no
|
|
subvolume homefs
|
|
|
|
|
|
# Backup
|
|
volume /var/lib/backup/quelle/bootfs
|
|
group backupboot backupstats allstats
|
|
snapshot_dir system/backup
|
|
snapshot_preserve_min latest
|
|
snapshot_preserve no
|
|
target_preserve_min latest
|
|
target_preserve no
|
|
subvolume bootfs
|
|
target send-receive /var/lib/backup/ziel/void/bootfs
|
|
|
|
volume /var/lib/backup/quelle/rootfs
|
|
group backuproot backupstats allstats
|
|
snapshot_dir system/backup
|
|
snapshot_preserve_min latest
|
|
snapshot_preserve no
|
|
target_preserve_min latest
|
|
target_preserve no
|
|
subvolume rootfs
|
|
target send-receive /var/lib/backup/ziel/void/rootfs
|
|
|
|
volume /var/lib/backup/quelle/rootfs
|
|
group backuphome backupstats allstats
|
|
snapshot_dir system/backup
|
|
snapshot_preserve_min latest
|
|
snapshot_preserve no
|
|
target_preserve_min latest
|
|
target_preserve no
|
|
subvolume homefs
|
|
target send-receive /var/lib/backup/ziel/void/homefs
|
|
|