CloudSync FAILED (Amazon S3)

bcotten

Cadet
Joined
Feb 9, 2021
Messages
2
Having some trouble getting my cloud sync to complete to Amazon S3 storage.

Creds check out. Dry Run completes without problems. Running the job always fails with the following Log reported:

Code:
Error: Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/middlewared/job.py", line 361, in run
    await self.future
  File "/usr/local/lib/python3.8/site-packages/middlewared/job.py", line 397, in __run_body
    rv = await self.method(*([self] + args))
  File "/usr/local/lib/python3.8/site-packages/middlewared/schema.py", line 973, in nf
    return await f(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/middlewared/plugins/cloud_sync.py", line 1058, in sync
    await self._sync(cloud_sync, options, job)
  File "/usr/local/lib/python3.8/site-packages/middlewared/plugins/cloud_sync.py", line 1105, in _sync
    await rclone(self.middleware, job, cloud_sync, options["dry_run"])
  File "/usr/local/lib/python3.8/site-packages/middlewared/plugins/cloud_sync.py", line 234, in rclone
    raise ValueError(message)
ValueError: rclone failed with exit code 1


And ideas?
 

LIGISTX

Guru
Joined
Apr 12, 2015
Messages
525
I get a very similar error every few backup sessions with B2.... I have not been able to figure it out either. It was originally set up on 11..... maybe .3 U1 IIRC? Now running 12.0 U2. IIRC, they issues started on one of the late 11.x's, but man I don't remember anymore. Hopefully we can figure something out though, its certainly been bugging me for many months.

Code:
Error: Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/middlewared/job.py", line 367, in run
    await self.future
  File "/usr/local/lib/python3.8/site-packages/middlewared/job.py", line 403, in __run_body
    rv = await self.method(*([self] + args))
  File "/usr/local/lib/python3.8/site-packages/middlewared/schema.py", line 973, in nf
    return await f(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/middlewared/plugins/cloud_sync.py", line 1058, in sync
    await self._sync(cloud_sync, options, job)
  File "/usr/local/lib/python3.8/site-packages/middlewared/plugins/cloud_sync.py", line 1105, in _sync
    await rclone(self.middleware, job, cloud_sync, options["dry_run"])
  File "/usr/local/lib/python3.8/site-packages/middlewared/plugins/cloud_sync.py", line 234, in rclone
    raise ValueError(message)
ValueError: rclone failed with exit code 1
 
Top