Michal Soltys wrote: > Hmmm, rsync wouldn't do that. As mentioned above, files being part of > the transfer (whenever uptodate ones, or the ones to be updated) will > not be preemptivly removed. Even the old files are not deleted first - > they are transfered to a temporary file and moved over (unless --inplace > is being used).
Michal, perhaps I am missing something, but I think my example is pretty straightforward. All new files always have different names, and all old files are deleted every time. I want rsync to enter a subdirectory, bring over the new file, then delete the old file, then repeat. I used --delete-during, but all deletes for all subdirectories happen first-thing, anyways. Thanks again... -cheers, CSB -- 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