diff backup-proj.sh @ 17:69bf466ff2ae

get proj backup.
author Robert McIntyre <rlm@mit.edu>
date Sun, 19 May 2013 14:55:48 -0400
parents
children 413c2abaaf76
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/backup-proj.sh	Sun May 19 14:55:48 2013 -0400
     1.3 @@ -0,0 +1,3 @@
     1.4 +#!/bin/sh
     1.5 +
     1.6 +rsync -avz /home/r/proj /mnt/backup/proj-backup-$(date +"%F-%H:%M")
     1.7 \ No newline at end of file