Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2006-04-24 13:35:13
Size: 13
Editor: lalinekw2
Comment:
Revision 5 as of 2009-07-15 14:32:38
Size: 521
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Bla bla bla = 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
}}}

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)