Hello,
Thanks everyone who replied. Below is what i have for a single machine,
i figured to get that working first. It isn't. What i'm getting is the box
is saving to the diff pool and not giving the right label on my backups. Any
suggestions appreciated.
Thanks.
Dave.
JobDefs {
Name = "DefaultJob"
Type = Backup
Level = Incremental
Client = client1-fd
FileSet = "fbsdset"
Schedule = "WeeklyCycle"
Storage = File
Messages = Standard
Pool = Default
Priority = 10
}
Job {
Name = "Backup_client1"
JobDefs = "DefaultJob"
Client = client1-fd
FileSet = "fbsdset"
Pool = client1_pool
Full Backup Pool = Full-Pool
Incremental Backup Pool = Inc-Pool
Differential Backup Pool = Diff-Pool
Write Bootstrap = "/var/db/bacula/client1.bsr"
Priority = 10
}
FileSet {
Name = "fbsdset"
Include {
options {
Compression=GZIP9
Signature=SHA1
aclsupport=yes
}
File = /etc
File = /usr/local/etc
File = /usr/local/www
File = /var/db/pkg
}
}
Schedule {
Name = "WeeklyCycle"
Run = Full 1st sun at 23:05
Run = Differential 2nd-5th sun at 23:05
Run = Incremental mon-sat at 23:05
}
Client {
Name = client1-fd
Address = 192.168.0.3
FDPort = 9102
Catalog = MyCatalog
Password = "xxx" # password for FileDaemon
AutoPrune = yes # Prune expired Jobs/Files
Job Retention = 6 months
File Retention = 60 days
}
Pool {
Name = Default
Pool Type = Backup
Recycle = yes # Bacula can automatically recycle
Volumes
AutoPrune = yes # Prune expired volumes
Volume Retention = 365 days
Accept Any Volume = yes # write on any volume in the pool
LabelFormat = "TAPE-"
}
pool {
Name = client1_pool
Pool Type = Backup
Recycle = yes # Bacula can automatically recycle volumes
AutoPrune = yes # Prune expired volumes
Volume Retention = 365 days # one year
Accept Any Volume = yes # write on any volume in the pool
Volume Use Duration = 7 days
LabelFormat = "client1_${Year}${Month:p/2/0/r}${Day:p/2/0/r}"
}
Pool {
Name = Full-Pool
Pool Type = Backup
Recycle = yes # automatically recycle Volumes
AutoPrune = yes # Prune expired volumes
Volume Retention = 6 months
Accept Any Volume = yes # write on any volume in the pool
Maximum Volume Jobs = 1
LabelFormat = "Full-${Year}${Month:p/2/0/r}${Day:p/2/0/r}"
Maximum Volumes = 6
}
Pool {
Name = Inc-Pool
Pool Type = Backup
Recycle = yes # automatically recycle Volumes
AutoPrune = yes # Prune expired volumes
Volume Retention = 20 days
Accept Any Volume = yes
Maximum Volume Jobs = 6
LabelFormat = "Inc-${Year}${Month:p/2/0/r}${Day:p/2/0/r}"
Maximum Volumes = 5
}
Pool {
Name = Diff-Pool
Pool Type = Backup
Recycle = yes
AutoPrune = yes
Volume Retention = 40 days
Accept Any Volume = yes
Maximum Volume Jobs = 1
LabelFormat = "Diff-${Year}${Month:p/2/0/r}${Day:p/2/0/r}"
Maximum Volumes = 6
}
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users