Mirror admin stuff, initial commit.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 8 Jun 2011 20:56:38 +0000 (21:56 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 21 Jul 2011 15:41:22 +0000 (16:41 +0100)
commitdb2c5b8bde79ab1d6bea9799a24e09c985e95452
tree7fb389551c62671b31a0ec859f8e8f8d09a92936
Mirror admin stuff, initial commit.

Includes the Debian `ftpsync' mirror script suite, machinery for general
rsync(1) mirrors, and a skeleton configuration for Lee McLaughlin's
mirror(1) script.  By default the mirror does nothing useful whatever,
and requires local configuration; this should be maintained on a
different branch.
23 files changed:
.gitignore [new file with mode: 0644]
.userv/rc [new file with mode: 0644]
bin/dircombine [new file with mode: 0755]
bin/ftpsync [new file with mode: 0755]
bin/pushpdo [new file with mode: 0755]
bin/run-mirrors [new file with mode: 0755]
bin/runmirrors [new file with mode: 0755]
bin/typicalsync [new file with mode: 0755]
bin/udh [new file with mode: 0755]
bin/websync [new file with mode: 0755]
doc/ftpsync/README [new file with mode: 0644]
doc/ftpsync/ftpsync.conf.sample [new file with mode: 0644]
doc/ftpsync/logrotate.conf [new file with mode: 0644]
doc/ftpsync/pushpdo.conf.sample [new file with mode: 0644]
doc/ftpsync/pushpdo.mirror.sample [new file with mode: 0644]
doc/ftpsync/runmirrors.conf.sample [new file with mode: 0644]
doc/ftpsync/runmirrors.mirror.sample [new file with mode: 0644]
doc/ftpsync/websync.conf.sample [new file with mode: 0644]
etc/common [new file with mode: 0644]
etc/ftpsync-debian-security.conf [new file with mode: 0644]
etc/ftpsync-debian.conf [new file with mode: 0644]
etc/mirror.packages [new file with mode: 0644]
lib/functions.sh [new file with mode: 0644]