Last change
on this file since 12564 was 12562, checked in by Daniela Dorner, 14 years ago |
added (script to rsync auxiliary data to Wuerzburg for backup)
|
-
Property svn:executable
set to
*
|
File size:
466 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 |
|
---|
3 | isdcauxdata=/data00/fact-construction/aux/
|
---|
4 | wueauxdata=/fact/aux
|
---|
5 |
|
---|
6 | today=`date +%F`
|
---|
7 | logfile=/home/isdc/`whoami`/DataCheck/log/BackupRawToWue$today.log
|
---|
8 |
|
---|
9 | echo `date`": start rsync of auxiliary data to Wuerzburg" >> $logfile 2>&1
|
---|
10 |
|
---|
11 | #rsync from ISDC to Wue DC
|
---|
12 | if ! /usr/bin/rsync -avxH --progress $isdcauxdata operator@coma.astro.uni-wuerzburg.de:$wueauxdata #>> $logfile 2>&1
|
---|
13 | then
|
---|
14 | echo `date`": problem rsyncing auxiliary data from ISDC to Wuerzburg"
|
---|
15 | fi
|
---|
16 |
|
---|
17 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.