Merge branch 'master' of github.com:psy0rz/zfs_autobackup

This commit is contained in:
Edwin Eefting 2016-03-31 16:04:46 +02:00
commit b3464520ec

View File

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