nsbin/old/backup-script
Nico Schottelius be74aa20a1 begin to cleanup home-sweet-bin
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-12-28 19:42:26 +01:00

5 lines
130 B
Text
Executable file

HOST=fs2
BACKUP_DIR=backup
DATA_DIRS=$HOME
time tar cf - $DATA_DIRS | ssh $HOST "gzip -c > $BACKUP_DIR/`date +%d-%b-%Y`.tar.gz "