In response to "Richard White" <[EMAIL PROTECTED]>:
> 
> > Please show this part.  The configs aren't likely to help, as it
> seems
> > your config is OK.  I'm suspecting that the process you're trying to
> > go through to restore is somehow incorrect.  If you show us the
> > process, we might be able to pick out what's wrong.
> 
> OK, here goes.
> 
> In bconsole, type 'restore'.
> Select 2 ('Enter list of comma separated JobIDs to select').
> Type in the job number.
> 
> At this time I see this:
> .
> .
> .
> 1 Job, 14,694 files inserted into the tree.
> 
> You are now entering file selection mode where you add (mark) and
> remove (unmark) files to be restored. No files are initially added,
> unless
> you  used the "all" keyword on the command line.
> Enter "done" to leave this mode.
> 
> cwd is: /
> $
> 
> Now I type
> 
> ls
> 
> and get this:
> 
> c:/
> 
> I know there is a directory called sec20, so I type this:
> 
> cd sec20
> 
> and get this:
> 
> Invalid path given.
> cwd is: /
> 
> And so on. It has been a couple of months since I did the testing on my
> W2K Pro desktop, but I know I restored files in the "usual" way.

As I mentioned in my earlier response, Bacula has to work around the
broken Windows concept of "drives".  Bacula doesn't "do" drives.

In order to work around it, Bacula creates a directory for each
drive, as you can see above in your ls, it created a c: directory
in the backup volume.

So, try "cd c:" then do another ls.  An example for one of my systems:
cwd is: /
$ ls
e:/
$ cd e:
cwd is: e:/
$ ls
RECYCLER/
System Volume Information/
Virtual Machines/
[...]

--
Bill Moran
Collaborative Fusion Inc.

-------------------------------------------------------------------------
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