[EMAIL PROTECTED] wrote:
> Thanks Bob,
> 
> We have decided that running the restore using the Director as the
> client, is the best way forward. However, the issues have not changed :(
> 
>  The following Job definition still saves to the remote client, using
> C:\E\backup:
> 
> 
> Job        {
>             Name       =        "CLIENT01-Restore"
>             Type        =        Restore
>             Client       =        DIRECTOR
>             FileSet      =        CLIENT01
>             Storage    =        DIRECTOR-sd
>             Pool         =        CLIENT01
>             Messages =        Standard
>             Where      =        "\\E\\backup\\restored-files\\CLIENT01\\"

Quoting from
http://www.bacula.org/en/rel-manual/Configuring_Director.html#SECTION0014110000000000000000

-----
If you are entering Windows file names, the directory path may be preceded by
the drive and a colon (as in c:). However, the path separators must be
specified in Unix convention (i.e. forward slash (/)).
-----

If I recall correctly, the '\\' syntax worked in 1.38, but not in 2.x.  Trying
using a Where line something like this:

Where = "e:/backup/restored-files/CLIENT01"

-- 
Frank Sweetser fs at wpi.edu  |  For every problem, there is a solution that
WPI Senior Network Engineer   |  is simple, elegant, and wrong. - HL Mencken
    GPG fingerprint = 6174 1257 129E 0D21 D8D4  E8A3 8E39 29E3 E2E8 8CEC

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to