I'm trying to create a local copy of CentOS-5.6 repo. The corporate network blocks a lot of outgoing ports including rsync. The ones I know that work include http{,s}, ftp and ssh. Given this limitation, what is the best way to get a local copy besides the following?
wget -c -m -np -D vault.centos.org -R '*=?' http://vault.centos.org/5.6/
The connection gets refused after a while. Is it because the server blocks such "mirroring" activities? My download speed is around 60KB/s.
--WL
On 12/15/2011 11:24 PM, WL wrote:
I'm trying to create a local copy of CentOS-5.6 repo. The corporate network blocks a lot of outgoing ports including rsync. The ones I know that work include http{,s}, ftp and ssh. Given this limitation, what is the best way to get a local copy besides the following?
wget -c -m -np -D vault.centos.org -R '*=?' http://vault.centos.org/5.6/
The connection gets refused after a while. Is it because the server blocks such "mirroring" activities? My download speed is around 60KB/s.
rsync vault.centos.org::centos-full-store/
(add your options and your end location)
Johnny,
Thanks, but the rsync port, as mentioned, is blocked by the corporate network my machine is on.
WL
On Dec 16, 2011, at 8:45 PM, Johnny Hughes johnny@centos.org wrote:
On 12/15/2011 11:24 PM, WL wrote:
I'm trying to create a local copy of CentOS-5.6 repo. The corporate network blocks a lot of outgoing ports including rsync. The ones I know that work include http{,s}, ftp and ssh. Given this limitation, what is the best way to get a local copy besides the following?
wget -c -m -np -D vault.centos.org -R '*=?' http://vault.centos.org/5.6/
The connection gets refused after a while. Is it because the server blocks such "mirroring" activities? My download speed is around 60KB/s.
rsync vault.centos.org::centos-full-store/
(add your options and your end location)
CentOS-mirror mailing list CentOS-mirror@centos.org http://lists.centos.org/mailman/listinfo/centos-mirror
On 12/16/2011 08:56 AM, WL wrote:
Johnny,
Thanks, but the rsync port, as mentioned, is blocked by the corporate network my machine is on.
WL
On Dec 16, 2011, at 8:45 PM, Johnny Hughes johnny@centos.org wrote:
On 12/15/2011 11:24 PM, WL wrote:
I'm trying to create a local copy of CentOS-5.6 repo. The corporate network blocks a lot of outgoing ports including rsync. The ones I know that work include http{,s}, ftp and ssh. Given this limitation, what is the best way to get a local copy besides the following?
wget -c -m -np -D vault.centos.org -R '*=?' http://vault.centos.org/5.6/
The connection gets refused after a while. Is it because the server blocks such "mirroring" activities? My download speed is around 60KB/s.
rsync vault.centos.org::centos-full-store/
(add your options and your end location)
lftp http://vault.centos.org/5.6/
mirror
Thanks.
This should work for me.....
Sent from my iPhone
On 16-Dec-2011, at 8:59 PM, Johnny Hughes johnny@centos.org wrote:
On 12/16/2011 08:56 AM, WL wrote:
Johnny,
Thanks, but the rsync port, as mentioned, is blocked by the corporate network my machine is on.
WL
On Dec 16, 2011, at 8:45 PM, Johnny Hughes johnny@centos.org wrote:
On 12/15/2011 11:24 PM, WL wrote:
I'm trying to create a local copy of CentOS-5.6 repo. The corporate network blocks a lot of outgoing ports including rsync. The ones I know that work include http{,s}, ftp and ssh. Given this limitation, what is the best way to get a local copy besides the following?
wget -c -m -np -D vault.centos.org -R '*=?' http://vault.centos.org/5.6/
The connection gets refused after a while. Is it because the server blocks such "mirroring" activities? My download speed is around 60KB/s.
rsync vault.centos.org::centos-full-store/
(add your options and your end location)
lftp http://vault.centos.org/5.6/
mirror
CentOS-mirror mailing list CentOS-mirror@centos.org http://lists.centos.org/mailman/listinfo/centos-mirror
Thanks, lftp works great.
WL
On Fri, Dec 16, 2011 at 11:29 PM, Johnny Hughes johnny@centos.org wrote:
On 12/16/2011 08:56 AM, WL wrote:
Johnny,
Thanks, but the rsync port, as mentioned, is blocked by the corporate network my machine is on.
WL
On Dec 16, 2011, at 8:45 PM, Johnny Hughes johnny@centos.org wrote:
On 12/15/2011 11:24 PM, WL wrote:
I'm trying to create a local copy of CentOS-5.6 repo. The corporate network blocks a lot of outgoing ports including rsync. The ones I know that work include http{,s}, ftp and ssh. Given this limitation, what is the best way to get a local copy besides the following?
wget -c -m -np -D vault.centos.org -R '*=?' http://vault.centos.org/5.6/
The connection gets refused after a while. Is it because the server blocks such "mirroring" activities? My download speed is around 60KB/s.
rsync vault.centos.org::centos-full-store/
(add your options and your end location)
lftp http://vault.centos.org/5.6/
mirror
CentOS-mirror mailing list CentOS-mirror@centos.org http://lists.centos.org/mailman/listinfo/centos-mirror