Update README.md

This commit is contained in:
Chriz 2022-12-25 22:48:30 +01:00 committed by GitHub
parent 5e3456678e
commit 71b19ec8cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 * SSH connection is made with regular user, and uses sudo for ZFS commands
* sends incremental snapshots after first run * sends incremental snapshots after first run
## Limitations ## Features and Limitations
* always uses sudo * always uses sudo
* always creates recursive snapshots (`zfs snapshot -r`) * always creates recursive snapshots (`zfs snapshot -r`) - But better use 02pull to sync single Datasets
* always sends full replication stream (`zfs send -R`) * 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 * destination should be specified as the *parent* of the desired destination
(`zfs recv -e`) (`zfs recv -e`)