95093f882f0234135ffff1377532d0fd9c291c44
[distro-setup] / machine_specific / treetowl / filesystem / etc / btrbk.conf
1 # note, I'm not using btrbk because of this bug
2 # https://github.com/digint/btrbk/issues/102
3
4 ssh_identity /root/.ssh/id_rsa
5 transaction_log /var/log/btrbk
6
7 target_preserve_daily 10
8 target_preserve_weekly 4
9 target_preserve_monthly all
10
11 # default is to do local snapshots, turn that off
12 snapshot_preserve_daily 0
13 snapshot_preserve_weekly 0
14 snapshot_preserve_monthly 0
15
16 # if something fails and it's not obvious, try doing
17 btrbk -l debug dryrun
18 volume /mnt/btrfs_root
19 subvolume i
20 target send-receive ssh://frodo/mnt/btrfs_root