Hello List,

hopefully asking that someone of you had an idea, so that can get the data from the tape.

My problem is, that i have the wrong fileset for this win2k3 host.
I didn´t read the manual good enough to know that i should specify windows filesets with a / instead a \. Now we had the problem that our server business is lost because of a hard disk crash. And with these filesets and job record we are no unable to restore the data from within bconsole to a unix client because the unix client didn´t understand the win32 data stream and we are unable to restore the data to a windows client because
of the \ instead of the /.

Do you think rebuilding the bacula client for windows with the option to change \ to / is a way to get our data back?

Here are the bacula config directives.

Job {
Name = "DATA_business"
JobDefs = "DefaultJob"
Level = Full
Client = business-fd
FileSet = "business_data"
Pool = "DATA_full"
Full Backup Pool = "DATA_full"
Incremental Backup Pool = "DATA_inc"
Differential Backup Pool = "DATA_diff"
Schedule = "DATA_cycle"
Priority = 8
write bootstrap = /data/backup/bacula-bootstraps/data_business.dtnet.de.bsr
# Max Run Time = 240 minutes
}

FileSet {
Name = "business_data"
Enable VSS = yes
Include {
Options {
signature = MD5
}
File = d:\Backup
}
}

Client {
Name = business-fd
Address = business
FDPort = 9102
Catalog = MyCatalog
Password = "iWair9qu"
AutoPrune = yes
File Retention = 30 days
Job Retention = 60 days
}

Very much thanks for every helping hint!

regards,
Timo


--
---------------------------------------------------------------
DT Netsolution GmbH   -   Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-70                  Fax: +49-711-849910-934
WEB: http://www.dtnet.de/          Email: [EMAIL PROTECTED]




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to