nsbin/backup-script
Nico Schottelius d3c6e29902 Initial commit
2006-07-20 09:54:37 +02: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 "