Displaying 1 result from an estimated 1 matches for "rsync_spam".
2006 Oct 29
1
DO NOT REPLY [Bug 4195] New: "--list-only" option has an off-by-one error and misses out the last file of the list
...out the last file of the list
Product: rsync
Version: 2.6.8
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: rsync_spam@i-am-free.net
QAContact: rsync-qa@samba.org
Observed in version 2.6.8 on Linux.
$ ls -l
total 0
-rw------- 1 tom tom 0 Oct 29 17:34 a
-rw------- 1 tom tom 0 Oct 29 17:34 b
-rw------- 1 tom tom 0 Oct 29 17:34 c
$ rsync --list-only *
-rw------- 0 2006/10/29 17:34:49 a
-rw------...