Hi all


how can I restore the file ? can I just fit the fileset definition and then restore the file ?

Well, I'd recommend correcting the file set as soon as possible, but that will _not_ fix existing backups. For your current problem, you could try to locate the file in question in the catalog database and manually create a bootstrap file for it.

I never tried this, but I'm quite sure that it should be possible and, in case that file is really important, it's definitely worh the effort. You could also try to use bextract to dump a whole tapes contents to a local disk, I think.

Arno

Is it possible that anyone can give me an hint on how to manually create a bootstrap file. I have found the fil that I want to restore ind the database (using mysql) in the Filename table, which gives this row :

+------------+-------------------------+
| FilenameId | Name                    |
+------------+-------------------------+
|      11047 | Udf.tilladelser a-å.doc |
+------------+-------------------------+


And in the File table :

mysql> select * from File where FilenameId=11047;
+--------+-----------+-------+--------+------------+--------+------------------------------------------------------+------------------------+
| FileId | FileIndex | JobId | PathId | FilenameId | MarkId | LStat | MD5 |
+--------+-----------+-------+--------+------------+--------+------------------------------------------------------+------------------------+
| 39907 | 14309 | 695 | 69 | 11047 | 0 | A A IH/ B A A A 8gA BAA 9 BECC1I BECCzy BBljlw A A L | gW/8wW+Q4h/ZBi/GA147fA | | 61940 | 65 | 736 | 69 | 11047 | 0 | A A IH/ B A A A 3IA BAA 4 BEEAAM BED/+u BBljlw A A L | Mx/udD/xAz+O36+jAy+y5D | | 61677 | 68 | 722 | 69 | 11047 | 0 | A A IH/ B A A A 3gA BAA 4 BEDT8V BEDT63 BBljlw A A L | EW+b66+6O4+Ny4tbn4/C0B | | 62084 | 65 | 743 | 69 | 11047 | 0 | A A IH/ B A A A 4IA BAA 5 BEEUIa BEEUHG BBljlw A A L | C4/f8hVxa9+Ih4JlO++6ZC | | 61818 | 81 | 729 | 69 | 11047 | 0 | A A IH/ B A A A 2gA BAA 3 BEDqsn BEDqrT BBljlw A A L | Q9o+C/w64BY819p+QAUKVC | | 61549 | 50 | 715 | 69 | 11047 | 0 | A A IH/ B A A A 4QA BAA 5 BEDAmK BEDAk0 BBljlw A A L | C5JLx1+ua7oPZEokg6+aqC | | 62420 | 96 | 771 | 69 | 11047 | 0 | A A IH/ B A A A 4QA BAA 5 BEFpW7 BEFpVg BBljlw A A L | h6+rt6+cN6/5V7IaO6/WwA |
+--------+-----------+-------+--------+------------+--------+------------------------------------------------------+------------------------+



The jobid I want the fil from is 778, which is incremental.

Reallyh hope that someone can guide me here ;)

Best regards

René


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to