be74aa20a1
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
5 lines
130 B
Text
Executable file
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 "
|