Shell and rsync

chris bohnert chris at altuit.com
Tue May 29 16:58:45 EDT 2007


Brent,

Rsync will use ssh by default.  If you're stuck with just using the ssh
transport (similar to doing an scp) then you should try 'Open Process'
followed by 'write to process'.  But  this bug,
http://quality.runrev.com/qacenter/show_bug.cgi?id=3196, may get in your
way.

If you can put rsyncd on the remote server then you have one of two
options.  You can use the "--password-file" option on the command line or
you can try setting the environment variable 'RSYNC_PASSWORD'.

--
cb

On 5/29/07, Brent Anderson <brentj84062 at gmail.com> wrote:
>
> Hello.
>
> I'm looking into a way to execute rsync on Mac OS X from Revolution
> via shell. One of the rsync targets will be a remote server. The
> problem I'm facing here is that I can't pass a password to access the
> server from rsync. Although I could use public key authentication, I
> don't want to have to worry about handling the certificates outside
> of Revolution.
>
> In short, how does one pass a password into rsync so that Revolution
> can properly use it?
>
> Thanks,
> Brent Anderson
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>



More information about the use-livecode mailing list