Skip to content

Instantly share code, notes, and snippets.

@dheaney
Created July 5, 2015 06:03
Show Gist options
  • Select an option

  • Save dheaney/4428625a19c57ecd91c0 to your computer and use it in GitHub Desktop.

Select an option

Save dheaney/4428625a19c57ecd91c0 to your computer and use it in GitHub Desktop.
# Use tarpipe and gpg to create encrpyted backups for yourself:
tar cfz - file | gpg --armor --symmetric > file.tar.gz.asc
# Decrypt
gpg file.tar.gz.asc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment