| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
code cleanups
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
|
|
| |
some ""
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
|
| |
future proof bz2
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
|
| |
set syncall to false if we only need stage1 or stage2
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
|
|
|
| |
Add remote command options and callback.
Also move functions to one single place.
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
|
|
| |
Allow to set SOURCE_EXCLUDE in config. If it is set we wont touch it
anymore, even if $ARCH_EXCLUDE still contains "source".
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
|
|
| |
bash really likes the syntax to be correct
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
|
| |
the second stage should use >> for the logs.
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
|
|
| |
also delete excluded files.
and as we have rsync logs different now, do tell the rsync command in normal log
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
|
| |
and another option to only mail errors instead of always full logs
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
|
|
| |
better cleanup handling, like mailing logs in any case (if MAILTO is set).
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
|
|
| |
use BASEDIR, defaulting to $HOME, so people could, if wanted, place the scripts outside of $HOME.
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
|
|
| |
also allow anonymous syncs
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
|
| |
its helpful if we mkdir before we try to touch something in $TO
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
|
| |
one + too much
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
|
| |
mirrorlogs alias instead of my own address
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
|
|
| |
and use the variable.
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
|
|
| |
make sure the tracefile *always* gets the full hostname, even if
$HOSTNAME is set to the short one.
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
|
|
|
| |
- use proper "" where we need them.
- dont check if variables are defined that get defaults from us anyway.
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
|
| |
describe our varibales
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
|
|
|
|
|
| |
Implement 5 hooks so we can call scripts at various places of the
mirror sync.
Also make runmirrors optional, depending on if we are a hub or not.
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
| |
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
|
| |
ouch, use the correct syntax.
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
| |
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
| |
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
|
|
| |
fix variables names
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
| |
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
|
| |
fix logdir variable setting
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
|
|
| |
source our common functions
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
|
|
|
|
| |
dont hardcode the hostname in $PROGRAM
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|
|
Add a (rewritten) ftpsync script together with an config file example.
Signed-off-by: Joerg Jaspert <joerg@debian.org>
|