etc/pvl-backup.conf
changeset 56 ae4b24ae4f70
parent 55 95c86df4807a
equal deleted inserted replaced
55:95c86df4807a 56:ae4b24ae4f70
       
     1 ## Options
       
     2 [snapshots]
       
     3 format      = %Y%m%d-%H%M%S
       
     4 
       
     5 # rsync options, in invoke.optargs format
       
     6 [rsync-options]
       
     7 archive             = true
       
     8 hard-links          = true
       
     9 one-file-system     = true
       
    10 numeric-ids         = true
       
    11 delete              = true
       
    12 exclude-from        = etc/ignore.list
       
    13 
       
    14 ## Intervals
       
    15 [intervals/recent]
       
    16 format  = 
       
    17 
       
    18 [intervals/day]
       
    19 format  = %Y-%m-%d
       
    20 
       
    21 [intervals/week]
       
    22 format  = %Y-%W
       
    23 
       
    24 [intervals/month]
       
    25 format  = %Y-%m
       
    26 
       
    27 [intervals/year]
       
    28 format  = %Y
       
    29 
       
    30 ## Targets
       
    31 # from pvl-backup.d
       
    32 
       
    33 ## Runs
       
    34 [run/twice-daily]
       
    35 test        = true
       
    36 
       
    37 [run/hourly]
       
    38 test-lvm    = true
       
    39