Re: Incremental CDR backups

2003-11-12 Thread Alban Browaeys
Le Sun, 26 Oct 2003 19:08:39 -0500, Paul M Foster a écrit : > mkisofs -r -o /tmp/cdimage -C $NEXTTRACK -M /dev/cdrom /home/paulf/cdrom you should check, though as i remind you cannot have the same dir name at the root of the iso9660 image for multisessions. else the first etry with the nae "/home

Re: Incremental CDR backups -- SOLVED

2003-10-31 Thread lorian
Hello Paul, > # Make image > mkisofs -r -o /tmp/cdimage /home/paulf/cdrom > # Test image > mount /tmp/cdimage -r -t iso9660 -o loop /cdrom > mc /cdrom To do a more thourough and completely automatic check, I suggest you say 'diff -rq /cdrom /home/paulf/cdrom'. This will, however, yield

Re: Incremental CDR backups -- SOLVED

2003-10-30 Thread Paul M Foster
On Thu, Oct 30, 2003 at 03:05:47PM +0100, [EMAIL PROTECTED] wrote: > > Paul writes > > > > There must be something I don't understand about this. For the sake of > > > brevity, here's an example. First burn is /home/paulf/docs. It contains > > > the files alfa, bravo, charlie and delta. I

Re: [DEB-USER] Re: Incremental CDR backups

2003-10-30 Thread Richard Lyons
On Thursday 30 October 2003 15:05, [EMAIL PROTECTED] wrote: [...] > PS: in case anyone is interested, I have written two Perl scripts > intended to make full and incremental backups on CD-R more > convenient. [...] Yes. Very interested. -- richard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Re: [DEB-USER] Re: Incremental CDR backups

2003-10-30 Thread lorian
Paul writes > > There must be something I don't understand about this. For the sake of > > brevity, here's an example. First burn is /home/paulf/docs. It contains > > the files alfa, bravo, charlie and delta. I make an ISO of this, stored > > in /tmp/cdimage. I burn it to CDR and delete t

Re: [DEB-USER] Re: Incremental CDR backups

2003-10-29 Thread bob parker
On Wed, 29 Oct 2003 12:52, Paul M Foster wrote: > On Wed, Oct 29, 2003 at 02:44:16AM +1100, bob parker wrote: > > On Mon, 27 Oct 2003 11:08, Paul M Foster wrote: > > > I'm having difficulty burning incremental CDR backups. (Using Debian > > > 3.0r1/testing.) They bu

Re: [DEB-USER] Re: Incremental CDR backups

2003-10-28 Thread Paul M Foster
On Wed, Oct 29, 2003 at 02:44:16AM +1100, bob parker wrote: > On Mon, 27 Oct 2003 11:08, Paul M Foster wrote: > > I'm having difficulty burning incremental CDR backups. (Using Debian > > 3.0r1/testing.) They burn fine, but when I mount the CD after the second > > and sub

Re: Incremental CDR backups

2003-10-28 Thread bob parker
On Mon, 27 Oct 2003 11:08, Paul M Foster wrote: > I'm having difficulty burning incremental CDR backups. (Using Debian > 3.0r1/testing.) They burn fine, but when I mount the CD after the second > and subsequent backups, all I can see is the original session. > > Here are the c

Incremental CDR backups

2003-10-26 Thread Paul M Foster
I'm having difficulty burning incremental CDR backups. (Using Debian 3.0r1/testing.) They burn fine, but when I mount the CD after the second and subsequent backups, all I can see is the original session. Here are the commands I give Linux: (First burn) mkisofs -r -o /tmp/cdimage /home/