From 86e49961d63baf1735e79c1fe3cc4d36cf2bca4a Mon Sep 17 00:00:00 2001 From: Dan MacDonald Date: Sun, 15 Oct 2023 12:47:18 +0100 Subject: [PATCH] With v3.2, I did not need to use --force on my first sync when using --strip-path even though I still had an existing (but empty) dataset so I made it clear that --force is optional and to use --test first --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 8f9140b..3adae7f 100644 --- a/Home.md +++ b/Home.md @@ -200,7 +200,7 @@ If you want your source and target structure to look exactly the same, you have * Select the whole source-pool. In this case: `zfs set autobackup:offsite1=true rpool` * Use `--strip-path=1` * Specify target-pool as target-path. In this case: `data` -* Use the `--force` option the first time to overwrite the existing target pool. (New in v3.1.2) +* You may need to use `--force` option the first time to overwrite the existing target pool. (New in v3.1.2). It is recommended you try with `--test` and without `--force` first. ### Pull or push?