Skip to content

Instantly share code, notes, and snippets.

@stepansib
Last active March 22, 2019 06:56
Show Gist options
  • Save stepansib/971257ef2925ae20777234f727164ef2 to your computer and use it in GitHub Desktop.
Save stepansib/971257ef2925ae20777234f727164ef2 to your computer and use it in GitHub Desktop.
#linux tar directory
tar -czf cache.tar.gz ../cache/
tar -czf vendor.tar.gz ../vendor/
tar -czf node_modules.tar.gz ./node_modules/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment