Differences between revisions 3 and 4
Revision 3 as of 2006-05-04 10:23:05
Size: 353
Editor: lalinekw2
Comment:
Revision 4 as of 2006-05-05 12:40:48
Size: 521
Editor: lalinekw2
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== CUS Database Backup == = CUS Database Backup =
Line 17: Line 17:

= 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
}}}

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)