begin to cleanup home-sweet-bin

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-12-28 19:42:26 +01:00
commit be74aa20a1
12 changed files with 0 additions and 197 deletions

5
old/backup-script Executable file
View file

@ -0,0 +1,5 @@
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 "