copr-backup: special-case long-running rsync SSH parameters
Per: https://github.com/fedora-copr/copr/issues/3390
This commit is contained in:
parent
7c69733787
commit
5cffe17cd8
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@
|
|||
exec rsync -av --xattrs --acls \
|
||||
--delete --delete-excluded \
|
||||
--rsh=ssh \
|
||||
-e 'ssh -o ConnectTimeout=3600' \
|
||||
-e 'ssh -o ConnectTimeout=3600 -o ServerAliveInterval=20 -o ServerAliveCountMax=900' \
|
||||
{{ item.value.rsync_args }} \
|
||||
{{ item.value.user }}@{{ rsnapshot_push.server_host }}::push
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue