View Single Post
Old Jan 9th, 2006, 9:55 AM   #15
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
Yeah, I was wanting to throw in a SCP to a remote system as well. (I have a secondary script that does this already, plus burns a cd). Will implement an SCP call when I throw in the CD creation code.

Right now, the creation of the cd is commented out as it is user interactive and needed to be part of a cron job. I will look into putting the call to burn a cd in as a optional parameter to the script.

Meanwhile, to burn a cd of the iso that was created via the -iso option execute this...

cdrecord -dev ATAPI:/dev/hdc -data filename.iso
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote