Skip to content

Instantly share code, notes, and snippets.

@krisleech
Created July 2, 2019 17:43
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 krisleech/9be4a291fa9671a77f66ab85e85a9c3e to your computer and use it in GitHub Desktop.
Save krisleech/9be4a291fa9671a77f66ab85e85a9c3e to your computer and use it in GitHub Desktop.
tar and gzip

Size of directory:

du -h --summarize /archive/production/files/document_store/2019.07.02.11.58.28

92GB

Archive and compress:

env GZIP=-9 tar -chzf /archive/tmp/document_store.tar.gz /archive/icl/production/files/document_store/2019.07.02.11.58.28

Space left on disk:

df -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment