[TriLUG] copying files

William Sutton william at trilug.org
Fri Jun 22 13:05:14 EDT 2012


alternatively, if you trust the account  that you're running your script 
from (I hope so), you can create an ssh key on your script-side box and 
copy it to the authorized keys locations on the destination boxen....

William Sutton

On Fri, 22 Jun 2012, Ron Kelley wrote:

>>
>> rsync -auvz -e "ssh -p xxx" src/foo/ user at host:/dest/foo/
>>
>> To be scriptable this method needs a passwd-less ssh account. This isn't acceptable. At the moment, I'm hand starting the clients by mounting sshfs with my user account passphrase. Provided the clients don't crash (and they haven't), this is OK for testing, but won't work in production either (I can't go out and hand start the clients). A problem to be handled later.
>>
>
> If possible, run rsync in daemon mode on your target server, configure the proper settings in /etc/rsyncd.conf,  and you won't have permission issues.
>
>
>
>
>
>
>
>
>> Thanks everyone
>>
>> Joe
>>
>> --
>> Joseph Mack NA3T EME(B,D), FM05lw North Carolina
>> jmack (at) wm7d (dot) net - azimuthal equidistant map
>> generator at http://www.wm7d.net/azproj.shtml
>> Homepage http://www.austintek.com/ It's GNU/Linux!
>> --
>> This message was sent to: Ron Kelley <rkelleyrtp at gmail.com>
>> To unsubscribe, send a blank message to trilug-leave at trilug.org from that address.
>> TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug
>> Unsubscribe or edit options on the web	: http://www.trilug.org/mailman/options/trilug/rkelleyrtp%40gmail.com
>> TriLUG FAQ          : http://www.trilug.org/wiki/Frequently_Asked_Questions
>
> -- 
> This message was sent to: William <william at trilug.org>
> To unsubscribe, send a blank message to trilug-leave at trilug.org from that address.
> TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug
> Unsubscribe or edit options on the web	: http://www.trilug.org/mailman/options/trilug/william%40trilug.org
> TriLUG FAQ          : http://www.trilug.org/wiki/Frequently_Asked_Questions
>



More information about the TriLUG mailing list