If you want to make backups, don't do it on a cdrom. Try rsync, it's a great backup tool. Here's a guide to dip your feet in: http://www.mikerubel.org/computers/rsync_snapshots/
My bad :( I thought it is the program to write to DVD.Nikos Chantziaras wrote:
Hung Dang wrote:
James Wall wrote:
Hi all,You can try k3b
I am looking for a backup program that can back up to my DVD+-R/RW drive
to back up my private portage tree/distfile/music/web server. What
programs would you recommend to handle this task?
TIA James Wall
Well, that's not a backup app. But anyway, I don't use a "backup app" either. I just tar.lzma the whole thing and burn it :P
I am not sure what you want. In my case, I combine a bash script to compress, rsync ... with cron to do the back up weekly. It seem to be quite convenient.
If you have big files using rar is faster and save more space than tar.
Hung