Skip to content

Instantly share code, notes, and snippets.

@fliiiix
Created February 26, 2015 18:50
Show Gist options
  • Select an option

  • Save fliiiix/71f3a754a01b558a7cd0 to your computer and use it in GitHub Desktop.

Select an option

Save fliiiix/71f3a754a01b558a7cd0 to your computer and use it in GitHub Desktop.
FreeBSD with ZFS backup
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