Weblog entry #41 for Utumno

Directories too deep
Posted by Utumno on Mon 11 Aug 2008 at 16:59
Tags: none.

I dont need incremental backups, I use a simple script to rsync everything but the /home partition to a different HDD. Then I periodically create a DVD image from the backup with

#mount /dev/hdc1 /mnt # the partition containing the mirror of everything but /home
#mount /dev/hdc2 /media/data # the partition where DVD isos go
#genisoimage -o /media/data/root-image-2007-08-11.iso -R -A "Root Image 2007-08-11" /mnt

On February, when was last time I created such backup DVD, everything went well. Now it seems Debian has been intruducing deeper and deeper directory structures all over the place and this is what I get

#genisoimage -o /media/data/root-image-2007-08-11.iso -R -A "Root Image 2007-08-11" /mnt
genisoimage: Directories too deep for '/mnt/usr/include/c++/4.2/ext/pb_ds/detail/trie_policy' (7) max is 6.

and there are many more places like this. How can I overcome this - I assume - silly limitation of the Joliet FS ?

 

Comments on this Entry

Posted by Anonymous (216.244.xx.xx) on Mon 11 Aug 2008 at 18:10
use -D in genisoimage

[ Parent | Reply to this comment ]

Posted by Utumno (60.248.xx.xx) on Thu 14 Aug 2008 at 07:56
[ Send Message | View Utumno's Scratchpad | View Weblogs ]

Indeed, thanks!

[ Parent | Reply to this comment ]

User Login

Username:

Password:

[ Advanced Login ]

Register Account

Quick Site Search