From f8b18dafeb8fc656483f0afadf7b67138d7e9c3b Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sat, 27 Sep 2008 16:03:10 +0200 Subject: ftpsync Add a (rewritten) ftpsync script together with an config file example. Signed-off-by: Joerg Jaspert --- etc/ftpsync.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 etc/ftpsync.conf (limited to 'etc/ftpsync.conf') diff --git a/etc/ftpsync.conf b/etc/ftpsync.conf new file mode 100644 index 0000000..510ed4d --- /dev/null +++ b/etc/ftpsync.conf @@ -0,0 +1,7 @@ +TO=/org/ftp.debian.org/ftp/ +RSYNC_HOST=some.mirror.debian.org +RSYNC_USER=USER +RSYNC_PASSWORD=PASSWORD +RSYNC_PATH="debian-all" +PROGRAM=ftpsync +MAILTO="somewhere@example.com" -- cgit v1.2.3