From d11f2b8df32a5612c44c632755ee52f077255225 Mon Sep 17 00:00:00 2001 From: DatuX Date: Tue, 16 Aug 2022 09:08:17 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index de7eaf8..727e108 100644 --- a/Home.md +++ b/Home.md @@ -113,9 +113,10 @@ rpool/tmp autobackup:offsite1 false local ``` The ```autobackup``` property can have 3 values: - * ```true```: Backup the dataset and all its children . - * ```false```: Don't backup the dataset and all its children. (Used to exclude certain datasets.) - * ```child```: Only backup the children of the dataset, not the dataset itself. + * ```true```: Backup the dataset and all its children. + * ```false```: Don't backup the dataset and all its children. (Exclude the dataset) + * ```child```: Only backup the children of the dataset, not the dataset itself. + * ```parent```: Only backup the dataset, but not the children. (supported in version 3.2 or higher) (Note: Only use the ```zfs``` command to set these properties. Do not use the ```zpool``` command.)