> As long as you try to access any directory outside the homedirectory of > the logged in user you may experience some problems. There are two > pretty nice howtos on the web: > http://www.jdmz.net/ssh/ > http://www.afp548.com/article.php?story=20050219192044818 > The first one declares a good way to set up the connection and script > while the second one declares to set up ssh to allow root only to > connect from one machine only to do a rsync backup, identified by a > ssh-key. Picking out the best of those two howtos you get a really nice > and secure way to work with rsync. To be trapped while the second link > says "OS X"; only some of the paths may differ but that?s all the same > with any other unix/linux howto. > > Hope that helps,
thaks mike for your help, i've resolved without using modules, but using rsync in ths way: rsync -av --bwlimit=90 --exclude-from=/bin/custom/exclude_sync --delete -e "ssh -l lore" xxx.xxx.xxx.100:/home/projects/sites /home/projects/ where lore is the owner of "/home/projects" in this way works well With the module, seems that rsync can't read rsyncd.conf in the remote home users... > > Mike -- Pino Maiuli Crew -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Telefonare all'estero risparmiando fino all'80%? Con Email.it Phone Card puoi, clicca e scopri tutti i vantaggi Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=2683&d=24-1 _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
