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