back up to a CD ROM or DVD ROM
yes, it's doable with a
Thu, 08/28/2008 - 8:18pm
yes, it's doable with a cronjob. Install mkisofs and cdrecord, then create a script somewhere and paste the following in. change it to +755 permissions and execute the cron job as root daily or at whatever frequency you wanna do it.
edit crontab with the 'crontab -e' command. Oh yeah.. don't forget to change the CD every day.
Cheers.
#!/bin/sh mkisofs -V LABEL -r <whatever you wanna backup directory> | gzip > cdrom.iso.gz gzip -dc cdrom.iso.gz | cdrecord -v dev=/dev/cdrom -
thing called the
Thu, 08/28/2008 - 9:37pm
thing called the wiki-
http://trixbox.org/wiki/Additional_Scripts_and_Tricks
something in there that does a bit more.


Member Since:
2006-12-07