Pages tagged with tar

I'm still in the process of tagging pages that were migrated from the old site, so for now you're best off using the search engine rather than relying on the tags.

  • How to archive and encrypt a directory with a password - To tar and compress a directory, then encrypt it with the AES algorithm: tar -czf - [directory] | gpg -c --cipher-algo AES -o [directory].tgz.gpg You will be prompted to input a password. To decrypt, decompress and untar: gpg -d [directory].tgz....
  • Tar - List contents of gzipped tar archive tar -tzf archive.tgz Tar and encrypt from list tar -cz -T files.lst | gpg --cipher-algo AES -c -o files.tgz.gpg Where files.lst is a list of files, gathered by e.g (all systems.txt or details.txt files under...

This website is a personal resource. Nothing here is guaranteed correct or complete, so use at your own risk and try not to delete the Internet. -Stephan

Site Info

Privacy policy

Go to top