rclone/backend/combine
Nick Craig-Wood 386ca20792 combine: fix errors with backends shutting down while in use
Before this patch backends could be shutdown when they fell out of the
cache when they were in use with combine. This was particularly
noticeable with the dropbox backend which gave this error when
uploading files after the backend was Shutdown.

    Failed to copy: upload failed: batcher is shutting down

This patch gets the combine remote to pin them until it is finished.

See: https://forum.rclone.org/t/rclone-combine-upload-failed-batcher-is-shutting-down/32168
2022-08-04 10:18:07 +01:00
..
combine.go combine: fix errors with backends shutting down while in use 2022-08-04 10:18:07 +01:00
combine_internal_test.go combine: backend to combine multiple remotes in one directory tree 2022-06-08 14:57:25 +01:00
combine_test.go backend: allow wrapping backend tests to run in make quicktest 2022-06-29 17:30:37 +01:00