diff options
author | doc <doc@filenotfound.org> | 2025-09-14 22:13:41 +0000 |
---|---|---|
committer | doc <doc@filenotfound.org> | 2025-09-14 22:13:41 +0000 |
commit | 13eb2d51c7284472efabc278bf9b7ec0b8575e47 (patch) | |
tree | 9f0ea15fdc908a2afe4d315beb112fe9545db02e /ftpsync-mirror.sh |
Diffstat (limited to 'ftpsync-mirror.sh')
-rwxr-xr-x | ftpsync-mirror.sh | 10 |
1 files changed, 10 insertions, 0 deletions
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 |