Custom Query (684 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (58 - 60 of 684)

Ticket Owner Reporter Resolution Summary
#44 Bruno Cornec Cédric worksforme mondorestore dont restore all files from the tape and remount the root partition in ro
Description

Hi,

I use mondo without self-booting backup, just simple data backup. Here the comme i use :

mondoarchive -OVt -I /mnt/data/test -d /dev/st0 -W -e

Backup seams ok.

But when i try te restore them, mondorestore doesn't restore all the data, and at the end remount the root partition in read only, don't know why ...

Best regards,

Cédric

PS : let me know how can i send you the log file ...

#45 Bruno Cornec bmurch@… fixed Output -i ISO should have ablity to set unique string or datestamp in iso name
Description

By default, the older versions of Mondo output filenames like 1.iso, 2.iso ... and now I notice that they are mondorescue-1.iso, mondorescue-2.iso, etc. I have mine outputing to an nsf mount on a crontab. I need to manually move these files or they are overwritten in the next cron run. It would be sweet if I could flag the mondo command to insert a date string, for instance, in the output iso name so that I can keep the older iso's without the fear of the over write. eg mondorescue-1-08.18.2006.iso for instance. There should be a default chosen so that you can either just choose to have a unique name or not. Perhaps the -i could take an argument suppied by a script? -i special_run_081806 or a -i %d for default or maybe -i %dt for date time...

#46 Bruno Cornec klaus@… fixed Small typo in /usr/sbin/mindi
Description

Running mondo/mindi 2.09 under Debian Sarge,

mindi --makemountlist gives me this error:

/usr/sbin/mindi: line 1451: [: missing `]'

Sarge needs an extra space at line 1451

if [ $? -eq 0]

like

if [ $? -eq 0 ]

Is it possible that this also exists elsewhere in mondo/mindi?

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.