Void Linux discussion
 help / color / mirror / Atom feed
From: Kai Stian Olstad <void+list@olstad.com>
To: voidlinux@googlegroups.com
Subject: Re: How to set up my own Tier 2 mirror?
Date: Sat, 13 Jul 2019 21:06:26 +0200	[thread overview]
Message-ID: <69f38c0f-53ac-0927-f89f-3c511eee7522@olstad.com> (raw)
In-Reply-To: <73e8046c-0753-4fc7-9948-1ce137bf0d74@googlegroups.com>

On 16.06.2019 12:21, Wesley Chan wrote:
> Dear Devs,
> 
> I have several Void boxes in my office and I would like them to pull updates from a local source. I'm in China, every mirror listed has a slow connection. I think the best idea would be having a Tier 2 mirror of my own. Would you please tell me how do I set up such a mirrror? Thank you.

I don't know what the official answer is, but alpha.de.repo.voidlinux.org(and some of the others) do have rsync support so you could just mirror it with rsync 
rsync --list-only rsync://alpha.de.repo.voidlinux.org/voidmirror

A command like this should work
rsync -avHP rsync://alpha.de.repo.voidlinux.org/voidmirror/ /path/to/my/voidmirror/

To get less verbose log leave out v and P options to rsync.


-- 
Kai Stian Olstad

-- 
You received this message because you are subscribed to the Google Groups "voidlinux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to voidlinux+unsubscribe@googlegroups.com.
To post to this group, send email to voidlinux@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/voidlinux/69f38c0f-53ac-0927-f89f-3c511eee7522%40olstad.com.
For more options, visit https://groups.google.com/d/optout.

      reply	other threads:[~2019-07-13 19:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-16 10:21 Wesley Chan
2019-07-13 19:06 ` Kai Stian Olstad [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=69f38c0f-53ac-0927-f89f-3c511eee7522@olstad.com \
    --to=void+list@olstad.com \
    --cc=voidlinux@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).