https://bugzilla.samba.org/show_bug.cgi?id=11189
Bug ID: 11189
Summary: dry run gives incomplete log
Product: rsync
Version: 3.0.9
Hardware: x64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Created attachment 10930
--> https://bugzilla.samba.org/attachment.cgi?id=10930&action=edit
a simple script and the files it produces
The log file created during a dry run doesn't list all the operations that an
actual run will perform.
Dry run logs this :
2015/04/01 22:12:53 [3944] building file list
2015/04/01 22:12:53 [3944] cd+++++++++ subDirCreate/
2015/04/01 22:12:53 [3944] sent 200 bytes received 26 bytes 452.00 bytes/sec
2015/04/01 22:12:53 [3944] total size is 95 speedup is 0.42 (DRY RUN)
While actual run does and logs this :
2015/04/01 22:12:53 [3947] building file list
2015/04/01 22:12:53 [3947] *deleting subDirDelete/needsdelete2.txt
2015/04/01 22:12:53 [3947] *deleting subDirDelete/
2015/04/01 22:12:53 [3947] cd+++++++++ subDirCreate/
2015/04/01 22:12:53 [3947] >f+++++++++ subDirCreate/needscreate2.txt
2015/04/01 22:12:53 [3947] *deleting subDirUpdate/needsdelete1.txt
2015/04/01 22:12:53 [3947] >f+++++++++ subDirUpdate/needscreate1.txt
2015/04/01 22:12:53 [3947] >f.s....... subDirUpdate/needsupdate.txt
2015/04/01 22:12:53 [3947] sent 387 bytes received 74 bytes 922.00 bytes/sec
2015/04/01 22:12:53 [3947] total size is 95 speedup is 0.21
The example is attached.
--
You are receiving this mail because:
You are the QA Contact for the bug.
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html