<p style="MARGIN: 0in 0in 0pt" class="MsoNormal"><font size="3"><font face="Times New Roman">Hi all,</font></font></p>
<p style="MARGIN: 0in 0in 0pt" class="MsoNormal"><font size="3"><font face="Times New Roman">I can’t seem to get this working. I need synchronize the files from a remote directory to a local, and then delete the files on the remote after getting them to local.</font></font></p>

<p style="MARGIN: 0in 0in 0pt" class="MsoNormal"><font size="3"><font face="Times New Roman">This is what I did that does not delete anything on any of the servers:</font></font></p>
<p style="MARGIN: 0in 0in 0pt" class="MsoNormal"><font size="3" face="Times New Roman"> </font></p>
<p style="MARGIN: 0in 0in 0pt" class="MsoNormal"><font size="3"><font face="Times New Roman">rsync --rsync-path=/usr/local/bin/rsync -v -t –r –delete -e /bin/ssh /report/today user@server01:/report/*.rpt</font></font></p>

<p style="MARGIN: 0in 0in 0pt" class="MsoNormal"><font size="3"><font face="Times New Roman">I also used --delete-before, --delete-after, --delete-during, etc.. but same result, files stay intact and nothing gets deleted.</font></font></p>

<p style="MARGIN: 0in 0in 0pt" class="MsoNormal"><font size="3" face="Times New Roman">Thank you,</font></p>
<p style="MARGIN: 0in 0in 0pt" class="MsoNormal"><font size="3" face="Times New Roman"> </font></p>