samba-bugs@samba.org
2004-Nov-30 21:01 UTC
[Bug 2104] New: Add support for --dry-run with --write-batch
https://bugzilla.samba.org/show_bug.cgi?id=2104 Summary: Add support for --dry-run with --write-batch Product: rsync Version: 2.6.3 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: wayned@samba.org QAContact: rsync-qa@samba.org Make the combination of --write-batch with --dry-run create a batch file without actually updating the destination. (The current behavior is to complain if the user tries to combine these options.) The implementation would require rsync to do more work in --dry-run mode than normal when --write-batch is specified (i.e. generating checksums, computing diffs), but still not send the update-data to the receiver (just to write it to the batch file). This _might_ be fairly easy, but I haven't checked yet to be sure. (Suggested by Peter Hartley.) -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
Seemingly Similar Threads
- [Bug 2104] Add support for --dry-run with --write-batch
- [Bug 2104] Implement --only-write-batch=FILE
- Feature suggestion: --write-batch --dry-run
- "batched dry-run"... sort of
- [Bug 1673] New: Verbose dry run doesn't report replacements of symlink with directory