Displaying 2 results from an estimated 2 matches for "bsqa1".
Did you mean:
beta1
2005 Feb 25
0
[Bug 2389] New: block/character devices on Solaris yield wacky rsync stats
...Platform: All
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: woodd@deshaw.com
QAContact: rsync-qa@samba.org
The problem is easy to re-produce:
bsqa1.nyc:/tmp/rsync/test # ls -al foo
crw-r----- 1 root sys 85,16554 Oct 6 2003 foo
bsqa1.nyc:/tmp/rsync/test # /tmp/rsync/bin/rsync --archive -v /tmp/rsync/test/
master:/tmp/rsync/test/
building file list ... done
./
foo
sent 89 bytes received 32 bytes 80.67 bytes/sec
total size is 214...
2005 Feb 25
0
[Bug 2390] New: some dry run stats inaccurate
...Component: core
AssignedTo: wayned@samba.org
ReportedBy: woodd@deshaw.com
QAContact: rsync-qa@samba.org
When using rsync with "--dry-run --stats" the reported "Number of files
transferred" and "Total transferred file size" are incorrect:
bsqa1.nyc:/tmp/rsync/test # /tmp/rsync/bin/rsync --archive --dry-run --stats
/tmp/rsync/ bsprod1:/tmp/rsync/
building file list ... done
./
bin/
man/
man/man1/
man/man1/rsync.1
man/man5/
man/man5/rsyncd.conf.5
test/
test/foo
Number of files: 10
Number of files transferred: 3
Total file size: 853173 byt...