On Mon, Jul 04, 2005 at 10:21:21AM +0300, viktorija wrote:
> Hello!
> 
> I need a help. I have problem with restore. My bacula configuration is 
> following. Every day Incremental backup i storage in File, but at saturdays i 
> have Incremental backup on storage Archive:
> #  section  #0  -  "WeeklyCycle"
> Schedule {
>     Name = "WeeklyCycle"
>     Run = Incremental mon-fri at 22:00
> }
> #  section  #2  -  "ArchCycle"
> Schedule {
>     Name = "ArchCycle"
>     Run = Incremental sat at 10:00
> }
> 
> Catalogs are following:
> Catalog {       
>     Name = MyCatalog 
>     dbname = bacula; user = bacula; password = ""
> }               
> #  section  #1  -  ArchCatalog
> Catalog {       
>     Name = ArchCatalog 
>     dbname = archive; user = bacula; password = ""
> }               
> As you can see i am using 2 databases for every day cycle and weekend cycle, 
> because after 3 month am storage only weekend cycle.
> Backups are doing succesefully. 
> Restore section is follow:
> Job {
>     Name = "RestoreFiles"
>     Type = Restore
>     Client = backups-fd
>     FileSet = "Full Set"
>     Storage = File 
>     Pool = Default
>     Messages = Standard
>     Where = /tmp/bacula-restores
> }
> 
> Then i write command restore and choose 5, i see all clients every day 
> clients and weekend clients. When i choose one of every day client bacula 
> shows me all my files, but when i choose archive client it is shows me:
> Select the Client (1-102): 53
> The defined FileSet resources are:
> Selection is empty!


I observe you're using two separate catalogs.  I presume the weekly
cycle is using the main catalog, and the archive jobs use ArchCatalog. 
Are you remembering to switch to the archive catalog before trying to
restore archive jobs?

Another thing you might want to consider is use a single catalog, and
back up the catalog to your archive after each night's backup.  You can
then always restore your entire catalog from the archive in the event
that you lose your catalog.


-- 
 Phil Stracchino       [EMAIL PROTECTED]
    Renaissance Man, Unix generalist, Perl hacker
 Mobile: 603-216-7037         Landline: 603-886-3518


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to