diff options
| author | doc <doc@filenotfound.org> | 2025-10-01 20:35:47 +0000 |
|---|---|---|
| committer | doc <doc@filenotfound.org> | 2025-10-01 20:35:47 +0000 |
| commit | 772152a5810aa8c4e03cf167381aadc4ec00499f (patch) | |
| tree | ba9418142f88622da878d9a3483c5da2da3e5c83 /archmirror-repos.sh | |
| parent | 13eb2d51c7284472efabc278bf9b7ec0b8575e47 (diff) | |
Diffstat (limited to 'archmirror-repos.sh')
| -rwxr-xr-x | archmirror-repos.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archmirror-repos.sh b/archmirror-repos.sh index f15504a..395e28a 100755 --- a/archmirror-repos.sh +++ b/archmirror-repos.sh @@ -2,11 +2,11 @@ # /usr/local/sbin/archmirror-repos.sh set -euo pipefail UPSTREAM="rsync://mirror.csclub.uwaterloo.ca/archlinux/" -STAGE="/brimstone3/mirror-stage/arch-repos" -LIVE="/brimstone1/mirror/archlinux" +STAGE="/brimstone3a/mirror-stage/arch-repos" +LIVE="/brimstone2a/mirror/archlinux/" LOG="/var/log/mirrors/arch-repos.log" -mkdir -p "$STAGE" "$LIVE" +#mkdir -p "$STAGE" "$LIVE" rsync -rtlH --safe-links --delete-delay --delay-updates \ --exclude iso/ --exclude other/ \ |
