From c33888a3c64de6c3d8e64b99c723b65e9e93c76d Mon Sep 17 00:00:00 2001 From: Georg Date: Mon, 30 Aug 2021 21:12:43 +0200 Subject: Init Slackware mirror Signed-off-by: Georg --- slackware/slackware.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 slackware/slackware.sh (limited to 'slackware/slackware.sh') diff --git a/slackware/slackware.sh b/slackware/slackware.sh new file mode 100755 index 0000000..bddf714 --- /dev/null +++ b/slackware/slackware.sh @@ -0,0 +1,11 @@ +#!/bin/sh +ORIGIN="ftp6.gwdg.de/pub/linux/slackware/" +echo "#universe +++ Starting mirror sync: Slackware ..." |& nc -N 127.0.0.2 2424 +/usr/bin/withlock /mnt/mirror/meta/mirror-slackware.lock rsync -hiav \ +--delete --delete-after \ +--no-o --no-g --safe-links \ +--timeout=60 --contimeout=30 \ +--exclude-from=/mnt/mirror/meta/slackware-exclusions \ +rsync://$ORIGIN \ +/mnt/mirror/slackware/ |& nc -N 127.0.0.2 2424 +echo "#universe +++ Synced with $ORIGIN." |& nc -N 127.0.0.2 2424 -- cgit v1.2.3