Subversion Repositories zfs_utils

Rev

Rev 22 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22 Rev 23
Line 43... Line 43...
43
  # If set, gives a path to a file on source. If that file exists
43
  # If set, gives a path to a file on source. If that file exists
44
  # exit immediately to command line (no processing)
44
  # exit immediately to command line (no processing)
45
  # maintenanceFlag: /path/to/flagfile
45
  # maintenanceFlag: /path/to/flagfile
46
# whether to recursively grab child datasets
46
# whether to recursively grab child datasets
47
recurse: 1
47
recurse: 1
-
 
48
# leave target dataset unmounted
-
 
49
unmount: 1
-
 
50
# do full receive, ie rollback to most recent snap and remove any snaps 
-
 
51
# that do not exist on target basically, turn the backup server into a mirror
-
 
52
# of the data on the active server
-
 
53
mirror: 1
48
# custom filter for datasets to replicate. 4 digits, a non-digit, 
54
# custom filter for datasets to replicate. 4 digits, a non-digit, 
49
# 2 digits, a non-digit, etc... (a YYYY-MM-DD_HH-MM timestamp)
55
# 2 digits, a non-digit, etc... (a YYYY-MM-DD_HH-MM timestamp)
50
filter: (\d{4}\D\d{2}\D\d{2}\D\d{2}\D\d{2})
56
filter: (\d{4}\D\d{2}\D\d{2}\D\d{2}\D\d{2})
51
# bandwidth limit in BYTES per second, ie 40Mb/s is 5MB/s
57
# bandwidth limit in BYTES per second, ie 40Mb/s is 5MB/s
52
bandwidth: 5M
58
bandwidth: 5M