From 150dc196ebcafe7631080dfab2d873e5eeb2b50f Mon Sep 17 00:00:00 2001 From: DatuX Date: Thu, 31 Mar 2016 15:21:54 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3522f77..ee48581 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ zones/backup/fs1 autobackup:smartos01_fs1 fa ... ``` + Running zfs_autobackup ---------------------- There are 2 ways to run the backup, but the endresult is always the same. Its just a matter of security (trust relations between the servers) and preference. @@ -134,6 +135,12 @@ All done ``` +Tips +---- + + * Set the ```readonly``` property of the target filesystem to ```on```. This prevents changes on the target side. If there are changes the next backup will fail and will require a zfs rollback. + + Restore example ===============