Can't SYNC to Dropbox

MortenSJ

Explorer
Joined
Oct 3, 2015
Messages
59
Hi guys

I'm trying to setup my NAS to make backups to my Dropbox account. I went through app creation, got the token and i'm able to authenticate from my NAS to Dropbox. I can't however get my Cloud Sync Task to run.

I get the following error

rclone failed with exit code 6

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 6

Any able to help?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
Maybe this?
 

MortenSJ

Explorer
Joined
Oct 3, 2015
Messages
59
Yes, although that didn't really help much :/
  • 6 - Less serious errors (like 461 errors from dropbox) (NoRetry errors)
Not sure what that means.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
The bit about 461 being copyright infringement violation.
 
Top