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 ===============