rclone/backend
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
..
alias docs: punctuation cleanup 2021-10-20 22:56:19 +02:00
all new backend: hidrive - fixes #1069 2022-07-08 18:24:54 +01:00
amazonclouddrive Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
azureblob azureblob: allow remote emulator (azurite) - fixes #6290 2022-07-06 11:54:04 +01:00
b2 Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
box Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
cache cache: mark as not supporting metadata 2022-06-29 17:30:37 +01:00
chunker chunker: mark as not supporting metadata 2022-06-29 17:30:37 +01:00
combine combine: fix errors with backends shutting down while in use 2022-08-04 10:18:07 +01:00
compress compress: support metadata 2022-06-29 17:30:37 +01:00
crypt crypt: support metadata 2022-06-29 17:30:37 +01:00
drive combine: fix docs showing `remote=` instead of `upstreams=` 2022-07-17 16:59:50 +01:00
dropbox dropbox: fix infinite loop on uploading a corrupted file 2022-08-04 10:18:07 +01:00
fichier Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
filefabric Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
ftp Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
googlecloudstorage gcs: add --gcs-decompress flag to download gzip-encoded files 2022-07-09 17:31:12 +01:00
googlephotos Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
hasher hasher: support metadata 2022-06-29 17:30:37 +01:00
hdfs Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
hidrive new backend: hidrive - fixes #1069 2022-07-08 18:24:54 +01:00
http docs: skip "Connection" suffix from FTP, SSH/SFTP and HTTP backend names 2022-06-21 23:43:00 +02:00
hubic Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
internetarchive internetarchive: handle hash symbol in the middle of filename 2022-07-22 13:09:44 +01:00
jottacloud jottacloud: do not store username in config when using standard auth 2022-07-25 18:25:15 +01:00
koofr Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
local backend: allow wrapping backend tests to run in make quicktest 2022-06-29 17:30:37 +01:00
mailru Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
mega mega: fix error handling broken by removal of github.com/pkg/errors 2021-11-09 13:43:45 +00:00
memory backend: allow wrapping backend tests to run in make quicktest 2022-06-29 17:30:37 +01:00
netstorage Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
onedrive staticcheck: unused func 2022-07-04 11:24:59 +02:00
opendrive opendrive: resolve lag and truncate bugs fixes #5936 2022-06-17 16:48:03 +01:00
pcloud pcloud: fix cleanup - fixes #3853 2022-06-16 15:45:42 +02:00
premiumizeme about: improved error message 2022-05-13 12:08:10 +01:00
putio about: improved error message 2022-05-13 12:08:10 +01:00
qingstor Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
s3 s3: fix --s3-no-head panic: reflect: Elem of invalid type s3.PutObjectInput 2022-07-18 23:39:11 +01:00
seafile Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
sftp sftp: fix issue with WS_FTP by working around failing RealPath 2022-07-20 18:08:42 +01:00
sharefile Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
sia Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
storj storj: fix put 2022-05-12 20:43:54 +01:00
sugarsync Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
swift Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
union union: fix panic due to misalignment of struct field in 32 bit architectures 2022-07-17 16:59:50 +01:00
uptobox staticcheck: unused func 2022-07-04 11:24:59 +02:00
webdav docs: consistent capitalization of WebDAV, DLNA, HTTP 2022-06-21 23:43:00 +02:00
yandex yandex: handle api error on server-side move 2022-07-04 11:24:59 +02:00
zoho Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00