Skip to content

Instantly share code, notes, and snippets.

@cagartner
Created November 1, 2018 14:13
Show Gist options
  • Select an option

  • Save cagartner/74dbd6a40ff01f85678d705cdf1974c5 to your computer and use it in GitHub Desktop.

Select an option

Save cagartner/74dbd6a40ff01f85678d705cdf1974c5 to your computer and use it in GitHub Desktop.
Criar tar gz
# Criado tar.gz
tar -cvzf <nome-arquivo>.tar.gz <pasta-ou-arquivo>
# Criando tar.gz excluindo pastas ou arquivos
tar -cvzf <nome-arquivo>.tar.gz <pasta-ou-arquivo> --exclude="<pasta-ou-arquivo>/<pasta-ou-arquivo-excluido>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment