Skip to content

Instantly share code, notes, and snippets.

@thejbsmith
Created February 5, 2015 14:58
Show Gist options
  • Save thejbsmith/6f261ac289700e845128 to your computer and use it in GitHub Desktop.
Save thejbsmith/6f261ac289700e845128 to your computer and use it in GitHub Desktop.
Linux Snippets
# Create Tar (with date)
tar czvf [foldername_$(date +%m%d%Y).tar.gz] [/folder/to/archive]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment