Subversion Repositories zfs_utils

Rev

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

Rev 14 Rev 17
Line 25... Line 25...
25
  # full path is created by ip:key/target
25
  # full path is created by ip:key/target
26
  dataset:
26
  dataset:
27
    backups: storage
27
    backups: storage
28
    iscsi: storage
28
    iscsi: storage
29
    nfs: storage
29
    nfs: storage
30
  # IP or FQDN of remote machine
30
  # IP or FQDN of remote machine. Empty if source is local
31
  server: nas
31
  server: nas
32
  # If set, gives a path to a file on source. If that file exists
32
  # If set, gives a path to a file on source. If that file exists
33
  # exit immediately to command line (no processing)
33
  # exit immediately to command line (no processing)
34
  maintenanceFlag:
34
  maintenanceFlag:
35
# whether to recursively grab child datasets
35
# whether to recursively grab child datasets
Line 41... Line 41...
41
bandwidth: 5M
41
bandwidth: 5M
42
# Verbosity level 1, only get the limited report from the replication
42
# Verbosity level 1, only get the limited report from the replication
43
verbose: 1
43
verbose: 1
44
# do not do anything, just show what would be done
44
# do not do anything, just show what would be done
45
dryrun: 0
45
dryrun: 0
46
# if non-zero, do not do most things
46
# if non-zero, do not do most things, just tell what would have been done
47
testing: 0
47
testing: 0
48
# if set to 1, will shut down the machine after job complete (air gap)
48
# if set to 1, will shut down the machine after job complete
49
shutdown: 0
49
shutdown: 0
50
# if set to a valid path, will put stats in this file. No cleanup
50
# if set to a valid path, will put stats in this file. No cleanup
51
# if not full path, will place in current directory
51
# if not full path, will place in current directory
52
stats: sync.stats.csv
52
stats: sync.stats.csv