* lisp/net/tramp-sh.el (tramp-methods) <rsync>: Separate "%c" marker.
Copyright-paperwork-exempt: yes
This commit is contained in:
parent
6f2068fcb1
commit
a55be2fa32
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue