From 47667a406ad7ee4e322ecae305dee114e86d5ad4 Mon Sep 17 00:00:00 2001 From: Blaize Kaye Date: Thu, 11 Aug 2022 09:54:29 +1200 Subject: [PATCH] Adds rsync args to ssh options --- cmd/sync.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/sync.go b/cmd/sync.go index 0bae2c8..9ae94ac 100644 --- a/cmd/sync.go +++ b/cmd/sync.go @@ -134,6 +134,7 @@ var syncCmd = &cobra.Command{ PrivateKey: sshKey, Port: sshPort, Verbose: sshVerbose, + RsyncArgs: RsyncArguments, } utils.LogDebugInfo("Config that is used for SSH", sshOptions)