Subversion Repositories zfs_utils

Rev

Rev 12 | Rev 14 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12 Rev 13
Line 25... Line 25...
25
recurse: 1
25
recurse: 1
26
# custom filter for datasets to replicate. 4 digits, a non-digit, 
26
# custom filter for datasets to replicate. 4 digits, a non-digit, 
27
# 2 digits, a non-digit, etc... (a YYYY-MM-DD_HH-MM timestamp)
27
# 2 digits, a non-digit, etc... (a YYYY-MM-DD_HH-MM timestamp)
28
filter: (\d{4}\D\d{2}\D\d{2}\D\d{2}\D\d{2})
28
filter: (\d{4}\D\d{2}\D\d{2}\D\d{2}\D\d{2})
29
# bandwidth limit to 40Mb/s (5MB/s)
29
# bandwidth limit to 40Mb/s (5MB/s)
30
bandwidth: 50M
30
bandwidth: 5M
31
# Verbosity level 1, only get the limited report from the replication
31
# Verbosity level 1, only get the limited report from the replication
32
verbose: 1
32
verbose: 1
33
# do not do anything, just show what would be done
33
# do not do anything, just show what would be done
34
dryrun: 0
34
dryrun: 0
35
# if non-zero, do not do most things
35
# if non-zero, do not do most things