From 13eb2d51c7284472efabc278bf9b7ec0b8575e47 Mon Sep 17 00:00:00 2001 From: doc Date: Sun, 14 Sep 2025 22:13:41 +0000 Subject: first commit --- ftpsync-mirror.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 ftpsync-mirror.sh (limited to 'ftpsync-mirror.sh') diff --git a/ftpsync-mirror.sh b/ftpsync-mirror.sh new file mode 100755 index 0000000..e330af5 --- /dev/null +++ b/ftpsync-mirror.sh @@ -0,0 +1,10 @@ +#!/bin/bash +export HOSTNAME=stygian.failzero.net +export ARCHIVE=debian +export TO=/brimstone1/mirror/debian +export RSYNC_HOST=syncproxy2.wna.debian.org +export RSYNC_PATH=debian +export LOGDIR=/var/log/ftpsync +export LOCKDIR=/var/run/ftpsync + +/usr/bin/ftpsync sync:all -- cgit v1.2.3