Subversion Repositories zfs_utils

Rev

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

Rev 20 Rev 21
Line 15... Line 15...
15
  # keyPath: /media/keys
15
  # keyPath: /media/keys
16
  # server we will get key from
16
  # server we will get key from
17
  # server: IP_or_FQDN
17
  # server: IP_or_FQDN
18
  # remote server path (where to get the key on the remote machine)
18
  # remote server path (where to get the key on the remote machine)
19
  # remoteKeyPath: /path/to/keyfile
19
  # remoteKeyPath: /path/to/keyfile
-
 
20
  # name of the pool which the geli will make up
-
 
21
  # zpool: storage
20
  # Drive list to decrypt. This is a list of drives as a space-separated string
22
  # Drive list to decrypt. This is a list of drives as a space-separated string
21
  # drives: da0 da1
23
  # drives: da0 da1
22
target:
24
target:
23
  # root of replication on the target server
25
  # root of replication on the target server
24
  # the dataset to be backed up (keys from source/dataset)
26
  # the dataset to be backed up (keys from source/dataset)
25
  # are used as the target
27
  # are used as the target
26
  dataset: storage/backup
28
  dataset: storage/backup
27
  # if set, and file exist on local machine, exit immediately to command line (no processing)
29
  # if set, and file exist on local machine, exit immediately to command line (no processing)
28
  # maintenanceFlag: /path/to/flagfile
30
  # maintenanceFlag: /path/to/flagfile
-
 
31
  # Number of seconds to wait for user to place maintenance flag on target
-
 
32
  # waitTime: 300
29
source:
33
source:
30
  dataset:
34
  dataset:
31
    # list of datasets to back up from source machine
35
    # list of datasets to back up from source machine
32
    # key is name of dataset, value is location
36
    # key is name of dataset, value is location
33
    # full path is created by server:key/target
37
    # full path is created by server:key/target