From ac5b3b6762c1e03cb73d33b2d5ad4a4bcc822985 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Wed, 22 Nov 2023 12:59:09 -0500 Subject: [PATCH] Added caveat --- content/blog/mirror-public-repositories.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/blog/mirror-public-repositories.md b/content/blog/mirror-public-repositories.md index f6b9d11..21b1317 100644 --- a/content/blog/mirror-public-repositories.md +++ b/content/blog/mirror-public-repositories.md @@ -50,3 +50,4 @@ WantedBy=timers.target Alternatively, you can use a self-hosted git server instance such as [Forgejo](https://forgejo.org/) to set up pull mirrors through the migration tool. As of the time of writing, this is what I currently do with repositories at https://git.brandonrozek.com/github +I do recommend only mirroring/pulling infrequently such as weekly. We don't want to induce unnecessary load on these centralized services.