Eric,

One more strange anomaly ... when I select the file I want, and then pick the
revision I want, then I hit restore and it says "No File To Restore" ... here
is the command line output:

Bvfs::get_all_file_versions:2662        SELECT File.JobId, File.FileIndex,
File.Lstat,
        File.Md5, Media.VolumeName, Media.InChanger
 FROM File, Job, Client, JobMedia, Media
 WHERE File.FilenameId = 3
   AND File.PathId=3
   AND File.JobId = Job.JobId
   AND Job.ClientId = Client.ClientId
   AND Job.JobId = JobMedia.JobId
   AND File.FileIndex >= JobMedia.FirstIndex
   AND File.FileIndex <= JobMedia.LastIndex
   AND JobMedia.MediaId = Media.MediaId
   AND Client.Name = 'amanda-fd'
Bvfs::get_all_file_versions:2664        SELECT File.JobId, File.FileIndex,
File.Lstat,
        File.Md5, Media.VolumeName, Media.InChanger
 FROM File, Job, Client, JobMedia, Media
 WHERE File.FilenameId = 3
   AND File.PathId=3
   AND File.JobId = Job.JobId
   AND Job.ClientId = Client.ClientId
   AND Job.JobId = JobMedia.JobId
   AND File.FileIndex >= JobMedia.FirstIndex
   AND File.FileIndex <= JobMedia.LastIndex
   AND JobMedia.MediaId = Media.MediaId
   AND Client.Name = 'amanda-fd'
No file to restore

It shows up in the image list as well as the revisions but I can't actually
restore anything. Any ideas what else I might need to do?

Thanks again!!!

Lonny
>
-- 
"To mess up a Linux box, you need to work at it; to mess up your Windows box,
you just need to work ON it."


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