Differences between revisions 4 and 5
Revision 4 as of 2006-05-05 12:40:48
Size: 521
Editor: lalinekw2
Comment:
Revision 5 as of 2009-07-15 14:32:38
Size: 521
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

CUS Database Backup

dbsa account on PACS1.

crontab -e
01 03 * * * /home2/dbsa/cron/cusbackup

cat /home2/dbsa/cron/cusbackup
#! /bin/csh
psetup
cd /dbBck/dbBackups
vbackup -dev `date "+%F"`sftcode.vbck -backup sftcode@pacs1 >> sftcode.log
vbackup -dev `date "+%F"`aotcode.vbck -backup aotcode@pacs1 >> aotcode.log
exit 0

General Backup of PACS 1 data

The PACS1 data and database area is backupbed by the adsm system of the Rechenzentrum. You may restore it using

  dsmj

Herschel: PACS/Backups (last edited 2009-07-15 14:32:38 by localhost)