Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@nna774
Created April 21, 2015 14:58
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 nna774/23c66df39ac40731bcf5 to your computer and use it in GitHub Desktop.
Save nna774/23c66df39ac40731bcf5 to your computer and use it in GitHub Desktop.
#! /bin/sh -e
BACKUP_DIR="$HOME/backup"
BACKUP_DEST="$HOME/current"
DIR=$BACKUP_DIR/`date +"%Y-%m-%d"`
rm -f $BACKUP_DEST
mkdir -p $DIR
ln -s $DIR $BACKUP_DEST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment