Changeset 17594 for trunk/DataCheck/Transfer/BackupDatabase.sh
- Timestamp:
- 03/02/14 01:20:11 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Transfer/BackupDatabase.sh
r13305 r17594 82 82 if ! /usr/bin/rsync -avxP $path operator@coma.astro.uni-wuerzburg.de:$dbdirwue >> $logfile 2>&1 83 83 then 84 echo `date`": problem rsyncing database from LP ("$path") to Wuerzburg (coma:"$dbdirwue")" 85 printprocesslog " WARN problem rsyncing database from LP ("$path") to Wuerzburg (coma:"$dbdirwue")"84 echo `date`": problem rsyncing database from LP ("$path") to Wuerzburg (coma:"$dbdirwue")" >> $logfile 2>&1 85 printprocesslog "CONNECTION problem rsyncing database from LP ("$path") to Wuerzburg (coma:"$dbdirwue")" 86 86 fi 87 87
Note:
See TracChangeset
for help on using the changeset viewer.