RE: Backup to CD-RW

2004-06-04 Thread Freivald, Joseph A, GVSOL
Is there anything similar that will work with DVD+RWs? --JATF -Original Message- From: Aaron Bingham [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 4:37 AM To: jack kinnon Cc: [EMAIL PROTECTED] Subject: Re: Backup to CD-RW Hi Jack, apt-get install cdbackup This will work

Re: Backup to CD-RW

2004-06-02 Thread Aaron Bingham
Hi Jack, apt-get install cdbackup This will work with any archiver, so you can use GNU Tar's incremental backup features to get what you want. I've only used it a few times, but I haven't encountered any real problems yet. One minor gotcha: be sure to insert the first CD *before* starting cdbac

Re: Backup to CD-RW

2004-06-01 Thread Alvin Oga
On Tue, 1 Jun 2004, jack kinnon wrote: > Hi folks, > > It's time for me to work out a good backup system. I am looking for a reliable > software which is able to do incremental backup to a CD-RW. A search thro' the net > throws up a lot but which one is best for Debian? # # change -90 to be

Backup to CD-RW

2004-06-01 Thread jack kinnon
Hi folks,   It's time for me to work out a good backup system. I am looking for a reliable software which is able to do incremental backup to a CD-RW. A search thro' the net throws up a lot but which one is best for Debian?   Would appreciate some suggestions   Cheers   Do you Yahoo!?Friends. Fu

Re: Looking for a backup to CD-R(W) program

2002-11-26 Thread Alexey Chetroi
On Tue, Nov 26, 2002 at 02:13:18PM -0500, Joe Nahmias wrote: > > I found the mail I alluded to before. It is also from linux-kernel... > You can see it at: http://old.lwn.net/2001/0503/a/lt-dump.php3 > He seems to say that you can get a corrupted backup regardless of > whether you use CD-R(W) or

Re: Looking for a backup to CD-R(W) program

2002-11-26 Thread Joe Nahmias
Chris, I found the mail I alluded to before. It is also from linux-kernel... You can see it at: http://old.lwn.net/2001/0503/a/lt-dump.php3 He seems to say that you can get a corrupted backup regardless of whether you use CD-R(W) or not. An excerpt: Note that dump simply won't work reliably

Re: Looking for a backup to CD-R(W) program

2002-11-26 Thread bob parker
On Fri, 22 Nov 2002 18:02, Andrew R Reid wrote: > -Original Message- > From: Joe Nahmias [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 14 November 2002 2:33 PM > To: [EMAIL PROTECTED] > Subject: Looking for a backup to CD-R(W) program > > > Hello list, &g

Re: Looking for a backup to CD-R(W) program

2002-11-26 Thread Chris Lale
Gerald Livingston wrote: > On Mon, 25 Nov 2002 20:08:53 -0500 (EST) [EMAIL PROTECTED] (Joe > Nahmias) wrote: > > >> Chris, >> >> Correct me if I'm wrong, but I thought Linus himself said that >> using dump on live (mounted) filesystems was a bad idea. I'll see >> if I can dig up a reference to it

Re: Looking for a backup to CD-R(W) program

2002-11-25 Thread Gerald Livingston
On Mon, 25 Nov 2002 20:08:53 -0500 (EST) [EMAIL PROTECTED] (Joe Nahmias) wrote: > Chris, > > Correct me if I'm wrong, but I thought Linus himself said that using > dump on live (mounted) filesystems was a bad idea. I'll see if I can > dig up a reference to it... > > Thanks for your help! > Joe

Re: Looking for a backup to CD-R(W) program

2002-11-25 Thread Karl E. Jorgensen
On Mon, Nov 25, 2002 at 08:08:53PM -0500, Joe Nahmias wrote: > Chris, > > Correct me if I'm wrong, but I thought Linus himself said that using > dump on live (mounted) filesystems was a bad idea. I'll see if I can > dig up a reference to it... He doesn't use dump: Real Men don't make backup

Re: Looking for a backup to CD-R(W) program

2002-11-25 Thread Joe Nahmias
Chris, Correct me if I'm wrong, but I thought Linus himself said that using dump on live (mounted) filesystems was a bad idea. I'll see if I can dig up a reference to it... Thanks for your help! Joe > Chris Lale wrote: > > > > > > Incremental daily backup: > > dump -3u -z -M -B 65 -f /bkp

Re: Looking for a backup to CD-R(W) program

2002-11-25 Thread Chris Lale
Chris Lale wrote: Incremental daily backup: dump -3u -z -M -B 65 -f /bkp/home/monday.dump /home Whoops! that should be -9 not -3: dump -9u -z -M -B 65 -f /bkp/home/daily.dump /home The -9 switch causes dump to archive only files that do not exist in the backup with the next lowest

Re: Looking for a backup to CD-R(W) program

2002-11-24 Thread Chris Lale
-Original Message- From: Joe Nahmias [mailto:[EMAIL PROTECTED]] Sent: Thursday, 14 November 2002 2:33 PM > I am looking for recommendations for software to backup my debian > (sarge) machine to my cd burner. As this is my home machine, I don't > think I need the client-server functiona

Re: Looking for a backup to CD-R(W) program

2002-11-22 Thread Alvin Oga
: > -Original Message- > From: Joe Nahmias [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 14 November 2002 2:33 PM > To: [EMAIL PROTECTED] > Subject: Looking for a backup to CD-R(W) program > ,... > I am looking for recommendations for software to backup my > d

Looking for a backup to CD-R(W) program

2002-11-21 Thread Andrew R Reid
-Original Message- From: Joe Nahmias [mailto:[EMAIL PROTECTED]] Sent: Thursday, 14 November 2002 2:33 PM To: [EMAIL PROTECTED] Subject: Looking for a backup to CD-R(W) program -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello list, I am looking for recommendations for

Re: Looking for a backup to CD-R(W) program

2002-11-15 Thread Cam Ellison
* Jan Ulrich Hasecke ([EMAIL PROTECTED]) wrote: > Chris Lale <[EMAIL PROTECTED]> writes: > > > Joe Nahmias wrote: > >>I am looking for recommendations for software to backup my > >> debian (sarge) machine to my cd burner. > > > > You might like to consider 'partimage'. > > I tried to use mon

Re: Looking for a backup to CD-R(W) program

2002-11-14 Thread Jan Ulrich Hasecke
Chris Lale <[EMAIL PROTECTED]> writes: > Joe Nahmias wrote: >> I am looking for recommendations for software to backup my >> debian (sarge) machine to my cd burner. > > You might like to consider 'partimage'. I tried to use mondo, but it does not work on my testing machine. Does anybody s

Re: Looking for a backup to CD-R(W) program

2002-11-14 Thread Chris Lale
Joe Nahmias wrote: I am looking for recommendations for software to backup my debian (sarge) machine to my cd burner. You might like to consider 'partimage'. It creates a compressed bit-image snapshot of a partition, splitting its output into user-definable sized files (eg you could set 650

Re: Looking for a backup to CD-R(W) program

2002-11-14 Thread Levi Waldron
> On Thu, 14 Nov 2002 15:32, Joe Nahmias wrote: > > Hello list, > > > > I am looking for recommendations for software to backup my > > debian (sarge) machine to my cd burner. As this is my home machine, I > > don't think I need the client-server functionality of amanda or some of > > the other

Re: Looking for a backup to CD-R(W) program

2002-11-14 Thread Alvin Oga
hi ya collection of backup scripts http://www.Linux-Backup.net/app.gwif.html c ya alvin On Thu, 14 Nov 2002, Chris Hilts wrote: > > I am looking for recommendations for software to backup my > > debian (sarge) machine to my cd burner. As this is my home machine, I > > You may have luck

Re: Looking for a backup to CD-R(W) program

2002-11-14 Thread bob parker
On Thu, 14 Nov 2002 15:32, Joe Nahmias wrote: > Hello list, > > I am looking for recommendations for software to backup my > debian (sarge) machine to my cd burner. As this is my home machine, I > don't think I need the client-server functionality of amanda or some of > the other backup pack

Re: Looking for a backup to CD-R(W) program

2002-11-14 Thread Chris Hilts
> I am looking for recommendations for software to backup my > debian (sarge) machine to my cd burner. As this is my home machine, I You may have luck with mondo. -- Chris Hilts [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? C

Looking for a backup to CD-R(W) program

2002-11-13 Thread Joe Nahmias
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello list, I am looking for recommendations for software to backup my debian (sarge) machine to my cd burner. As this is my home machine, I don't think I need the client-server functionality of amanda or some of the other backup packages... I'm jus

Re: Q's on backup to CD-R

2002-04-24 Thread Andy Saxena
On Wed, Apr 24, 2002 at 10:47:30AM -0700, Ross Boylan wrote: > At 10:26 AM 4/24/02 +0200, you wrote: > >Ross Boylan wrote: > > > >Just a thought -- I have heard that CD-Rs have a 1-bit per 100kB error > >rate > >in 1 year. What that means is that in your typical 1-Meg program, > >backed up to CD-R

Re: Q's on backup to CD-R

2002-04-24 Thread Sridhar M.A.
On Wed, Apr 24, 2002 at 10:47:30AM -0700, Ross Boylan wrote: > > I've heard that CDR is pretty reliable; the error rate you describe would > make it almost useless. Can anyone confirm or deny this? > I too am surprised at the statement. But I have many cd's with me which are about 3

Re: Q's on backup to CD-R

2002-04-24 Thread Ross Boylan
At 10:26 AM 4/24/02 +0200, you wrote: Ross Boylan wrote: > > I'm trying to do a fairly comprehensive system backup to CD-R. The > amount I have to backup is much larger than the free space on the > system, which in turn is larger than a CD-R. > Just a thought -- I have hea

Re: Q's on backup to CD-R

2002-04-24 Thread Dave Carrigan
Ross Boylan <[EMAIL PROTECTED]> writes: > I'm trying to do a fairly comprehensive system backup to CD-R. The > amount I have to backup is much larger than the free space on the > system, which in turn is larger than a CD-R. > > This means I'm interested in comp

Re: [Fwd: Q's on backup to CD-R]

2002-04-24 Thread DSC Siltec
Actually, I haven't seen any data at all. My father told me that he had seen that in a magazine article. I am quoting him. The point of that was that CD-Rs were not a good storage medium for programs. For graphics or uncompressed music, they are fine. They're also fine for text files, where

Re: Q's on backup to CD-R

2002-04-24 Thread Karl E. Jorgensen
On Tue, Apr 23, 2002 at 05:43:31PM -0700, Ross Boylan wrote: > I'm trying to do a fairly comprehensive system backup to CD-R. The > amount I have to backup is much larger than the free space on the > system, which in turn is larger than a CD-R. > > This means I'm inte

Re: Q's on backup to CD-R

2002-04-24 Thread Karsten M. Self
on Tue, Apr 23, 2002, Ross Boylan ([EMAIL PROTECTED]) wrote: > I'm trying to do a fairly comprehensive system backup to CD-R. The > amount I have to backup is much larger than the free space on the > system, which in turn is larger than a CD-R. CD-Rs are too small to be pra

Re: [Fwd: Q's on backup to CD-R] - fun stuff

2002-04-24 Thread Alvin Oga
hi ya On Wed, 24 Apr 2002, DSC Siltec wrote: > DSC Siltec wrote: > > Ross Boylan wrote: > > > > > I'm trying to do a fairly comprehensive system backup to CD-R. The > > amount I have to backup is much larger than the free space on the > > sy

[Fwd: Q's on backup to CD-R]

2002-04-24 Thread DSC Siltec
DSC Siltec wrote: Ross Boylan wrote: > > I'm trying to do a fairly comprehensive system backup to CD-R. The > amount I have to backup is much larger than the free space on the > system, which in turn is larger than a CD-R. > Just a thought -- I have heard that CD

Re: Q's on backup to CD-R

2002-04-24 Thread Dave Thayer
On Tue, Apr 23, 2002 at 05:43:31PM -0700, Ross Boylan wrote: > I'm trying to do a fairly comprehensive system backup to CD-R. The > amount I have to backup is much larger than the free space on the > system, which in turn is larger than a CD-R. [...] > The problem is a lot of

Re: Q's on backup to CD-R

2002-04-23 Thread Shawn McMahon
begin Ross Boylan quotation: > > Thanks for any info or advice. Large hard drives are really, really cheap. If you can spend $100 and solve your whole problem, isn't that worth it? Add more space. Make backups to it, then chunk them to CD-R at your leisure. I use flexbackup with afio for mak

Q's on backup to CD-R

2002-04-23 Thread Ross Boylan
I'm trying to do a fairly comprehensive system backup to CD-R. The amount I have to backup is much larger than the free space on the system, which in turn is larger than a CD-R. This means I'm interested in compression and streaming solutions. I just tried afio -o -Z piped to cdbackup

Re: backup to CD

2001-10-20 Thread Alvin Oga
hi ya hans... i've searched/collected backup scripts... ( backups to disks, tape, cds, rsync, etc http://www.Linux-Backup.net/app.gwif.html have fun alvin On Fri, 19 Oct 2001, Hans Ekbrand wrote: > On Fri, Oct 19, 2001 at 10:02:31AM +0200, R. Alexander wrote: > > My Debian box has an

Re: backup to CD

2001-10-19 Thread Jesse Goerz
On Friday 19 October 2001 03:59, Lance Hoffmeyer wrote: > Check out Mondo. There is also a script that was written and > put out on the list a few months back that tarred/gzipped to a > directory and then burned the tars onto CD you you wished. > > Lance > > > > I would like to periodically (weekl

Re: backup to CD

2001-10-19 Thread Lance Hoffmeyer
Check out Mondo. There is also a script that was written and put out on the list a few months back that tarred/gzipped to a directory and then burned the tars onto CD you you wished. Lance > > I would like to periodically (weekly ?) backup my /etc (around 8 megs) and > > some (not all) of my /

Re: backup to CD

2001-10-19 Thread Hans Ekbrand
On Fri, Oct 19, 2001 at 10:02:31AM +0200, R. Alexander wrote: > My Debian box has an internal scsi CD burner. > > I would like to periodically (weekly ?) backup my /etc (around 8 megs) and > some (not all) of my /home directories. > > Can I setup some task to perform such backups on the CD (mult

backup to CD

2001-10-19 Thread R. Alexander
My Debian box has an internal scsi CD burner. I would like to periodically (weekly ?) backup my /etc (around 8 megs) and some (not all) of my /home directories. Can I setup some task to perform such backups on the CD (multiple sessions ? multiple files ?) until it's filled up ? Thank you. Bob A

Re: System Backup to CD

2001-06-25 Thread Joost Kooij
On Fri, Jun 22, 2001 at 05:44:10PM -0500, Thomas H. George wrote: > Though I kept good notes, it took much effort to restore my current > debian linux system with all the apt-get's and other downloads after a > hard disk crash wiped out everything. With Windows I always had to be > prepared for

Re: System Backup to CD

2001-06-22 Thread ktb
On Fri, Jun 22, 2001 at 05:44:10PM -0500, Thomas H. George wrote: > Though I kept good notes, it took much effort to restore my current > debian linux system with all the apt-get's and other downloads after a > hard disk crash wiped out everything. With Windows I always had to be > prepared for

System Backup to CD

2001-06-22 Thread Thomas H. George
Though I kept good notes, it took much effort to restore my current debian linux system with all the apt-get's and other downloads after a hard disk crash wiped out everything. With Windows I always had to be prepared for system crashes and regularly used DriveImage to copy my complete C-drive