From 71b19ec8cb91629e7604abe454d059659e166051 Mon Sep 17 00:00:00 2001 From: Chriz Date: Sun, 25 Dec 2022 22:48:30 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 75a51d5..77c5a49 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ scripts out there, and was the main reason I wrote this. * SSH connection is made with regular user, and uses sudo for ZFS commands * sends incremental snapshots after first run -## Limitations +## Features and Limitations * always uses sudo -* always creates recursive snapshots (`zfs snapshot -r`) -* always sends full replication stream (`zfs send -R`) +* always creates recursive snapshots (`zfs snapshot -r`) - But better use 02pull to sync single Datasets +* select to send full replication stream (`zfs send -R`) or Intermediate Snapshots (zfs send -I), default without sending Full and Intermediate! * destination should be specified as the *parent* of the desired destination (`zfs recv -e`)