From: Sharon K. <sha...@li...> - 2004-07-27 09:10:39
|
I've done further work on this and I'm still getting the same result. So, basic information first. Fedora Core 2, and fully updated. Installed flexbackup-1.2.1-1.noarch. rpm. Trying to backup [from flexbackup.conf] $set{'docs'} =3D "/mnt/windowsf/documents"; $set{'boztu'} =3D "/home/boztu /mnt/windowsf/documents"; >From fstab.conf /dev/hde7 /mnt/windowsf vfat auto,exec,umask=3D000 0 0 [NB - line wrapped] |------------------------------------------------------------ | Backup start: Tue Jul 27 09:47:08 2004 | Backup end: Tue Jul 27 09:47:19 2004 |------------------------------------------------------------ | Compressing log (boztu.0.200407270940.gz) | Linking boztu.latest.gz -> boztu.0.200407270940.gz |------------------------------------------------------------ Thats the full backup done. A few minutes later, after a few minor changes, a differential backup undertaken with the command;- ./flexbackup -set boztu -differential=20 [as su] And this is the result;- |------------------------------------------------------------ | Backup start: Tue Jul 27 09:56:19 2004 | Backup end: Tue Jul 27 09:56:36 2004 |------------------------------------------------------------ |------------------------------------------------------------ | Backup of: /mnt/windowsf/documents Can't do a level 1 backup - no level 0 timestamp found at ./flexbackup line 2288. /home/boztu is backed up, but it fails every time at attempting to do a differential or incremental backup of /mnt/windowsf/documents and with the same error message too. Can anyone help me sort this out please and get this working properly? Sharon. On Fri, 2004-07-23 at 09:19 -0500, Diego Andres Asenjo Gonzalez wrote: > Hi, how are you ? > El vie, 23-07-2004 a las 05:41, Sharon Kimble escribi=C3=B3: > > I'm getting a problem every time that I run flexbackup, and the email t= o > > root says this ;- > > |------------------------------------------------------------ > > | Checking 'buffer' on this machine... Ok > > | Checking /bin/sh on this machine... bash2 > > |------------------------------------------------------------ > > | Doing incremental backup of docs using zip > > | Found directory index key 200407161415 > > | Backup set "docs" (/mnt/windowsf/documents) > > |------------------------------------------------------------ > > | Backup of: /mnt/windowsf/documents > > Can't do a level 1 backup - no level 0 timestamp found at /usr/bin/ > You are probably trying to do a differential backup (level 1) ... that > tries to backups the difference between the files present "today" and > the files backed up in the complete backup (or level 0). >=20 > You have to do a complete backup _before_ try to do a differential > bakcup. >=20 > > flexbackup line 2288. > > |------------------------------------------------------------- > > and the relevant line form the conf file says ;- > >=20 > > $set{'docs'} =3D "/mnt/windowsf/documents"; > >=20 > > Can anyone help me sort this out please?=20 > Hoping help you ... > >=20 > > Every other set works okay on this Fedora Core 2 box, and it works okay > > if I do it from the command line as '-set all'. > >=20 > > Thanks > > Sharon. >=20 > Bye. |