Your message dated Fri, 22 May 2009 03:47:08 +0000
with message-id <[email protected]>
and subject line Bug#375401: fixed in storebackup 3.1~rc1-1
has caused the Debian Bug report #375401,
regarding storebackup: mtime of restored files may be erroneous
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
375401: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=375401
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: storebackup
Version: 1.18.4-2sarge1
Severity: normal
Hi,
When restoring a file and a symlink pointing to the same file from a
backup with multiple backup sets the mtime of the file may be
inadvertedly set to the mtime of the symlink instead of the mtime of
the original file depending on the underlying filesystems.
storeBackupRecover tries to set the mtime of a restored symbolic link
to the mtime stored during backup.
On file systems that don't support mtime for symlinks this will change
the mtime of the destination file of the symlink (if the file has been
restored before the symlink) instead of changing the mtime of the
symlink itself.
Due to the multithreaded nature of the storeBackupRecover program the
resulting mtime of the file may randomly be set to either the original
file time or the mtime of the original symlink under Real Life(TM)
conditions.
Conditions for reproducing this bug:
- a source directory with at least two files (may be empty) and one
symbolic link pointing to one of those files
- a storeBackup target directory with at least two successive backups
of the source directory
- a restore directory on ext2/3 or similar filesystem
To reproduce the bug run the attached script and check the mtimes
of 'testfile' printed in the last lines. The first should have the
original mtime, the second should have the mtime of the original
symlink.
Check the attached log output of this script for reference.
Alternatively create multiple backups of a real life directory with
symbolic links pointing to files inside the same directory,
call storeBackupRecover to restore the directory and compare the
mtimes of the restored files with the original ones.
Lothar Wassmann
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages storebackup depends on:
ii bzip2 1.0.2-7 high-quality block-sorting file co
ii debianutils 2.8.4 Miscellaneous utilities specific t
ii perl 5.8.4-8sarge4 Larry Wall's Practical Extraction
-- no debconf information
show_bug.sh
Description: application/shellscript
1+0 records in
1+0 records out
2048 bytes transferred in 0.000761 seconds (2691339 bytes/sec)
1+0 records in
1+0 records out
1024 bytes transferred in 0.000481 seconds (2129127 bytes/sec)
2006-06-25 17:08:55.968773141 +0200: testdir
2006-06-25 17:08:55.965773662 +0200: testdir/symlink
2006-06-24 17:08:55.000000000 +0200: testdir/testfile
2006-06-25 17:08:55.968773141 +0200: testdir/testfile2
BEGIN 2006.06.25 17:08:56 26583 backing up directory <testdir>
INFO 2006.06.25 17:08:56 26583 target directory is <backup>
INFO 2006.06.25 17:08:56 26583 setting ARG_MAX to 126976 (Linux)
INFO 2006.06.25 17:08:56 26583 exceptPattern =
INFO 2006.06.25 17:08:56 26583 includePattern =
INFO 2006.06.25 17:08:56 26583 new directory is
</tmp/storebackup-wIGBji/backup/2006.06.25_17.08.56>
INFO 2006.06.25 17:08:56 26583 no previous directory, first use
INFO 2006.06.25 17:08:56 26583 analysis of old Backups in
</tmp/storebackup-wIGBji/backup>:
INFO 2006.06.25 17:08:56 26583 Sun 2006.06.25_17.08.56 (0):
keepWeekDays(30d)
INFO 2006.06.25 17:08:56 26583 first backup directory
INFO 2006.06.25 17:08:56 26583 follow links depth is 0
INFO 2006.06.25 17:08:56 26583 0 entries in dbm files
INFO 2006.06.25 17:08:56 26583 setting atime, mtime of directories ...
INFO 2006.06.25 17:08:56 26583 unlink /tmp/dbm.md5.26583
STATISTIC 2006.06.25 17:08:56 26583 [sec] | user| system
STATISTIC 2006.06.25 17:08:56 26583 -------+----------+----------
STATISTIC 2006.06.25 17:08:56 26583 process| 0.20| 0.02
STATISTIC 2006.06.25 17:08:56 26583 childs | 0.01| 0.01
STATISTIC 2006.06.25 17:08:56 26583 -------+----------+----------
STATISTIC 2006.06.25 17:08:56 26583 sum | 0.21| 0.03 => 0.24 (0s)
STATISTIC 2006.06.25 17:08:56 26583 directories = 0
STATISTIC 2006.06.25 17:08:56 26583 files = 3
STATISTIC 2006.06.25 17:08:56 26583 symbolic links = 1
STATISTIC 2006.06.25 17:08:56 26583 named pipes = 0
STATISTIC 2006.06.25 17:08:56 26583 new internal linked files = 0
STATISTIC 2006.06.25 17:08:56 26583 old linked files = 0
STATISTIC 2006.06.25 17:08:56 26583 unchanged files = 0
STATISTIC 2006.06.25 17:08:56 26583 copied files = 0
STATISTIC 2006.06.25 17:08:56 26583 compressed files = 2
STATISTIC 2006.06.25 17:08:56 26583 excluded files because pattern = 0
STATISTIC 2006.06.25 17:08:56 26583 included files because pattern = 0
STATISTIC 2006.06.25 17:08:56 26583 max size of copy queue = 0
STATISTIC 2006.06.25 17:08:56 26583 max size of compression queue = 2
STATISTIC 2006.06.25 17:08:56 26583 calced md5 sums = 2
STATISTIC 2006.06.25 17:08:56 26583 forks total = 3
STATISTIC 2006.06.25 17:08:56 26583 forks md5 = 1
STATISTIC 2006.06.25 17:08:56 26583 forks copy = 0
STATISTIC 2006.06.25 17:08:56 26583 forks bzip2 = 2
STATISTIC 2006.06.25 17:08:56 26583 sum of source = 3.0k (3072)
STATISTIC 2006.06.25 17:08:56 26583 sum of target all = 3.7k (3750)
STATISTIC 2006.06.25 17:08:56 26583 sum of target all = 122.07%
STATISTIC 2006.06.25 17:08:56 26583 sum of target new = 3.7k (3750)
STATISTIC 2006.06.25 17:08:56 26583 sum of target new = 122.07%
STATISTIC 2006.06.25 17:08:56 26583 sum of md5ed files = 3.0k (3072)
STATISTIC 2006.06.25 17:08:56 26583 sum of md5ed files = 100.00%
STATISTIC 2006.06.25 17:08:56 26583 sum internal linked (copy) = 0.0 (0)
STATISTIC 2006.06.25 17:08:56 26583 sum internal linked (compr) = 0.0 (0)
STATISTIC 2006.06.25 17:08:56 26583 sum old linked (copy) = 0.0 (0)
STATISTIC 2006.06.25 17:08:56 26583 sum old linked (compr) = 0.0 (0)
STATISTIC 2006.06.25 17:08:56 26583 sum unchanged (copy) = 0.0 (0)
STATISTIC 2006.06.25 17:08:56 26583 sum unchanged (compr) = 0.0 (0)
STATISTIC 2006.06.25 17:08:56 26583 sum new (copy) = 0.0 (0)
STATISTIC 2006.06.25 17:08:56 26583 sum new (compr) = 3.7k (3750)
STATISTIC 2006.06.25 17:08:56 26583 sum new (compr), orig size = 3.0k (3072)
STATISTIC 2006.06.25 17:08:56 26583 sum new / orig = 122.07%
STATISTIC 2006.06.25 17:08:56 26583 size of md5CheckSum file = 259 (259)
STATISTIC 2006.06.25 17:08:56 26583 size of temporary db files = 24k
(24576)
STATISTIC 2006.06.25 17:08:56 26583 deleted old backups = 0
STATISTIC 2006.06.25 17:08:56 26583 deleted directories = 0
STATISTIC 2006.06.25 17:08:56 26583 deleted files = 0
STATISTIC 2006.06.25 17:08:56 26583 (only) removed links = 0
STATISTIC 2006.06.25 17:08:56 26583 freed space in old directories = 0.0 (0)
STATISTIC 2006.06.25 17:08:56 26583 add. used space in files = 3.9k (4009)
STATISTIC 2006.06.25 17:08:56 26583 backup duration = 1s
STATISTIC 2006.06.25 17:08:56 26583 over all files/sec (real time) = 3.00
STATISTIC 2006.06.25 17:08:56 26583 over all files/sec (CPU time) = 12.50
STATISTIC 2006.06.25 17:08:56 26583 CPU usage = 24.00%
END 2006.06.25 17:08:56 26583 backing up directory
</tmp/storebackup-wIGBji/testdir> to
</tmp/storebackup-wIGBji/backup/2006.06.25_17.08.56>
INFO 2006.06.25 17:08:56 26602 found info file <.md5CheckSums> in
directory </tmp/storebackup-wIGBji/backup/2006.06.25_17.08.56>
INFO 2006.06.25 17:08:56 26602 ln -s testfile restore-1/symlink
INFO 2006.06.25 17:08:56 26602 bzip2 -d <
/tmp/storebackup-wIGBji/backup/2006.06.25_17.08.56/testfile.bz2 >
restore-1/testfile
INFO 2006.06.25 17:08:56 26602 bzip2 -d <
/tmp/storebackup-wIGBji/backup/2006.06.25_17.08.56/testfile2.bz2 >
restore-1/testfile2
INFO 2006.06.25 17:08:56 26602 0 dirs, 0 hardlinks, 1 symlinks, 0 pipes, 0
copied, 2 uncompressed
storeBackupRecover returned 255
BEGIN 2006.06.25 17:08:56 26613 backing up directory <testdir>
INFO 2006.06.25 17:08:56 26613 target directory is <backup>
INFO 2006.06.25 17:08:56 26613 setting ARG_MAX to 126976 (Linux)
INFO 2006.06.25 17:08:56 26613 exceptPattern =
INFO 2006.06.25 17:08:56 26613 includePattern =
unknown param <1> in printLog::print
unknown param <ARRAY(0x85dc2a0)> in printLog::print
INFO 2006.06.25 17:08:56 26613 new directory is
</tmp/storebackup-wIGBji/backup/2006.06.25_17.08.56>
INFO 2006.06.25 17:08:56 26613 previous directory is
</tmp/storebackup-wIGBji/backup/2006.06.25_17.08.56>
INFO 2006.06.25 17:08:56 26613 analysis of old Backups in
</tmp/storebackup-wIGBji/backup>:
INFO 2006.06.25 17:08:56 26613 Sun 2006.06.25_17.08.56 (0):
keepWeekDays(30d)
INFO 2006.06.25 17:08:56 26613 previous backup is in
</tmp/storebackup-wIGBji/backup/2006.06.25_17.08.56>
INFO 2006.06.25 17:08:56 26613 follow links depth is 0
INFO 2006.06.25 17:08:56 26613
</tmp/storebackup-wIGBji/backup/2006.06.25_17.08.56> is the same directory as
</tmp/storebackup-wIGBji/backup/2006.06.25_17.08.56>, ignoring
INFO 2006.06.25 17:08:56 26613 0 entries in dbm files
INFO 2006.06.25 17:08:56 26613 setting atime, mtime of directories ...
INFO 2006.06.25 17:08:56 26613 unlink /tmp/dbm.md5.26613
STATISTIC 2006.06.25 17:08:56 26613 [sec] | user| system
STATISTIC 2006.06.25 17:08:56 26613 -------+----------+----------
STATISTIC 2006.06.25 17:08:56 26613 process| 0.20| 0.01
STATISTIC 2006.06.25 17:08:56 26613 childs | 0.01| 0.01
STATISTIC 2006.06.25 17:08:56 26613 -------+----------+----------
STATISTIC 2006.06.25 17:08:56 26613 sum | 0.21| 0.02 => 0.23 (0s)
STATISTIC 2006.06.25 17:08:56 26613 directories = 0
STATISTIC 2006.06.25 17:08:56 26613 files = 3
STATISTIC 2006.06.25 17:08:56 26613 symbolic links = 1
STATISTIC 2006.06.25 17:08:56 26613 named pipes = 0
STATISTIC 2006.06.25 17:08:56 26613 new internal linked files = 0
STATISTIC 2006.06.25 17:08:56 26613 old linked files = 0
STATISTIC 2006.06.25 17:08:56 26613 unchanged files = 0
STATISTIC 2006.06.25 17:08:56 26613 copied files = 0
STATISTIC 2006.06.25 17:08:56 26613 compressed files = 2
STATISTIC 2006.06.25 17:08:56 26613 excluded files because pattern = 0
STATISTIC 2006.06.25 17:08:56 26613 included files because pattern = 0
STATISTIC 2006.06.25 17:08:56 26613 max size of copy queue = 0
STATISTIC 2006.06.25 17:08:56 26613 max size of compression queue = 2
STATISTIC 2006.06.25 17:08:56 26613 calced md5 sums = 2
STATISTIC 2006.06.25 17:08:56 26613 forks total = 3
STATISTIC 2006.06.25 17:08:56 26613 forks md5 = 1
STATISTIC 2006.06.25 17:08:56 26613 forks copy = 0
STATISTIC 2006.06.25 17:08:56 26613 forks bzip2 = 2
STATISTIC 2006.06.25 17:08:56 26613 sum of source = 3.0k (3072)
STATISTIC 2006.06.25 17:08:56 26613 sum of target all = 3.7k (3750)
STATISTIC 2006.06.25 17:08:56 26613 sum of target all = 122.07%
STATISTIC 2006.06.25 17:08:56 26613 sum of target new = 3.7k (3750)
STATISTIC 2006.06.25 17:08:56 26613 sum of target new = 122.07%
STATISTIC 2006.06.25 17:08:56 26613 sum of md5ed files = 3.0k (3072)
STATISTIC 2006.06.25 17:08:56 26613 sum of md5ed files = 100.00%
STATISTIC 2006.06.25 17:08:56 26613 sum internal linked (copy) = 0.0 (0)
STATISTIC 2006.06.25 17:08:56 26613 sum internal linked (compr) = 0.0 (0)
STATISTIC 2006.06.25 17:08:56 26613 sum old linked (copy) = 0.0 (0)
STATISTIC 2006.06.25 17:08:56 26613 sum old linked (compr) = 0.0 (0)
STATISTIC 2006.06.25 17:08:56 26613 sum unchanged (copy) = 0.0 (0)
STATISTIC 2006.06.25 17:08:56 26613 sum unchanged (compr) = 0.0 (0)
STATISTIC 2006.06.25 17:08:56 26613 sum new (copy) = 0.0 (0)
STATISTIC 2006.06.25 17:08:56 26613 sum new (compr) = 3.7k (3750)
STATISTIC 2006.06.25 17:08:56 26613 sum new (compr), orig size = 3.0k (3072)
STATISTIC 2006.06.25 17:08:56 26613 sum new / orig = 122.07%
STATISTIC 2006.06.25 17:08:56 26613 size of md5CheckSum file = 259 (259)
STATISTIC 2006.06.25 17:08:56 26613 size of temporary db files = 24k
(24576)
STATISTIC 2006.06.25 17:08:56 26613 deleted old backups = 0
STATISTIC 2006.06.25 17:08:56 26613 deleted directories = 0
STATISTIC 2006.06.25 17:08:56 26613 deleted files = 0
STATISTIC 2006.06.25 17:08:56 26613 (only) removed links = 0
STATISTIC 2006.06.25 17:08:56 26613 freed space in old directories = 0.0 (0)
STATISTIC 2006.06.25 17:08:56 26613 add. used space in files = 3.9k (4009)
STATISTIC 2006.06.25 17:08:56 26613 backup duration = 1s
STATISTIC 2006.06.25 17:08:56 26613 over all files/sec (real time) = 3.00
STATISTIC 2006.06.25 17:08:56 26613 over all files/sec (CPU time) = 13.04
STATISTIC 2006.06.25 17:08:56 26613 CPU usage = 23.00%
END 2006.06.25 17:08:56 26613 backing up directory
</tmp/storebackup-wIGBji/testdir> to
</tmp/storebackup-wIGBji/backup/2006.06.25_17.08.56>
INFO 2006.06.25 17:08:56 26632 found info file <.md5CheckSums> in
directory </tmp/storebackup-wIGBji/backup/2006.06.25_17.08.56>
INFO 2006.06.25 17:08:56 26632 ln -s testfile restore-2/symlink
INFO 2006.06.25 17:08:56 26632 bzip2 -d <
/tmp/storebackup-wIGBji/backup/2006.06.25_17.08.56/testfile2.bz2 >
restore-2/testfile2
INFO 2006.06.25 17:08:56 26632 bzip2 -d <
/tmp/storebackup-wIGBji/backup/2006.06.25_17.08.56/testfile.bz2 >
restore-2/testfile
INFO 2006.06.25 17:08:56 26632 0 dirs, 0 hardlinks, 1 symlinks, 0 pipes, 0
copied, 2 uncompressed
storeBackupRecover returned 255
BEGIN 2006.06.25 17:08:57 26643 backing up directory <testdir>
INFO 2006.06.25 17:08:57 26643 target directory is <backup>
INFO 2006.06.25 17:08:57 26643 setting ARG_MAX to 126976 (Linux)
INFO 2006.06.25 17:08:57 26643 exceptPattern =
INFO 2006.06.25 17:08:57 26643 includePattern =
INFO 2006.06.25 17:08:57 26643 new directory is
</tmp/storebackup-wIGBji/backup/2006.06.25_17.08.57>
INFO 2006.06.25 17:08:57 26643 previous directory is
</tmp/storebackup-wIGBji/backup/2006.06.25_17.08.56>
INFO 2006.06.25 17:08:57 26643 analysis of old Backups in
</tmp/storebackup-wIGBji/backup>:
INFO 2006.06.25 17:08:57 26643 Sun 2006.06.25_17.08.56 (0):
keepDuplicate(7d)
INFO 2006.06.25 17:08:57 26643 Sun 2006.06.25_17.08.57 (0):
keepWeekDays(30d)
INFO 2006.06.25 17:08:57 26643 previous backup is in
</tmp/storebackup-wIGBji/backup/2006.06.25_17.08.56>
INFO 2006.06.25 17:08:57 26643 follow links depth is 0
INFO 2006.06.25 17:08:57 26643 start reading
/tmp/storebackup-wIGBji/backup/2006.06.25_17.08.56/.md5CheckSums.bz2
INFO 2006.06.25 17:08:57 26643 finished reading
/tmp/storebackup-wIGBji/backup/2006.06.25_17.08.56/.md5CheckSums.bz2 (3 entries)
INFO 2006.06.25 17:08:57 26643 2 entries in dbm files
INFO 2006.06.25 17:08:57 26643 setting atime, mtime of directories ...
INFO 2006.06.25 17:08:57 26643 unlink /tmp/dbm.md5.26643
STATISTIC 2006.06.25 17:08:57 26643 [sec] | user| system
STATISTIC 2006.06.25 17:08:57 26643 -------+----------+----------
STATISTIC 2006.06.25 17:08:57 26643 process| 0.20| 0.02
STATISTIC 2006.06.25 17:08:57 26643 childs | 0.00| 0.01
STATISTIC 2006.06.25 17:08:57 26643 -------+----------+----------
STATISTIC 2006.06.25 17:08:57 26643 sum | 0.20| 0.03 => 0.23 (0s)
STATISTIC 2006.06.25 17:08:57 26643 directories = 0
STATISTIC 2006.06.25 17:08:57 26643 files = 3
STATISTIC 2006.06.25 17:08:57 26643 symbolic links = 1
STATISTIC 2006.06.25 17:08:57 26643 named pipes = 0
STATISTIC 2006.06.25 17:08:57 26643 new internal linked files = 0
STATISTIC 2006.06.25 17:08:57 26643 old linked files = 0
STATISTIC 2006.06.25 17:08:57 26643 unchanged files = 2
STATISTIC 2006.06.25 17:08:57 26643 copied files = 0
STATISTIC 2006.06.25 17:08:57 26643 compressed files = 0
STATISTIC 2006.06.25 17:08:57 26643 excluded files because pattern = 0
STATISTIC 2006.06.25 17:08:57 26643 included files because pattern = 0
STATISTIC 2006.06.25 17:08:57 26643 max size of copy queue = 0
STATISTIC 2006.06.25 17:08:57 26643 max size of compression queue = 0
STATISTIC 2006.06.25 17:08:57 26643 calced md5 sums = 0
STATISTIC 2006.06.25 17:08:57 26643 forks total = 0
STATISTIC 2006.06.25 17:08:57 26643 forks md5 = 0
STATISTIC 2006.06.25 17:08:57 26643 forks copy = 0
STATISTIC 2006.06.25 17:08:57 26643 forks bzip2 = 0
STATISTIC 2006.06.25 17:08:57 26643 sum of source = 3.0k (3072)
STATISTIC 2006.06.25 17:08:57 26643 sum of target all = 3.7k (3750)
STATISTIC 2006.06.25 17:08:57 26643 sum of target all = 122.07%
STATISTIC 2006.06.25 17:08:57 26643 sum of target new = 0.0 (0)
STATISTIC 2006.06.25 17:08:57 26643 sum of target new = 0.00%
STATISTIC 2006.06.25 17:08:57 26643 sum of md5ed files = 0.0 (0)
STATISTIC 2006.06.25 17:08:57 26643 sum of md5ed files = 0.00%
STATISTIC 2006.06.25 17:08:57 26643 sum internal linked (copy) = 0.0 (0)
STATISTIC 2006.06.25 17:08:57 26643 sum internal linked (compr) = 0.0 (0)
STATISTIC 2006.06.25 17:08:57 26643 sum old linked (copy) = 0.0 (0)
STATISTIC 2006.06.25 17:08:57 26643 sum old linked (compr) = 0.0 (0)
STATISTIC 2006.06.25 17:08:57 26643 sum unchanged (copy) = 0.0 (0)
STATISTIC 2006.06.25 17:08:57 26643 sum unchanged (compr) = 3.7k (3750)
STATISTIC 2006.06.25 17:08:57 26643 sum new (copy) = 0.0 (0)
STATISTIC 2006.06.25 17:08:57 26643 sum new (compr) = 0.0 (0)
STATISTIC 2006.06.25 17:08:57 26643 sum new (compr), orig size = 0.0 (0)
STATISTIC 2006.06.25 17:08:57 26643 sum new / orig = 0.00%
STATISTIC 2006.06.25 17:08:57 26643 size of md5CheckSum file = 261 (261)
STATISTIC 2006.06.25 17:08:57 26643 size of temporary db files = 24k
(24576)
STATISTIC 2006.06.25 17:08:57 26643 deleted old backups = 0
STATISTIC 2006.06.25 17:08:57 26643 deleted directories = 0
STATISTIC 2006.06.25 17:08:57 26643 deleted files = 0
STATISTIC 2006.06.25 17:08:57 26643 (only) removed links = 0
STATISTIC 2006.06.25 17:08:57 26643 freed space in old directories = 0.0 (0)
STATISTIC 2006.06.25 17:08:57 26643 add. used space in files = 261 (261)
STATISTIC 2006.06.25 17:08:57 26643 backup duration = 1s
STATISTIC 2006.06.25 17:08:57 26643 over all files/sec (real time) = 3.00
STATISTIC 2006.06.25 17:08:57 26643 over all files/sec (CPU time) = 13.04
STATISTIC 2006.06.25 17:08:57 26643 CPU usage = 23.00%
END 2006.06.25 17:08:57 26643 backing up directory
</tmp/storebackup-wIGBji/testdir> to
</tmp/storebackup-wIGBji/backup/2006.06.25_17.08.57>
INFO 2006.06.25 17:08:57 26661 found info file <.md5CheckSums> in
directory </tmp/storebackup-wIGBji/backup/2006.06.25_17.08.57>
INFO 2006.06.25 17:08:57 26661 bzip2 -d <
/tmp/storebackup-wIGBji/backup/2006.06.25_17.08.57/testfile.bz2 >
restore-3/testfile
INFO 2006.06.25 17:08:57 26661 bzip2 -d <
/tmp/storebackup-wIGBji/backup/2006.06.25_17.08.57/testfile2.bz2 >
restore-3/testfile2
INFO 2006.06.25 17:08:57 26661 ln -s testfile restore-3/symlink
INFO 2006.06.25 17:08:57 26661 0 dirs, 0 hardlinks, 1 symlinks, 0 pipes, 0
copied, 2 uncompressed
2006-06-24 17:08:55.000000000 +0200: restore-1/testfile
2006-06-24 17:08:55.000000000 +0200: restore-2/testfile
2006-06-25 17:08:55.000000000 +0200: restore-3/testfile
--- End Message ---
--- Begin Message ---
Source: storebackup
Source-Version: 3.1~rc1-1
We believe that the bug you reported is fixed in the latest version of
storebackup, which is due to be installed in the Debian FTP archive:
storebackup_3.1~rc1-1.diff.gz
to pool/main/s/storebackup/storebackup_3.1~rc1-1.diff.gz
storebackup_3.1~rc1-1.dsc
to pool/main/s/storebackup/storebackup_3.1~rc1-1.dsc
storebackup_3.1~rc1-1_all.deb
to pool/main/s/storebackup/storebackup_3.1~rc1-1_all.deb
storebackup_3.1~rc1.orig.tar.gz
to pool/main/s/storebackup/storebackup_3.1~rc1.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ryan Niebur <[email protected]> (supplier of updated storebackup package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 11 May 2009 18:29:51 -0700
Source: storebackup
Binary: storebackup
Architecture: source all
Version: 3.1~rc1-1
Distribution: experimental
Urgency: low
Maintainer: Ryan Niebur <[email protected]>
Changed-By: Ryan Niebur <[email protected]>
Description:
storebackup - fancy compressing managing checksumming hard-linking cp -ua
Closes: 375401 474369 490398 508535
Changes:
storebackup (3.1~rc1-1) experimental; urgency=low
.
* New Maintainer (Closes: #508535)
- add Vcs-* fields
* New upstream release (LP: #307885)
- fixed logging (LP: #212258)
- fixes mtime of restored files (Closes: #375401)
- remove exceptDirsSep option (Closes: #490398)
* name the example config file storeBackup_example instead of
storeBackup.conf (Closes: #474369)
* debian policy 3.8.1
* redo debian/rules with debhelper 7
* add Homepage field
* use dh_clean to remove files
* add watch file and get-orig-source target
* remove debian/storebackup.cron.daily, it's included upstream
* update debian/copyright:
- update copyright years
- update license to GPLv3
* remove debian/links, and create the links in debian/rules
* add copyright for Debian packaging
* remove multitail from /usr/bin/ as another package already provides
that
* install man pages from upstream
* add DM-Upload-Allowed field
Checksums-Sha1:
7c769699cab7ef8d370714ae469c29d623213346 1172 storebackup_3.1~rc1-1.dsc
e894eda70f87883b094c6b46f2dccc08699330e7 208446 storebackup_3.1~rc1.orig.tar.gz
d49eab83616a3b73fb045b9026e5b5a7d1aa28c1 6606 storebackup_3.1~rc1-1.diff.gz
fd539e3b79405785ee8da6febc3591515ef1c6a4 226288 storebackup_3.1~rc1-1_all.deb
Checksums-Sha256:
83a8d07c295f61d20ddbe0744077a3edffede93d2073fbb3cd7482cd91a3de97 1172
storebackup_3.1~rc1-1.dsc
12a2826fde9b245ce60da8a02062e434c86df824bea0d31d543bef71c70b3b89 208446
storebackup_3.1~rc1.orig.tar.gz
7f5abfb4a4ec6943d6956719ecd8877c39e5c761f13cda07bbea7e06cc8e40fc 6606
storebackup_3.1~rc1-1.diff.gz
9efae85099c700c90a4f361e1958efdd2ae58f44b4ff7965406c9563ec042328 226288
storebackup_3.1~rc1-1_all.deb
Files:
0f316faf8c855d7c1ad9842ec8f8591d 1172 utils optional storebackup_3.1~rc1-1.dsc
73f0c169a3d6c59e2ba19b4e8a0b7296 208446 utils optional
storebackup_3.1~rc1.orig.tar.gz
8b3d8c7a6e96e6a4c051b7b04cbf5a47 6606 utils optional
storebackup_3.1~rc1-1.diff.gz
85916c6955d4f0f799c22ffbd1754951 226288 utils optional
storebackup_3.1~rc1-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkoWH5EACgkQgY5NIXPNpFWv8QCgwv69eAIj4yxLE++YjStvMBnu
wZIAn1QTlYV8Y2BBrntWvnV2Ml8jRGIK
=Y44K
-----END PGP SIGNATURE-----
--- End Message ---