full feature set implemented

This commit is contained in:
Martin Sekera 2020-08-27 19:43:10 +02:00
parent 8ce4f997df
commit 3e790cc2f3
2 changed files with 292 additions and 65 deletions

View file

@ -1,4 +1,4 @@
[main]
[crypto]
# Openssl password file (first line is the password).
keyfile = /etc/btv/key
@ -22,9 +22,15 @@ rank_1_interval=6
# comment holds.
rank_2_interval=24
[prune]
[storage]
# Directory where serialized bins should be placed. This directory should
# be one-way (write-only) synchronized to off-site storage, e.g. using
# Syncthing or Grid.
dir = /mnt/pool/subvol/_backup
[gc]
# How many snapshots of each Rank to keep around.
# Note: pruning is only performed when a new Rank 2 snapshot is created.
# Note: pruning is only performed when a new Rank 2 snapshot is attempted.
# Default values are 25, 36, and 42, i.e. 5 hours for Rank 0, 2 days for Rank 1,
# and a week for Rank 2.
rank_0_count=25