Hello,
I'm building a new mirror, however, I can't get rsync to sync any of the public mirrors.
Example: rsync -aqzH --delete mirror.linux.duke.edu/centos /var/www/html/centos/
But get this retruned: rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1052) [sender=3.0.9]
Is there something in my syntax preventing the sync?
Thanks,
Ryan
Example: rsync -aqzH --delete mirror.linux.duke.edu/centos /var/www/html/centos/
it would be: rsync -aqzH --delete mirror.linux.duke.edu::centos /var/www/html/centos/
but I cant connect to duke at the moment, appears to be down. Give it a try with one of the other mirrors.
regards,
scott.
Thank you!
On Tue, Aug 25, 2015 at 2:41 PM, Scott centos-mirror@keystealth.org wrote:
Example:
rsync -aqzH --delete mirror.linux.duke.edu/centos /var/www/html/centos/
it would be: rsync -aqzH --delete mirror.linux.duke.edu::centos /var/www/html/centos/
but I cant connect to duke at the moment, appears to be down. Give it a try with one of the other mirrors.
regards,
scott. _______________________________________________ CentOS-mirror mailing list CentOS-mirror@centos.org http://lists.centos.org/mailman/listinfo/centos-mirror
On Tue, 25 Aug 2015, Ryan Nix wrote:
Hello,
I'm building a new mirror, however, I can't get rsync to sync any of the public mirrors.
Example: rsync -aqzH --delete mirror.linux.duke.edu/centos /var/www/html/centos/
But get this retruned: rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1052) [sender=3.0.9]
Is there something in my syntax preventing the sync?
Your syntax looks good to me. Feel free to pull from mirror.chpc.utah.edu/pub/centos
DR
Thanks, things seem to be working now.
Do we know how large the mirror is right now? I ask because I'm trying to figure out how much space I need to allocate.
On Tue, Aug 25, 2015 at 2:56 PM, Scott centos-mirror@keystealth.org wrote:
Your syntax looks good to me. Feel free to pull from
mirror.chpc.utah.edu/pub/centos
The slash syntax would only be used if you specified the full URI, so:
rsync -aqzH --delete rsync://mirror.linux.duke.edu/centos /var/www/html/centos/
would also work.
scott.
CentOS-mirror mailing list CentOS-mirror@centos.org http://lists.centos.org/mailman/listinfo/centos-mirror
A du -s on my mirror shows :
101690272
ymmv
Ryan Nix mailto:ryan.nix@gmail.com August 25, 2015 at 1:00 PM Thanks, things seem to be working now.
Do we know how large the mirror is right now? I ask because I'm trying to figure out how much space I need to allocate.
CentOS-mirror mailing list CentOS-mirror@centos.org http://lists.centos.org/mailman/listinfo/centos-mirror Scott mailto:centos-mirror@keystealth.org August 25, 2015 at 12:56 PM
The slash syntax would only be used if you specified the full URI, so:
rsync -aqzH --delete rsync://mirror.linux.duke.edu/centos /var/www/html/centos/
would also work.
scott.
CentOS-mirror mailing list CentOS-mirror@centos.org http://lists.centos.org/mailman/listinfo/centos-mirror David Richardson mailto:david.richardson@utah.edu August 25, 2015 at 12:47 PM On Tue, 25 Aug 2015, Ryan Nix wrote:
Your syntax looks good to me. Feel free to pull from mirror.chpc.utah.edu/pub/centos
DR
Ryan Nix mailto:ryan.nix@gmail.com August 25, 2015 at 12:31 PM Hello,
I'm building a new mirror, however, I can't get rsync to sync any of the public mirrors.
Example: rsync -aqzH --delete mirror.linux.duke.edu/centos http://mirror.linux.duke.edu/centos /var/www/html/centos/
But get this retruned: rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1052) [sender=3.0.9]
Is there something in my syntax preventing the sync?
Thanks,
Ryan _______________________________________________ CentOS-mirror mailing list CentOS-mirror@centos.org http://lists.centos.org/mailman/listinfo/centos-mirror
El Martes 25/08/2015, Ryan Nix escribió:
Thanks, things seem to be working now.
Do we know how large the mirror is right now? I ask because I'm trying to figure out how much space I need to allocate.
According to http://mirror.centos.org/centos/dir_sizes the mirror is 97 GB currently.
This question is asked pretty often (and it's useful info for a potential new mirror), could it be added to the wiki?
https://wiki.centos.org/HowTos/CreatePublicMirrors
Cheers,