Displaying 1 result from an estimated 1 matches for "dbbg".
Did you mean:
dbg
2013 Oct 22
4
[Bug 10220] New: symlinks are not counted as files in --stats
...sion: 3.0.9
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: zlobber at gmail.com
QAContact: rsync-qa at samba.org
[root at dbbg]:~/symlink# touch file1 file2 file3
[root at dbbg]:~/symlink# ln -s file1 sym1 ; ln -s file2 sym2 ; ln -s file3 sym3
[root at dbbg]:~/symlink# rsync -v -a --stats /root/symlink/ /tmp/symlink
sending incremental file list
created directory /tmp/symlink
./
file1
file2
file3
sym1 -> file1
sym2 -&g...