Hi
Dwayne Hottinger wrote:
I have been reading through the manual. I was just wondering if I need to specifiy for example: }client applehhs fileset File = /Volumes/Data2
File = /Volumes/Data2 File = /Volumes/Data3
Or something similiar to specify what each fileset went to.
Sorry, but I can't follow you here... I just don't understand your problem.
The example you give above doesn't sound like anything from a bacula configuration file.
I'd expect something like
Job {
Name="G5-A"
Client="G5-A-fd"
FileSet="OSX-standard"
}FileSet {
Name="OSX-standard"
Include {
File = /
File = /Volumes/Data2
}
}Client {
Name="G5-A-fd"
Address="G5-A.mynetwork.de"
}Arno
thanks,
ddh
Quoting Arno Lehmann <[EMAIL PROTECTED]>:
Hello.
Dwayne Hottinger wrote:
I got bacula up and running and performed a good backup and restore of a
mac
server. Thanks for all the help and such an excellent product. Of course
I
have another question. When I start adding additional clients to backup,
where
and how do add the filesets that need to be backed up? For example, now
File =
/Volumes/Data1 File = /Volumes/Data2 File = /Volumes/Data2 File = /Volumes/Data3
which works great for the server that I have set up. I want to add 6 more
jobs
to the list, thus six more clients and 6 more filesets. How do I specify
the
files for each client?
You create the jobs you need. Each job refers to one client and one fileset. The filesets may be the same, of course. (The clients could, too, but you probably wouldn't want that ;-) You define the filesets and the clients in bacula-dir.conf or a file included by it.
You can use the xiting setup as a template, of course.
More detailed information can be found in the manual, which is worth reading. Indeed, you will need to read some parts of it to get bacula working correctly...
Arno
thanks,
ddh
-- Dwayne Hottinger Network Administrator Harrisonburg City Public Schools
------------------------------------------------------- This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows Embedded(r) & Windows Mobile(tm) platforms, applications & content.
Register
by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
-- IT-Service Lehmann [EMAIL PROTECTED] Arno Lehmann http://www.its-lehmann.de
-- Dwayne Hottinger Network Administrator Harrisonburg City Public Schools
-- IT-Service Lehmann [EMAIL PROTECTED] Arno Lehmann http://www.its-lehmann.de
------------------------------------------------------- This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows Embedded(r) & Windows Mobile(tm) platforms, applications & content. Register by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
