From 17680b48d1931c864e86c1e1a0b05c833dbb238b Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 20 Sep 2013 21:42:08 +0200 Subject: zsync-pool2dest.sh: Renamed from 'zsync-jogamp2jausoft.sh' ; Generalized source pool and ssh destination. --- server/setup/04-transfer_data_backup/README.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'server/setup/04-transfer_data_backup') diff --git a/server/setup/04-transfer_data_backup/README.txt b/server/setup/04-transfer_data_backup/README.txt index ad25a54..b493efe 100644 --- a/server/setup/04-transfer_data_backup/README.txt +++ b/server/setup/04-transfer_data_backup/README.txt @@ -5,7 +5,7 @@ ZFS send / receive .. Note: To avoid recursion of backups, the destination backup is in 'pool/backup' not in 'pool/data/backup' ! - Example: ../../../backup/zsync-jogamp2jausoft.sh + Example: ../../../backup/zsync-pool2dest.sh On receiver: > zfs list @@ -18,7 +18,7 @@ ZFS send / receive .. > zfs get compression jausoft_com/data/backup jausoft_com/data/backup compression gzip local - On sender: + On sender (initial): test send: zfs send -Pvn -R -D tank/data@data_01 > /dev/null @@ -28,6 +28,10 @@ ZFS send / receive .. the real thing .. zfs send -R -D tank/data@data_01 | ssh user@server.example.com "zfs receive -v -u -d pool/backup/jogamp.org" + On sender (incremental): + the real thing .. + zfs send -R -D -I data_01 tank/data@data_02 | ssh user@server.example.com "zfs receive -v -u -d pool/backup/jogamp.org" + On receiver: zfs inherit mountpoint pool/backup/jogamp.org/data zfs mount pool/backup/jogamp.org/data -- cgit v1.2.3