Secure rsync server

Luc MAIGNAN luc.maignan at winxpert.com
Mon Nov 14 20:53:46 UTC 2005


yes, but it uses rsyn client and not rsync server (for a rsync server,
one more time the -e paramter doesn't work...)

Thom Paine a écrit :

>
>
> On 11/14/05, *Luc MAIGNAN* <luc.maignan at winxpert.com
> <mailto:luc.maignan at winxpert.com>> wrote:
>
>     Hi,
>
>     is there a simple way (without creating a tunnel) to parameter a ssh
>     transport beetween a rsync client  and a rsync server ? (while
>     running
>     as a daemon, rsync doesn't seem to accept the "-e ssh" option).
>
>     Any help would be appreciated
>
>     Best regards
>
>  
>  
> I use this script.
>  
>
> #!/bin/bash
> #Rsync Backup Script
>
> RSYNC=/usr/bin/rsync
> SSH=/usr/bin/ssh
> RHOST=0.0.0.0 <http://0.0.0.0>
> RPATH=/home/workgroup/rsync/stuff
> LPATH=/home/workgroup/rsync/stuff
>
> #Delete old notes.
> rm -f /root/rsync.backup.script.text
>
> echo `date` > /root/rsync.backup.script.text
>
> $RSYNC -azrv --delete -e $SSH $LPATH $RHOST:$RPATH >>
> /root/rsync.backup.script.text
>
> echo `date` >> /root/rsync.backup.script.text
>
> mail -s "Office Work Sync Report" your at email.com
> <mailto:your at email.com> < /root/rsync.backup.script.text
>
> rm -f /root/rsync.backup.script.text
>
>
>     -- 
>     -=/>Thom 
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20051114/d88ba2c6/attachment-0001.htm>


More information about the fedora-list mailing list