CD-R burning through a cron


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers CD-R burning through a cron
# 1  
Old 04-04-2003
CD-R burning through a cron

Hi all

Is it possible to have a cron job to burn a CD of some of my file systems... like a backup?

I am running redhat Linux 7.3 and cannot access the machine from the terminal... I am remotely located.

Thanks in advance.

KS
# 2  
Old 04-04-2003
yeah you could have cron do a back up with whatever utility you want, then you could write a script that looks for the existance of the backup, which will then use cdrecord (or whatever else you want) to do the back up.
# 3  
Old 04-05-2003
Thanks... I had read somewhere that you need to be logged in from the terminal in order to burn a CD.
# 4  
Old 04-05-2003
naw, well you would have to have the actual cd-r in the systems cdr bay, im not sure how you would go about backing up a system that writes to a remote cdr, it probably could be done though.
# 5  
Old 04-05-2003
you should be able to burn CD remotely, I do it at work with RH 7.3
# 6  
Old 04-23-2003
Chamkila

Can u give me the steps how you take to take a backup on CD-R? I am kind of stuck with this.

Thanks

KS
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Problems burning DVD-RW media

Hello, I have Solaris 10 U13 and I try to burn an ISO image. First try: # cdrw -i myfile.iso Looking for CD devices... Device not ready. Second try: # cdrecord dev=0,0,0 -v -multi -pad -data myfile.iso cdrecord: No write mode specified. cdrecord: Asuming -tao mode.... (3 Replies)
Discussion started by: sluge
3 Replies

2. Linux

CD Burning in Linux, GUI Software

Hi.. I just brought a CD writer. It has nero for windows bundled with it. I found nero very easy to use as well as usefull.. I then see that wht we have in linux.. I found that in my Redhat 9 i have two CD writers software but both are no where nare nero... So is there any GUI based cd... (5 Replies)
Discussion started by: billcrosby
5 Replies

3. Programming

cdrecord frontend for dvd burning

I came across a small script called pyBurn (attached) which is a frontend for cdrecord. But it only burns cd's and doesn't even recognize my dvd-burner. I'm still learning python (very early stages) so I can't do much with it... is it possible to make it burn dvd's too? (I'm running Ubuntu Gutsy... (0 Replies)
Discussion started by: el mariachi
0 Replies

4. Solaris

CD burning tool

Im looking for any GUI Based burner to work under sun solaris 10, any ideas > (7 Replies)
Discussion started by: XP_2600
7 Replies

5. Windows & DOS: Issues & Discussions

Burning ISO of Solaris 9

Hello, This is my first time setting up a Unix system, and I'm very excited to do so, but I'm run into some problems from the get go! I downloaded Solaris 9 (I specifically need this version of Unix, as I'm gunning for a better position in my company), and got a bz2 compressed image. I intend... (3 Replies)
Discussion started by: skeet23
3 Replies

6. UNIX for Dummies Questions & Answers

Network Burning?

Hey all, When burning using Solaris 8, the standard command would look something like this; mkisofs -r filename filename.tar | cdrw -i -O But what I want to try and do it burn over the network and was wondering if anyone has done this before. Like a tape drive backup can be run across... (1 Reply)
Discussion started by: merlin
1 Replies

7. UNIX for Dummies Questions & Answers

Burning Software

Hey all, No sorry I don't mean burning windows. Though it was a nice thought to think of that people :) Pat yourself on the back for thinking of burning Windows. No really though here the real question. I'm after burning software for Solaris 7 (or 8 if it has to be, perfer 7 though). I... (1 Reply)
Discussion started by: merlin
1 Replies

8. UNIX for Dummies Questions & Answers

Burning

Hi, I've been tring to find a burning program for Solaris 7. I haven't had to much luck on this so far. What is a program I can use for burning on solaris 7? Thx in advanced. :) (3 Replies)
Discussion started by: merlin
3 Replies

9. UNIX for Dummies Questions & Answers

burning Solaris 8 images

this is probably going to sound really stupid...but how do i burn the Solaris 8 images i got off of Sun's servers? i know youre supposed to burn them in Nero/EasyCD/whatever, but Nero gives me some bullshit about it being an "unrecognized format" and EasyCD wants to burn it as an audio file. do i... (4 Replies)
Discussion started by: fuji250
4 Replies
Login or Register to Ask a Question