Fabian Cenedese <cened...@indel.ch> wrote:

> This script is bash and also uses the "remote shell hacks" using SSH.
> As I want to run it also from Windows I'm looking for a rsync solution.

Assuming you have control of the server, can you do a bit of semaphore ?

Eg, do your backup with rsync, then when it's complete, touch a file (or put 
something in it) and rsync that to the server. The server then runs a process 
that does some action.

Eg, you touch a file "/etc/ivedoneabackup" and sync it, when the server sees 
that, it runs a process which links/moves/whatever stuff around to suit.
The client side can be scripted in whatever language is available on that 
platform.


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