Or
rsync -avH ${all_gubbins} / [email protected]:/dest/ && ssh
[email protected] 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 <[email protected]> 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} / [email protected]:/dest/ &&
> touch /etc/donefile &&
> rsync -av ${some_other_gubbins} /etc/donefile [email protected]:/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