Your message dated Sun, 2 Mar 2008 13:59:09 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#266373: rsync -v doesn't list files whose metadata
change
has caused the Debian Bug report #266373,
regarding rsync -v doesn't list files whose metadata change
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.)
--
266373: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=266373
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: rsync
Version: 2.6.2-2
Severity: normal
mkdir source
touch source/file
mkdir target
rsync -auv source/ target
chmod go+w source/file
rsync -auv source/ target
Output of the last command is:
| building file list ... done
|
| wrote 82 bytes read 20 bytes 204.00 bytes/sec
| total size is 0 speedup is 0.00
It doesn't list source/file, even though the permissions have
changed. The same happens with owner/group.
In particular, if rsync is run with "-n" and "-v", it appears
that the trees are identical, which is misleading.
Dan
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.26
Locale: LANG=C, LC_CTYPE=C
Versions of packages rsync depends on:
ii libc6 2.3.2.ds1-13 GNU C Library: Shared libraries an
ii libpopt0 1.7-4 lib for parsing cmdline parameters
-- no debconf information
--- End Message ---
--- Begin Message ---
On Tue 12 Apr 2005, Paul Slootman wrote:
> On Mon 11 Apr 2005, Dan Christensen wrote:
> >
> > > Last week the upstream author came up with a patch for the specific
> > > problem that you demonstrated. I'm undecided whether I should wait for
> > > 2.6.5, or to make a Debian version of 2.6.4 that has that patch in it...
> >
> > I see that the man page makes it clear that -v doesn't currently
> > list permission/attribute changes, so this isn't really a bug.
> > And it's not really that important, so I'd say wait for 2.6.5.
>
> OK, when 2.6.5 comes out I'll close this bug.
Ahum, a "bit" too late, 3.0.0 has now come out, so finally closing this
bug :=-)
Paul Slootman
--- End Message ---