From f5cc6a19142b5f692aac751a2e4fe04e72729add Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 3 Dec 2025 04:48:18 +0100 Subject: Tweak docs. --- devuan_package_mirror_sync.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devuan_package_mirror_sync.sh b/devuan_package_mirror_sync.sh index 2e88782..44cdfd7 100755 --- a/devuan_package_mirror_sync.sh +++ b/devuan_package_mirror_sync.sh @@ -26,6 +26,7 @@ # done simply, and I'm trying to keep this simple. Reporting which Debian packages # changed is too complex, and I don't need it. + # Stop on errors, and don't expand * set -ef @@ -91,6 +92,7 @@ OPTIONS="--delay-updates -rptSzhhv --no-motd --chown mirrors:www-data -M- mkdir -p ${MIRROR_PATH} +# The rsync calls. # The --exclude "/devuan-cd/" is so we don't wipe out the ISO mirror. start_time=$(date +%s%3N) rsltM=$( ${BEHAVE} rsync ${OPTIONS} vesta@pkgmaster.devuan.org:~/devuan/ ${MIRROR_PATH} --exclude "/devuan-cd/" \ -- cgit v1.1