X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=ud-replicate;h=fb6834c8558710e7da8173bed12e951fbbeee05d;hb=04409346418395c9f00c5f4a8244ce1d3512b446;hp=4f7609b70eeae4624916a79bae87471ad384c689;hpb=d39c6eb50d0b8e47241ac00481fd0b48d1dc839c;p=mirror%2Fuserdir-ldap.git diff --git a/ud-replicate b/ud-replicate index 4f7609b..fb6834c 100755 --- a/ud-replicate +++ b/ud-replicate @@ -74,7 +74,7 @@ if [ -e /var/lib/misc/thishost/dns-zone ]; then cp /var/lib/misc/thishost/dns-zone $tempfile2 fi -rsync ${verbose} --delete-after -e 'ssh -i /etc/ssh/ssh_host_rsa_key -o PreferredAuthentications=publickey' -rp "${udhost}/var/cache/userdir-ldap/hosts/$HOST" . +rsync ${verbose} --delete-after --times -e 'ssh -i /etc/ssh/ssh_host_rsa_key -o PreferredAuthentications=publickey' -rp "${udhost}/var/cache/userdir-ldap/hosts/$HOST" . makedb "$HOST/passwd.tdb" -o passwd.db.t if [ -s "$HOST/shadow.tdb" ] @@ -165,7 +165,7 @@ fi rndc_reload=0 if [ -e /var/lib/misc/thishost/dns-sshfp ]; then if ! cmp -s /var/lib/misc/thishost/dns-sshfp $tempfile; then - /git/HOOKS/write_zonefile debian.org + /git/HOOKS/write_zonefile "$EMAILAPPEND" rndc_reload=1 fi fi