explain inheritance

This commit is contained in:
Edwin Eefting 2021-02-07 20:59:19 +01:00
parent 573af341b8
commit c83d0fcff2

View File

@ -148,6 +148,8 @@ rpool/swap autobackup:offsite1 true
...
```
ZFS properties are ```inherited``` by child datasets. Since we've set the property on the highest dataset, we're essentially backupping the whole pool.
Because we don't want to backup everything, we can exclude certain filesystem by setting the property to false:
```console