forked from third-party-mirrors/zfs_autobackup
forgot to document child
This commit is contained in:
parent
c83d0fcff2
commit
1da14c5c3b
@ -165,6 +165,13 @@ rpool/swap autobackup:offsite1 false
|
||||
...
|
||||
```
|
||||
|
||||
The autobackup-property can have 3 values:
|
||||
* ```true```: Backup the dataset and all its children
|
||||
* ```false```: Dont backup the dataset and all its children. (used to exlude certain dataset)
|
||||
* ```child```: Only backup the childeren off the dataset, not the dataset itself.
|
||||
|
||||
Only use the zfs-command to set these properties, not the zpool command.
|
||||
|
||||
### Running zfs-autobackup
|
||||
|
||||
Run the script on the backup server and pull the data from the server specified by --ssh-source.
|
||||
|
Loading…
x
Reference in New Issue
Block a user