* lisp/net/tramp-sh.el (tramp-methods) <rsync>: Separate "%c" marker.

Copyright-paperwork-exempt: yes
This commit is contained in:
Martin Joerg 2021-09-17 19:54:00 +02:00 committed by Michael Albinus
parent 6f2068fcb1
commit a55be2fa32

View file

@ -202,7 +202,7 @@ The string is used in `tramp-methods'.")
(tramp-copy-program "rsync")
(tramp-copy-args (("-t" "%k") ("-p") ("-r") ("-s")
("-c")))
(tramp-copy-env (("RSYNC_RSH") ("ssh" "%c")))
(tramp-copy-env (("RSYNC_RSH") ("ssh") ("%c")))
(tramp-copy-keep-date t)
(tramp-copy-keep-tmpfile t)
(tramp-copy-recursive t)))