Ver Fonte

Describe how to tar gz a folder

DricomDragon há 3 anos atrás
pai
commit
af3511bb22
1 ficheiros alterados com 6 adições e 0 exclusões
  1. 6 0
      Guides/shell.md

+ 6 - 0
Guides/shell.md

@@ -9,3 +9,9 @@ ln -s -T ~/Software/GitAhead/GitAhead ~/.bin/gitahead
 ```
 
 To use a physical link instead of a symlink, use `-S` instead of `-s`
+
+## Compress
+
+```sh
+sudo tar --create --gzip --file bck_var_log.tgz --verbose /var/log
+```