Hi,

I have the followeing problem, with a copy job. I want do the following: 
the monthly full backup (to a disk pool) should be copied to tape. I do 
not know how to do this.

# Full Backup Pool to disk
Pool {
   Name = Full-Pool
   Pool Type = Backup
   Recycle = yes
   AutoPrune = yes
   Volume Retention = 3 months
   Maximum Volume Jobs = 1
   Label Format = BackupFull-
   Maximum Volumes = 50
   Next Pool = Tape-Pool
}
# Inc Pool to disk
Pool {
   Name = Inc-Pool
   Pool Type = Backup
   Recycle = yes
   AutoPrune = yes
   Volume Retention = 35 days
   Maximum Volume Jobs = 9
   Label Format = BackupInc-
   Maximum Volumes = 50
}
# Tape Pool
Pool {
   Name = Tape-Pool
   Pool Type = Backup
   Recycle = yes
   AutoPrune = yes
   Volume Retention = 3 months
   Storage = LTO2Drive
}

....

# Copy Job
Job {
   Name = "Full Backup Copy"
   Type = Copy
   Level = Full
   Client = kapital-backup-fd
   FileSet = "Full Linux Set"
   Schedule = WeeklyCopyToTape
   Pool = Full-Pool
   Selection Type = SQLQuery
   Selection Pattern = "select distinct on (name) jobid from job where 
level='F' and name not like '%Copy%' and name='Backup clusternode1' 
order by name, jobid desc;"
   Storage = LTO2Drive
   Messages = Standard
}

When I start the Copy Job I ghet the following messages:

Run Copy job
JobName:       Full Backup Copy
Bootstrap:     *None*
Client:        kapital-backup-fd
FileSet:       Full Linux Set
Pool:          Full-Pool (From Job resource)
Read Storage:  LTO2Drive (From Job resource)
Write Storage: LTO2Drive (From Storage from Pool's NextPool resource)
JobId:         *None*
When:          2010-04-19 09:49:23
Catalog:       MyCatalog
Priority:      10
OK to run? (yes/mod/no): yes
Job queued. JobId=159
You have messages.
*messages
19-Apr 09:49 kapital-backup-dir JobId 159: The following 1 JobId was 
chosen to b
e copied: 35
19-Apr 09:49 kapital-backup-dir JobId 159: Copying using JobId=35 
Job=Backup_clu
sternode1.2010-04-05_16.41.12_03
19-Apr 09:49 kapital-backup-dir JobId 159: Bootstrap records written to 
/var/spo
ol/bacula/kapital-backup-dir.restore.1.bsr

and a copy job will be created, but it will not run and bacula will also 
create an Incremental job for the resource I want copy to tape?

I have no idea what's wrong.

best regards
Bernhard

-- 
Bernhard Pöttinger
IT Consultant
TCC Thin Client Computing Products Austria
Birkenstraße 2
A-5300 Salzburg/Hallwang
Tel. : +43 662 6686 532
Fax : +43 662 6686 535
Mobil : +43 664 1977775
Mail: b.poettin...@openit.at, bernhard.poettin...@tcc-products.at
Web: www.openit.at, www.tcc-products.at




------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to