Created
February 26, 2015 18:50
-
-
Save fliiiix/71f3a754a01b558a7cd0 to your computer and use it in GitHub Desktop.
FreeBSD with ZFS backup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DATE=`date "+%Y-%m-%d_%H-%M-%S"` | |
| #snap teh shot .__. | |
| zfs snapshot -r tank@$DATE | |
| #send it | |
| zfs send -R tank@$DATE | ssh -c arcfour travos "zfs receive -F tank" | |
| echo "THE end" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment