mirror of
https://github.com/kopia/kopia.git
synced 2025-12-23 22:57:50 -05:00
- test rclone after canceling starting context - execute rclone with non-cancelling context - create initial SFTP connection with non-canceling context - nit: use context.WithoutCancel instead of Background - Fixes #5039 - Ref #4972