borgocli/run/example.yaml
2017-05-31 00:03:10 +02:00

21 lines
438 B
YAML

data:
sourcedirectories:
- "/home/user"
- "/etc"
- "/var/lib"
excludes:
- "*pyc"
- "*.javac"
- "/home/*/.cache"
repository: "ssh://borg@backuphost:port/repository/path"
compression: "zlib,9"
chunkerparameters: "19,24,21,4095"
hostname: "remarkableDeviceName"
passphrase: "super secret ultra strong passphrase"
retention:
within: "6h"
hourly: 48
daily: 31
weekly: 52
monthly: 36
yearly: -1