#3513 Rsync read only access to FH file content
Closed: Fixed None Opened 11 years ago by lzap.

Hello,

we would like to mirror our repositories published on FH file service using much more efficient rsync protocol than wget -m. Simple rsync ro setup would be awesome for us.

Thanks!


This was already in place on one node, but wasn't put in place on the other one.

It should be fixed now.

{{{
rsync rsync://fedorahosted.org/
git Fedora Hosted Git Repo
hg Fedora Hosted Mercurial Repo
svn Fedora Hosted Subversion Repo
bzr Fedora Hosted BZR Repo
releases Hosted Release Tarballs
}}}

Thanks, how do I access this folder: http://fedorapeople.org/groups/katello/

I think it is not posslible :-(

fedorapeople is a completely different system than fedorahosted. ;)

If you are someone who has cla+1other group, you have ssh access to fedorapeople, so you could just do:

rsync -e ssh -av fedorapeople.org:/srv/groups/katello/ ./katello/

But there is no anon rsync access on that system.

Oh I thought it's just mounted fedorapeople. Thanks.

Login to comment on this ticket.

Metadata