Skip to content

Commit

Permalink
copr-backup: special-case long-running rsync SSH parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Oct 29, 2024
1 parent 7c69733 commit 5cffe17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/rsnapshot-push/templates/client-backup-script.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5cffe17

Please sign in to comment.