mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-11 22:40:01 +03:00
Update README.md
This commit is contained in:
parent
51f8f08503
commit
1e4e88d022
14
README.md
14
README.md
@ -134,6 +134,20 @@ All done
|
||||
|
||||
```
|
||||
|
||||
Restore example
|
||||
===============
|
||||
|
||||
Restoring can be done with simple zfs commands. For example, use this to restore a specific SmartOS disk image to a temporary restore location:
|
||||
|
||||
|
||||
```
|
||||
root@fs1:/home/psy# zfs send fs1/zones/backup/zfsbackups/smartos01.server.com/zones/a3abd6c8-24c6-4125-9e35-192e2eca5908-disk0@smartos01_fs1-20160110000003 | ssh root@2.2.2.2 "zfs recv zones/restore"
|
||||
```
|
||||
|
||||
After that you can rename the disk image from the temporary location to the location of a new SmartOS machine you've created.
|
||||
|
||||
|
||||
|
||||
Monitoring with Zabbix-jobs
|
||||
===========================
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user