From 6fb3149a7198e1e90eb5854085568378c1c4d309 Mon Sep 17 00:00:00 2001 From: DatuX Date: Wed, 27 Sep 2023 00:43:26 +0200 Subject: [PATCH] Updated Performance (markdown) --- Performance.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Performance.md b/Performance.md index 1e56fd7..363c997 100644 --- a/Performance.md +++ b/Performance.md @@ -47,6 +47,7 @@ You can make zfs-autobackup use less commands and IO per snapshot transfer by: * `--no-holds`: to prevent the hold/release commands. * `--allow-empty`: to prevent commands to figure out if a snapshot would be empty. * `--no-guid-check`: dont check if common snapshots have the same guid. +* `--clear-mountpoint`: not mounting the dataset on the target saves time. ## Disable progress (ZFS bug)