various fixes and improvements
[distro-setup] / btrbk-run
index d05616a8861f14c914ce491a7f74460687c060eb..454f12cbf93d348f4ec92bd93940fa8e9937d373 100755 (executable)
--- a/btrbk-run
+++ b/btrbk-run
@@ -83,7 +83,7 @@ if [[ ! -v targets ]]; then
                 targets=($HOME_DOMAIN)
             fi
             ;;
-        treetowl)
+        tp)
             targets=(frodo)
             if [[ $HOSTNAME == "$MAIL_HOST" ]]; then
                 if timeout -s 9 10 ssh x2 :; then
@@ -165,7 +165,7 @@ if ! which btrbk &>/dev/null; then
 fi
 
 cat >/etc/btrbk.conf <<EOF
-ssh_identity /root/.ssh/id_rsa
+ssh_identity /root/.ssh/home
 # Just a guess that local7 is a good facility to pick.
 # It's a bit odd that the transaction log has to be logged to
 # a file or syslog, while other output is sent to std out.