Initial commit
This commit is contained in:
commit
d3c6e29902
202 changed files with 3909 additions and 0 deletions
5
backup-script
Executable file
5
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