On 1/22/07, Zeratul <[EMAIL PROTECTED]> wrote:
>
> Hi
>
> I have a windows machine, with 2 folders saved in bacula backups. The backup
> is working well, but I have a problem when I'm trying to restore some files
> from the backup - I can't "cd" into the folders listed in console. A full
> restore is working well, but is not a solution as the folders are prety big.
>
> The FileSet is:
>
> ----------------------------------------------
> FileSet {
>   Name = "projectserve01"
>   Include {
>   Options {
>         signature = MD5
>         compression = GZIP
> #       Portable = yes
>           }
>            File = "C:\\Program Files\\Kantech"
>            File = "E:\\Entrapass backup"
>           }
> }
> ----------------------------------------------
>
> At restore time :
> ...
> cwd is: /
> $ ls
> C:\Program Files\Kantech/
> E:\Entrapass backup/
> $ cd C:\Program Files\Kantech
> $ ls
> C:\Program Files\Kantech/
> E:\Entrapass backup/
> $ cd "C:\Program Files\Kantech"
> Invalid path given.
> cwd is: /
> $ cd C:\Program Files\Kantech/
> $ cd "C:\Program Files\Kantech/"
> Invalid path given.
> cwd is: /

I believe you have to use forward slashes / and not backslashes \

John

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to