Skip to content

Instantly share code, notes, and snippets.

@miguelplazasr
Last active January 31, 2020 22:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguelplazasr/4a5c708c47171ae2e87b1c372abc7e4f to your computer and use it in GitHub Desktop.
Save miguelplazasr/4a5c708c47171ae2e87b1c372abc7e4f to your computer and use it in GitHub Desktop.

Tar comprimido

tar -zcvf file_name.tar.gz directory_to_copy/

Tar con exclusiones

tar -zcv --exclude=./directory -f namefile.tar.gz directory_to_copy/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment