LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-07-2006, 09:41 PM   #1
joshknape
Member
 
Registered: Jul 2005
Posts: 216

Rep: Reputation: 30
backing up data to a CD-RW


Could Linux copy data to a CD-RW and not have any problems with Windoze reading it?

Second question on this topic: Does anyone know a good backup program that doesn't obliterate the original time stamps on files? If I copy a file created on 10 December 2005 from the HD to a CD-RW right now, I want the CD-RW's copy of the file to have the same date as the original.
 
Old 01-07-2006, 10:25 PM   #2
paulsm4
LQ Guru
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Blog Entries: 1

Rep: Reputation: Disabled
a) Yes, definitely. In my experience, CD's I've burned on Linux are 100% compatible with Windows ... regardless of how I've burned them; either data or music CDs.

b) My Suse Linux (and corresponding KDE desktop) defaults to K3b (http://www.k3b.org).
I'm perfectly happy with it ... although I'm sure you can find other alternatives.

c) I don't recall ever having any problems with the copy program replacing the time/date stamp on the original file with "date copied" (although I could be mistaken). In any case, one solution might be to write your backup to a Zip file, and then burning the .Zip file to CD.

'Hope that helps .. PSM
 
Old 01-08-2006, 01:35 AM   #3
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
a) Make sure that you select Joliet when you create the CD. I think this is to do with the way that Windows stores the file names.

b) Using the command line (K3B and all the other GUI programs are front-ends to command line tools), the mkisofs program shouldn't alter the time-stamps. However, another way of doing this is to use the tar program to zip the files you are backing up, create an iso image using mkisofs, and then burn it using cdrecord.

Code:
tar -czvf joshBackup.tar.gz file1 file2 file3
file1, file2 and file3 are the files or directories that you want to backup.

Code:
mkisofs -r -J -o cd_image joshBackup.tar.gz

Assuming that your cd burner is /dev/hdd, and you have a 2.6 series kernel:
Code:
cdrecord -v speed=32 dev=/dev/hdd -data cd_image
There is more info about cd burning using the command line Here (About 1/2 way down the page). Also on This Page is a shell script that I wrote to take care of this automatically.

I hope this helps
--Ian
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Backing Up Data? carlosinfl Linux - Networking 4 12-31-2005 12:05 AM
Home Office Biotech Data Mining - Data Collection Adler Linux - General 20 11-03-2004 04:17 AM
Need advise regarding backing up data before resizing hi-clier Linux - Newbie 3 10-20-2004 01:48 PM
backing up data files to a DVD-RW drive Earl Parker II Slackware 6 08-12-2004 07:42 AM
Problems backing up data ptom98 Linux - Security 3 07-31-2003 04:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:23 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration