forgot to document child

This commit is contained in:
Edwin Eefting 2021-02-07 21:09:03 +01:00
parent c83d0fcff2
commit 1da14c5c3b

View File

@ -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.