Backup home dirs on DVD

From: Andreas Höschler (ahoesch@smartsoft.de)
Date: Wed Feb 20 2008 - 08:17:18 EST


Dear managers,

>> we would like to backup ou home dirs on a DVD once a month. Solaris
>> comes with this cdrw tool that we are used to use as follows
>>
>> cdrw -i /tmp/image.iso
>>
>> I know thatone can use something like
>>
>> /opt/sfw/bin/mkisofs -iso-level 4 -o /tmp/image.iso /home
>>
>> to create an iso image. However, we had already had problems with long
>> filenames using this approach. Is anybody actually using DVDs for
>> backup purposes? How should we use mkisofs to make sure all files -
>> even those with very lng file names - are included? It's ok if the DVD
>> can only be read by Solaris. Any idea?

Thanks to the hints I received so far. However, creating a tar archive
and burning this on the DVD is not what I want. I really would like to
be able to browse the DVD and extract individual files easily without
having to untar a 4.5GB file first. Therefore I am trying to find the
correct options for mkisofs. My last attempt was

        /opt/sfw/bin/mkisofs -r -f -joliet-long -o /tmp/image.iso /Carrier

Note, I have previously symbolically linked all dirs of interest to
/Carrier.

        ln -s /home /Carrier
        ln -s /opt/FrontBase/Backups /Carrier
        ...

However, the above options do not do what I want. I get

H005.M;1 for
/Carrier/projects/Bentheim/BentPoolBundle/
PurchaserAppointmentAcceptionRecord.m
(PurchaserAppointmentAbnahmeController.m)
Using PROCE000.M;1 for
/Carrier/projects/Bentheim/BentPoolBundle/
ProceedingsSupplierController.m (ProceedingsController.m)
Using PROCE000.H;1 for
/Carrier/projects/Bentheim/BentPoolBundle/
ProceedingsSupplierController.h (ProceedingsController.h)
Using PROCE001.M;1 for
/Carrier/projects/Bentheim/BentPoolBundle/ProceedingsController.m
(ProceedingsCarrierTargetController.m)
Using PROCE001.H;1 for
/Carrier/projects/Bentheim/BentPoolBundle/ProceedingsController.h
(ProceedingsCarrierTargetController.h)
Using PROCE002.M;1 for
/Carrier/projects/Bentheim/BentPoolBundle/
ProceedingsCarrierTargetController.m (ProceedingsCarrierController.m)
Using PROCE002.H;1 for
/Carrier/projects/Bentheim/BentPoolBundle/
ProceedingsCarrierTargetController.h (ProceedingsCarrierController.h)
Using PROCE003.M;1 for
/Carrier/projects/Bentheim/BentPoolBundle/
ProceedingsCarrierController.m (ProceedingPolterController.m)

The generated iso is 100% useless for me!!!

Any idea?

Thanks,

   Andreas
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:42:47 EDT