here is the patch which also come with version 1.5-6 (see Debian Sid):

diff -urN s05/backup2l s06/backup2l
--- s05/backup2l        2012-04-27 16:15:33.880477880 +0200
+++ s06/backup2l        2012-04-27 20:45:23.736469131 +0200
@@ -404,7 +404,8 @@
                     fi
                 done
                 for CHK in $VOLNAME.$DST*.check ; do
-                    sed "s/ $VOLNAME.$SRC/ $VOLNAME.$DST/" < $CHK > $TMP.check
+                    cat $CHK | sed "s/ \.\/$VOLNAME.$SRC/ \.\/$VOLNAME.$DST/" 
|\
+                      sed "s/ $VOLNAME.$SRC/ $VOLNAME.$DST/" > $TMP.check
                     mv $TMP.check $CHK
                 done
             fi


** Changed in: backup2l (Ubuntu)
       Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/934203

Title:
  --verify fails on renamed backups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backup2l/+bug/934203/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to