Hello,
I got my bareos backup system up and running, and was able to restore a few 
test files from the server. Both the director/sd node centos 6.5, and the fd 
that I am backing up is also centos 6.5. When I got around to testing 
restoration of a file with a handful of spaces in the file path, I started 
getting the `No database record found for: ...` kinds of errors. I am trying to 
restore files by `bconsole -> restore -> 7 -> /path/to file/with 
spaces/file.txt`. I tried another file a few directories upstream of that, and 
it worked as long as there were not any spaces in the path.

Is there a way I should be escaping filenames with spaces? I tried with and 
without the standard unix escape character "\ ". I also tried with and without 
that character escaping the spaces, but with the entire path under single 
quotes, and the same under double quotes. None of those things seemed to work.

Is there a way to go into psql and query the file database directly to see if 
there are any files present that look remotely like the one I want to get at? 
That might provide more insight about where the issue is, whether the file 
really isn't being backed up for some reason, or if there is some other way I 
should be providing the paths.

Thanks for your time! 

Best,
John

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to