Skip to content

Instantly share code, notes, and snippets.

@jesders
Forked from ivandoric/gist:11218980
Created April 15, 2020 12:23
Show Gist options
  • Save jesders/5f303f6bab32c94404d3da5203260d59 to your computer and use it in GitHub Desktop.
Save jesders/5f303f6bab32c94404d3da5203260d59 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