Skip to content

Instantly share code, notes, and snippets.

@billroy
Created May 21, 2013 21:44
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 billroy/5623520 to your computer and use it in GitHub Desktop.
Save billroy/5623520 to your computer and use it in GitHub Desktop.
tar-compress a directory and name the tarfile with the date
#! /bin/bash
tar -czvf $1-$(date +%Y-%m-%d-%H.%M).tgz $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment