rsnapshot-push: 1-hour SSH timeout before ending the backup session
The default timeout on the Copr Backend server is set to 60 seconds, which can sometimes trigger the cancellation of the backup process.
This commit is contained in:
parent
59824e4d8b
commit
9aa32b4af1
1 changed files with 1 additions and 0 deletions
|
@ -5,5 +5,6 @@
|
|||
exec rsync -av --xattrs --acls \
|
||||
--delete --delete-excluded \
|
||||
--rsh=ssh \
|
||||
-e 'ssh -o ConnectTimeout=3600' \
|
||||
{{ item.value.rsync_args }} \
|
||||
{{ item.value.user }}@{{ rsnapshot_push.server_host }}::push
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue