mirror of
https://github.com/bashclub/bashclub-zfs-push-pull.git
synced 2024-11-07 21:01:58 +01:00
Update README.md
This commit is contained in:
parent
5e3456678e
commit
71b19ec8cb
@ -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`)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user