Bacula-users

[Bacula-users] Restore of Large Job is Not Happening

2009-06-22 18:09:22
Subject: [Bacula-users] Restore of Large Job is Not Happening
From: mehma sarja <mehmasarja AT gmail DOT com>
To: "bacula-users AT lists.sourceforge DOT net" <bacula-users AT lists.sourceforge DOT net>
Date: Mon, 22 Jun 2009 15:04:11 -0700
HELP
How do I actually restore 11.6 million files from a backup job?

SETUP
Bacula 2.4.4 DIR and SD on a FreeBSD 7.1. backed up 11.6 Million files compressed into 372 G Bytes . I am trying to restore them onto a different system. I use bconsole to say: 

BCONSOLE COMMAND
* restore client=client1-fd fileset=Client1-Fileset select current all done

PROBLEM
It does the 'select', 'current', and 'all' but sits there on the 'done' part. I have left it like this overnight with no change in status - like so:


+-------+-------+-------------+-----------------+---------------------+--------------------------+
| jobid | level | jobfiles   | jobbytes        | starttime           | volumename  |
+-------+-------+-------------+-----------------+---------------------+--------------------------+
|   160 | F     | 11,600,468 | 371,831,421,845 | 2009-06-17 14:15:37 | Volumes0004 |
+-------+-------+------------+-----------------+---------------------+--------------------------+
You have selected the following JobId: 160

Building directory tree for JobId 160 ...  +++++++++++++++++++++++++++++++++++++++++++++++++
1 Job, 11,415,174 files inserted into the tree and marked for extraction.

TOP
Here is what top shows:

load averages:  1.00,  0.99,  0.92  
CPU: 25.0% user,  0.0% nice,  0.3% system,  0.0% interrupt, 74.7% idle
Mem: 1635M Active, 1663M Inact, 884M Wired, 236M Cache, 214M Buf, 3482M Free
Swap: 4096M Total, 144K Used, 4096M Free

PID USERNAME  THR PRI NICE   SIZE    RES STATE  C   TIME   WCPU COMMAND
23048 bacula      4 117    0  1607M  1568M CPU0   0  61:20 100.00% bacula-dir
23055 pgsql       1   4    0 54668K 38736K sbwait 2   1:20  0.00% postgres

TYPE M SHOWS
  PID USERNAME   VCSW  IVCSW   READ  WRITE  FAULT  TOTAL PERCENT COMMAND
23048 bacula        0    275      0      0      0      0   0.00% bacula-dir
23055 pgsql         0      0      0      0      0      0   0.00% postgres

Those are involuntary context switching numbers for bacula-dir

TRIED and TIRED
I have restarted both bacula services and postgresql

COULDN'T BE
a.  the source and destination filesystems are FreeBSD zfs pool/Linux ext3
b.  the source is compressing the files

The problem could not be either one of these because the restore process never gets to the point of asking for where do you want to put this - that 'no/mod/yes' stage. So, it is not looking at that yet.
------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] Restore of Large Job is Not Happening, mehma sarja <=