Re: A better backup (was: Re: Question re: splitting files)

1998-02-13 Thread Daniel Martin at cush
Adam Klein <[EMAIL PROTECTED]> writes: > On Fri, Feb 13, 1998 at 08:25:01AM -0500, Daniel Martin at cush wrote: > > > > Also, a one-bit error can ruin all files recorded after the error - > > not a great idea. I really am surprised that there's no standard > > backup method for debian that: > >

Re: A better backup (was: Re: Question re: splitting files)

1998-02-13 Thread Adam Klein
On Fri, Feb 13, 1998 at 08:25:01AM -0500, Daniel Martin at cush wrote: > [EMAIL PROTECTED] (William R. Ward) writes: > > > Charles Briscoe-Smith <[EMAIL PROTECTED]> writes: > > > % tar xvMf /dev/fd0 > > > > > > Apart from when a disk goes bad (obviously), I've never had any trouble > > > with thi

Re: A better backup (was: Re: Question re: splitting files)

1998-02-13 Thread Martin Bialasinski
[EMAIL PROTECTED] (Daniel Martin at cush) writes: > Also, a one-bit error can ruin all files recorded after the error - > not a great idea. I really am surprised that there's no standard > backup method for debian that: > 1) backs up across multiple volumes > 2) provides checksums for each file,

A better backup (was: Re: Question re: splitting files)

1998-02-13 Thread Daniel Martin at cush
[EMAIL PROTECTED] (William R. Ward) writes: > Charles Briscoe-Smith <[EMAIL PROTECTED]> writes: > > % tar xvMf /dev/fd0 > > > > Apart from when a disk goes bad (obviously), I've never had any trouble > > with this. > > Stick a 'z' in the tar options to get gzip (fewer floppies!) > > --Bill.