X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=conflink;h=8deae093a7bbee829a72ab1cc590ed8a91390372;hp=61291f2b42b643dfc2f68008032e892de501da64;hb=7f759d320592e791a62cd0a966350e8c53ee0976;hpb=165008e5b82c81ebff1061c8f8294c3bc6e9dced diff --git a/conflink b/conflink index 61291f2..8deae09 100755 --- a/conflink +++ b/conflink @@ -1,7 +1,7 @@ #!/bin/bash source /a/bin/errhandle/err -errcatch-cleanup() { +err-cleanup() { echo 1 >~/.local/conflink } @@ -98,7 +98,7 @@ common-file-setup() { # A = preserve acls # X = preserve extended attributes # i = itemize - done < <(s rsync -n -aiSAX --chown=root:root --chmod=g-s \ + done < <(s rsync -aiSAX --chown=root:root --chmod=g-s \ --exclude=/etc/dovecot/users \ --exclude='/etc/exim4/passwd*' \ --exclude='/etc/exim4/*.pem' \