Skip to content

Instantly share code, notes, and snippets.

@xxdesmus
Created August 3, 2014 00:47
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 xxdesmus/65ef0b3bc5e0be82f310 to your computer and use it in GitHub Desktop.
Save xxdesmus/65ef0b3bc5e0be82f310 to your computer and use it in GitHub Desktop.
tarsnap-backup.sh
#! /bin/bash
echo `date +%F\ %T`: Beginning back up of $2 >> /var/log/tarsnap/backupscript.log
/usr/local/bin/tarsnap -c -f $1-`date +%F` $2 &>> /var/log/tarsnap/backupscript.log
echo `date +%F\ %T`: Completed back up of $2 >> /var/log/tarsnap/backupscript.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment