Created
November 1, 2018 14:13
-
-
Save cagartner/74dbd6a40ff01f85678d705cdf1974c5 to your computer and use it in GitHub Desktop.
Criar tar gz
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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