Hello,

I finally found the backup-manager project web site (it is so badly referenced in search engines) and I noticed that this bug has been fixed in the upstream v0.7.10.

This is the bug #246 according to the changelog:

https://github.com/sukria/Backup-Manager/blob/master/ChangeLog

And the fix that they committed:

------------------- PATCH BEGIN ----------------------
--- /usr/bin/backup-manager-purge.orig 2012-11-01 15:00:52.000000000 +0100 +++ /usr/bin/backup-manager-purge.fixed 2012-11-01 15:00:20.000000000 +0100
@@ -148,7 +148,7 @@
     my ($prefix, $name, $date, $master, $filetype);
     $archive = basename ($archive);

- if ($archive =~ m/^\s*($ENV{BM_ARCHIVE_PREFIX})-(\S+)?\.?(\d{8})\.(master\.)?(\S+)\s*$/) { + if ($archive =~ m/^\s*($ENV{BM_ARCHIVE_PREFIX})-?(\S+)?\.?(\d{8})\.(master\.)?(\S+)\s*$/) {
     ($prefix, $name, $date, $master, $filetype) = ($1, $2, $3, $4, $5);
     $master = $master ? 1 : 0;
     $name = "$prefix-md5" if $filetype eq 'md5' and not $name;
------------------- PATCH END ------------------------

regards,
Stanislas.


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to