Displaying 1 result from an estimated 1 matches for "449eebbc".
2008 Apr 15
1
Number of files transferred
Hello everybody,
I'm using rsync (debian 3.0.2-1) to test my pet projects for correctness; but
now I've come across a bug (?) in rsync - it doesn't count transferred links,
ie. "Number of files transferred:" is wrong.
See:
# mkdir a b
# ln -s /bin/ls a/link ; touch b/link
# ls -la a/* b/*
lrwxrwxrwx 1 flip flip 7 15. Apr 06:53 a/link -> /bin/ls