Skip to content

Instantly share code, notes, and snippets.

@teamday
Last active May 3, 2019 22:53
Show Gist options
  • Save teamday/57c125e2b1bb2212d0317ca8242c8e47 to your computer and use it in GitHub Desktop.
Save teamday/57c125e2b1bb2212d0317ca8242c8e47 to your computer and use it in GitHub Desktop.
tar czvf - wwwdata | gpg --cipher-algo aes256 --symmetric | ssh root@localhost "cat - > /backup/wwwdata.tgz.gpg"
gpg -d wwwdata.tgz.gpg | tar xvz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment