max-age 3
backup-policy daily
prune-policy age
rsync-timeout 7200
ssh-timeout 120
rsync-command rsync
rsync-base-options --archive --sparse --numeric-ids --compress --fuzzy --hard-links --delete --stats
rsync-extra-options --xattrs --acls
host-check ssh
public false
logs /var/log/backup
color-good 0xe0ffe0
color-bad 0xff4040
sendmail /usr/sbin/sendmail
report "title:Backup report (${RSBACKUP_DATE})"
report + "h1:Backup report (${RSBACKUP_DATE})" h2:Warnings?warnings warnings
report + h2:Summary summary history-graph h2:Logfiles logs "h3:Pruning logs"
report + prune-logs "p:Generated ${RSBACKUP_CTIME}"
color-graph-background 0xffffff
color-graph-foreground 0x000000
color-month-guide 0xf7f7f7
color-host-guide 0xdfdfdf
color-volume-guide 0xefefef
device-color-strategy equidistant-value 120 0.75
horizontal-padding 8
vertical-padding 2
backup-indicator-width 4
backup-indicator-height 2
graph-target-width 0
backup-indicator-key-width 16
host-name-font Normal
volume-name-font Normal
device-name-font Normal
time-label-font Normal
graph-layout host-labels:0,0 volume-labels:1,0 content:2,0 time-labels:2,1
graph-layout + device-key:2,3:RC

host alpha
    max-age 3
    backup-policy daily
    prune-policy age
    rsync-timeout 7200
    ssh-timeout 60
    rsync-command rsync
    rsync-base-options --archive --sparse --numeric-ids --compress --fuzzy --hard-links --delete --stats
    rsync-extra-options --xattrs --acls
    host-check ssh
    hostname alpha
    devices *
    priority 123

    volume home /home
        max-age 2
        backup-policy daily
        prune-policy age
        rsync-timeout 7200
        ssh-timeout 60
        rsync-command rsync
        rsync-base-options --archive --sparse --numeric-ids --compress --fuzzy --hard-links --delete --stats
        rsync-extra-options --xattrs --acls
        devices *
        traverse false
        check-mounted false

    volume root /
        max-age 1
        backup-policy daily
        prune-policy age
        rsync-timeout 7200
        ssh-timeout 60
        rsync-command rsync
        rsync-base-options --archive --sparse --numeric-ids --compress --fuzzy --hard-links --delete --stats
        rsync-extra-options --xattrs --acls
        devices *
        traverse false
        check-mounted false

host beta
    max-age 3
    backup-policy daily
    prune-policy age
    rsync-timeout 7200
    ssh-timeout 60
    rsync-command rsync
    rsync-base-options --archive --sparse --numeric-ids --compress --fuzzy --hard-links --delete --stats
    rsync-extra-options --xattrs --acls
    host-check ssh
    hostname beta
    devices *
    priority 0
