Skip to content

Instantly share code, notes, and snippets.

@djo
Created August 28, 2013 08:30
Show Gist options
  • Save djo/6363570 to your computer and use it in GitHub Desktop.
Save djo/6363570 to your computer and use it in GitHub Desktop.
When you don't have time to read `man tar`.
# Create the archive
tar -zcvf archive.tar.gz /home/dir
# Restore the archive
tar -zxvf archive.tar.gz
tar -zxvf archive.tar.gz -C /tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment