Skip to content

Instantly share code, notes, and snippets.

@ivandoric
Created April 23, 2014 15:05
Show Gist options
  • Save ivandoric/11218980 to your computer and use it in GitHub Desktop.
Save ivandoric/11218980 to your computer and use it in GitHub Desktop.
shell: Tar
tar -cvzf backup.tar * //packing
tar zxvf file_name.tar.gz * //unpacking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment