diff --git a/roles/rsnapshot-push/templates/client-backup-script.sh.j2 b/roles/rsnapshot-push/templates/client-backup-script.sh.j2 index 776d4ffe45..072754fae0 100644 --- a/roles/rsnapshot-push/templates/client-backup-script.sh.j2 +++ b/roles/rsnapshot-push/templates/client-backup-script.sh.j2 @@ -4,5 +4,6 @@ exec rsync -av --xattrs --acls \ --delete --delete-excluded \ + --rsh=ssh \ {{ item.value.rsync_args }} \ {{ item.value.user }}@{{ rsnapshot_push.server_host }}::push