Or rsync -avH ${all_gubbins} / user@remote.machine:/dest/ && ssh user@remote.machine touch /etc/donefile
so your client touches a file on your server (that sounds so wrong...) Am 28.04.2015 um 13:36 schrieb Simon Hobson: > 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