X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=ud-replicate;fp=ud-replicate;h=fb6834c8558710e7da8173bed12e951fbbeee05d;hb=0ee5c80a7879b1954f0dc77f9ff8b7b7314e6e19;hp=8324a862967a77a01c789f9f276e854d0cbfb921;hpb=f5efbeba4e5e58a07cf14227655d2f26db160e85;p=mirror%2Fuserdir-ldap.git diff --git a/ud-replicate b/ud-replicate index 8324a86..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" ]