Added support to replicate and restore from multiple backup pools
[zfs-ubuntu/.git] / zfs-scripts.conf.dist
index 019ae870353bcf9fbc442d316ce974e2df75c28f..e2136582acac52a56632420a36d0188fe0ae1e6c 100644 (file)
@@ -32,6 +32,7 @@ ssh="ssh"
 remote=
 
 # specify the name of the local pool to store the $remote's snapshots into
+# multiple pools can be specified by separating with a space
 backup_pool=
 
 # import backup pool before replication and export backup pool after replication
@@ -55,7 +56,7 @@ throttle_enable=0
 throttle_opt="-v -M 10"
 
 # Specify the list of filesystems to replicate from the $remote to the $backup_pool (1 per line)
-# The format of each line should be: pool/filesystem
+# The format of each line should be: pool/filesystem OR dst_pool:src_pool/filesystem
 filesystems_to_replicate="
 "