justanotheruser
Cadet
- Joined
- Oct 2, 2020
- Messages
- 2
I've started syncing to my .edu Google Drive, as it gives me unlimited storage. I've been able to sync, and the files show up on Drive, but at the end of the tasks, the Web UI says failed, and gives this error:
I'm on 11.3-U5, running on a Dell Precision T3400, with a Core2Duo E7300, and 16GB of DDR2. I am syncing my entire backup pool, which is a single 1TB Seagate.
I don't have take snapshot enabled, but do have remote and filename encryption enabled, and follow symlinks enabled. This backup does include the iocage dataset, but I don't use any plugins.
The pool also says it has about 100GB of data, but Google reports 80GB, likely due to Google using compression.
Code:
Error: Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/middlewared/job.py", line 349, in run
await self.future
File "/usr/local/lib/python3.7/site-packages/middlewared/job.py", line 385, in __run_body
rv = await self.method(*([self] + args))
File "/usr/local/lib/python3.7/site-packages/middlewared/schema.py", line 961, in nf
return await f(*args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/middlewared/plugins/cloud_sync.py", line 1034, in sync
await rclone(self.middleware, job, cloud_sync)
File "/usr/local/lib/python3.7/site-packages/middlewared/plugins/cloud_sync.py", line 229, in rclone
raise ValueError(message)
ValueError: rclone failed with exit code 1I'm on 11.3-U5, running on a Dell Precision T3400, with a Core2Duo E7300, and 16GB of DDR2. I am syncing my entire backup pool, which is a single 1TB Seagate.
I don't have take snapshot enabled, but do have remote and filename encryption enabled, and follow symlinks enabled. This backup does include the iocage dataset, but I don't use any plugins.
The pool also says it has about 100GB of data, but Google reports 80GB, likely due to Google using compression.