I read my mail and i say myself that i have to give you more details

In fact I have a ClientRunBefore and ClientRunAfter for my job. The 
ClientRunBefore creates the directory BACKUP on the datastore (J:/ virtual disk 
on the client ), it's a directory for dump of a database of my client 
(bacula-fd). Then I have to save this dump on my freeBSD (bacula-fd, bacula-sd) 
so my FreeBSD have to contact the dataStore via my client, that is why I put in 
the ressource FileSet, the directive File = « J:/BACKUP »
ClientAfterJob removes the directory BACKUP on the datastore.

DataStore                    ------------------                                 
             Client Windows                        -- 
--------------------------------------------- FreeBSD
Just disks                                               |                      
                            bacula-fd                                           
                        |                                             
bacula-dir, bacula-sd
A disk for the dump                          |                                  
        database to save                                                        
    |
Of the database

But i have this error
25-Feb 18:00 xxx:      Could not stat J:/BACKUP: ERR=The system cannot find the 
path specified.^M

And in want to know in general if it's possible to backup something on a 
dataStore (where there is no DIR, SD daemon and impossible to install also a FD 
daemon, just disks). My client is a Windows server 2003 (bacula-fd) , my 
bacula-dir/sd is on a freeBSD, and I want to backup my client in another place 
which is not a bacula-dir, sd, fd ...

Regards,

François


De : François Mehault [mailto:francois.meha...@netplus.fr]
Envoyé : jeudi 26 février 2009 13:51
À : bacula-users@lists.sourceforge.net
Objet : [Bacula-users] Could not stat ... ERR=The system cannot find the path 
specified.^M

Hi All

I would like to know if it's possible to backup something on a dataStore (where 
there is no DIR and SD daemon, just disks). My client is a Windows server 2003 
(bacula-fd) , my bacula-dir/sd is on a freeBSD, and I want to backup my client 
in another place which is not a bacula-dir, sd, fd ...

In my bacula-dir on my freeBSD:

FileSet {
  Name = "xxx"
  Enable VSS = no
  Include {
    Options {
      compression = GZIP
      ignore case = yes
    }
   File = "J:/BACKUP"
  }
}



In my log I have this error :

25-Feb 18:00 xxx:      Could not stat J:/BACKUP: ERR=The system cannot find the 
path specified.^M

J:/ is a virtual disk on my Windows client, which is my dataStore, the place 
where I want to backup my client

Thanks for your help

François
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to