Michael Johnson - MJ <m...@revmj.com> wrote:

> rsync -av /src/ /dst/ && touch /dst/done

Aaaaahhhh, knew I'd miss some detail.
All the syncs are pushed to the backup server.

But that does give me an idea. I guess I could do that on the source, then sync 
the flag file over.
rsync -avH ${other_gubbins} / user@remote.machine:/dest/ &&
  touch /etc/donefile &&
  rsync -av ${some_other_gubbins} /etc/donefile user@remote.machine:/dest/

That (or some variation of it) could work.

-- 
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

Reply via email to