mirror of
https://github.com/kopia/kopia.git
synced 2026-02-07 21:23:52 -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