Bacula-users

Re: [Bacula-users] backup cifs fileset

2009-02-26 12:02:51
Subject: Re: [Bacula-users] backup cifs fileset
From: François Mehault <Francois.Mehault AT netplus DOT fr>
To: Berend Dekens <berend AT cyberwizzard DOT nl>
Date: Thu, 26 Feb 2009 17:59:11 +0100
We cannot use option 2 because the share is published on a NetApp Filer.
We are investigated option 3 but is doesn't seem to work, the job never ends 
(we are just trying to backup a simple file)


-----Message d'origine-----
De : Berend Dekens [mailto:berend AT cyberwizzard DOT nl]
Envoyé : jeudi 26 février 2009 17:04
À : François Mehault
Cc : bacula-users AT lists.sourceforge DOT net
Objet : Re: [Bacula-users] backup cifs fileset

François Mehault wrote:
>
> Could not stat J:/test: ERR=The system cannot find the path specified
>

The short answer: you can't - not like that anyway.

The networked drive you create on windows only exists for the current
user or even the current session of that user. Since bacula runs as a
service, it will not see the remote drive.

You have 3 options here:
1. Mount the remote FS on the backup server and unmount afterwards
2. Install a file daemon on the remote system you want to back up in the
first place (unless you have a good reason not to).
3. Run 'net use //yourserver/share J:' or similar to mount the drive
using the system account on windows before backupping (use the
RunBeforeJobOnClient - or similar - command).

Option 2 is the best solution in my opinion as I found remote mounting
scripts to be error prone at best. Also, SMB/CIFS is slow as hell -
making me guess that a direct FD <-> SD transport would outperform a
backup by a factor 2 at least (if I look at my own network).

Regards,
Berend Dekens

------------------------------------------------------------------------------
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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

------------------------------------------------------------------------------
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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>