<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'>I'm trying to rsync a folder like so -<br><br>rsync -aP --delete /home/share_20110801 /lastbackup/share<br><br>Under the /lastbackup folder there is a "share" folder.  I'd like to rsync all the contents of the "share _20110801" folder directly under the the "share" folder under /lastbackup.  I know I can add the trailing slash to the source directory to accomplish this, but then as I understand it --delete won't work in that top-level directories deleted in the source won't be deleted in the destination.  Is there any way to rsync from a folder to a differently named folder without breaking --delete?<br><br>Thanks!<br><br>-BJ Quinn<br></div></body></html>