On Thursday 06 May 2004 8:33 pm, Bret Hughes wrote:
Seems to me that rsync would help people create local repositories for their company's use. Even if they have only 3 or four machines, it has to be made easy for them to create the repo. I can't remember the issue, but several months ago I tried to use mirror to create the tree so I could aptify my local tree but could not get it to work (and no, I do not do recursive listings). I can try again if you like.
As someone who has only briefly looked at rsync, would it be possible for someone to knock up a small HOWTO.
I've corrently only got one server and one laptop running FC1, but having seen it perform, it's likely that I'm going to upgrade my 6-7 RH7.3 boxes soon.
rsync -rpt --delete \
--exclude="lost+found" --exclude=\*.src.rpm \
${SERVER}/redhat/7.3 ${LOCALREPO}