Re: [Bacula-users] Cannot backup a windows network drive

2009-05-11 Thread Gabriele Bulfon
028243880 Via Felice Cavallotti 16 - 20089, Rozzano - Milano - ITALY http://www.sonicle.com -- Da: Arno Lehmann A: bacula-users@lists.sourceforge.net Data: 17 aprile 2009 21.05.15 CEST Oggetto: Re: [Bacula-users] Cannot backup

Re: [Bacula-users] Cannot backup a windows network drive

2009-04-18 Thread Kevin Keane
My guess is that this occurs because when you map a drive letter in Windows, that drive letter is only visible to the logged-in user. That is unlike drive letters for physical drives - those are visible to everybody. So when two or three users are logged in at the same time, one may see the T:

Re: [Bacula-users] Cannot backup a windows network drive

2009-04-17 Thread Arno Lehmann
Hi, 17.04.2009 15:50, Michael Patzer wrote: > Hi Gabriele, > > i've fixed that by > > RunClientBeforeJob = c:/bacula/net-use.cmd > > and the script contains: > > net use /delete X: > net use X: \\cifsXY\fs1$ Which is one valid solution to the underlying problem, which is that system services

Re: [Bacula-users] Cannot backup a windows network drive

2009-04-17 Thread Michael Da Cova
Hi We also have never been able to get this to work What we do is mount the nas share on the bacula-dir server and backup the mount Michael _ From: Gabriele Bulfon [mailto:gbul...@sonicle.com] Sent: 17 April 2009 14:20 To: bacula-users@lists.sourceforge.net Subject: [

Re: [Bacula-users] Cannot backup a windows network drive

2009-04-17 Thread Michael Patzer
Hi Gabriele, i've fixed that by RunClientBeforeJob = c:/bacula/net-use.cmd and the script contains: net use /delete X: net use X: \\cifsXY\fs1$ regards, michael From: Gabriele Bulfon [mailto:gbul...@sonicle.com] Sent: Friday, April 17, 2009 3:20 PM To: bacu