Have this in configuration of jobs:
JobDefs {
Name = "DefaultJob"
Type = Backup
Level = Incremental
Client = "SERVER_1"
FileSet = "Full Set"
Schedule = "Month-each-day cycle at 21:00"
Storage = "ubuntu-station"
Messages = Standard
Pool = Default
Priority = 10
Write Bootstrap = "/var/lib/bacula/%c.bsr"
}
And it's ok, but it saves bootstrap files on the same machine I run Bacula server.
Can I specify a Client to save bootstrap files right with the backup archives? (I didn't find how to do it)
Or how it is better done?
Edit:
My backups are going here:
Client {
Name = "ubuntu-station"
Address = ip (it's other machine)
FDPort = 9102
Catalog = MyCatalog
Password = ""
File Retention = 90 days
Job Retention = 6 months
AutoPrune = yes
}
I have full access to it, but it's not always up. (So I can't use NFS, can I? try to mount it each time? Will Bacula hang if can't mount it?)
Isn't there an option to save bootstrap files to specific Client? Or only use NFS?