begin to cleanup home-sweet-bin
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
c415f3153c
commit
be74aa20a1
12 changed files with 0 additions and 197 deletions
5
old/backup-script
Executable file
5
old/backup-script
Executable 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 "
|
||||
Loading…
Add table
Add a link
Reference in a new issue