LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Shell question and cdburning (https://www.linuxquestions.org/questions/linux-software-2/shell-question-and-cdburning-254236/)

naren 11-12-2004 11:04 PM

Shell question and cdburning
 
hi

I want to take data backup on to a cdrom.My problem is when i want to write
two directories with the same name like

1./var/www
2./home/naren/www

Sice both direcories have the same name(Since making an iso image with the two dirs combined is impossible ,since /home/naren/www automatically overwrites /var/www in an iso) Since mkisofs does not take in to matter the path to which the
files r there but only takes in to accont the last name (i mean only the 'www' part)

So finally i want to write it as

1. var.www
2.home.naren.www

to make an iso image such that when it is burned on a cd gives two dirs var.www
and home.naren.www

I have to make some manipulation when trying to make them(1./var/www,2./home/naren/www) to iso image and then burn it on a cd

How do i do this ???

Any suggestions

Thanks in anticipation

kamowa 11-13-2004 12:41 AM

cd burning
 
what are you using to burn cds?

When I use X CD Roast I have no problems saving data to it with the full path name.

kamowa 11-13-2004 01:43 AM

cd burning
 
:Pengy:

naren 11-13-2004 10:16 AM

I m developing a backup software I want to do it as a command line option How do i do this???

Any ideas


All times are GMT -5. The time now is 04:42 PM.