https://bugzilla.samba.org/show_bug.cgi?id=8720
Summary: rsync -n -e ssh creates ssh tunnel which fails to close after command completes Product: rsync Version: 2.6.8 Platform: x64 OS/Version: Other Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: way...@samba.org ReportedBy: loy.vandi...@xango.com QAContact: rsync...@samba.org Multiple rsync commands with '-n' switch used for testing. The ssh tunnel is created but fails to close once the command has completed. Testing multiple times will leave runaway ssh tunnels between the initiating and receiving servers. Very costly on resources. rsync -n -e ssh -Ppuzq --stats --exclude-from=exclude.list --delete -r /directory/directory/directory/a*{,.vix} user@server:/remote/directory |mail -s RsyncComplete em...@work.net & rsync -n -e ..... & -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- 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