Hi All

I have to backup a dump of a database which is on a remote disk (cifs) of my 
client machine (bacula-fd). I succeed to backup something which is on the disk 
C:/ (disk system of my client) but I don't succeed to backup on the disk J:/ , 
the remote disk.  How can I succeed to do this ?

Bacula-dir :

FileSet {
  Name = "xxx"
  Enable VSS = no
  Include {
    Options {
      signature = MD5
      compression = GZIP
    }
    File = "C:/test"
    File = "J:/test"
  }
}

Log :

Could not stat J:/test: ERR=The system cannot find the path specified

Regards,

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