etc/ftpsync-common.conf: Adjust the mirror root directory.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 16 Aug 2011 09:24:09 +0000 (10:24 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 16 Mar 2012 11:38:52 +0000 (11:38 +0000)
etc/ftpsync-common.conf

index af89c7e..de669b9 100644 (file)
@@ -15,7 +15,7 @@
 ## CAREFUL, this directory will contain the mirror. Everything else that
 ## might have happened to be in there WILL BE GONE after the mirror sync!
 : ${LABEL="debian"}
-: ${TO="/mnt/mirror/$LABEL/"}
+: ${TO="/mnt/ftp/pub/mirrors/$LABEL/"}
 
 ## The upstream name of the rsync share.
 : ${RSYNC_PATH="$LABEL"}