From 41775f37e958b8656c4d28e35c0dd43a69c400b7 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sun, 5 Feb 2023 09:44:20 +0100 Subject: [PATCH] copr: incremental backup to storinator, part 7 Use SSH transport, not RSYNC. --- roles/rsnapshot-push/templates/client-backup-script.sh.j2 | 1 + 1 file changed, 1 insertion(+) 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