Cloud Sync to Backblaze B2 failing with errors

Joined
Dec 21, 2016
Messages
2
Short:
I am trying to use cloud sync with Backblaze B2. It fails with RCLONE errors. I have tried recreating the task and even configuring a task that only synced a fraction of my storage, but the result is still the same. The task starts, runs for a long time—hours to days—and eventually the status goes from RUNNING to FAILED:RCLONE FAILED. The log looks like this:
2019/03/14 17:03:07 INFO : Transferred: 0 / 0 Bytes, -, 0 Bytes/s, ETA - Errors: 0 Checks: 71 / 71, 100% Transferred: 0 / 0, - [130120 more lines] 2019/03/14 21:43:01 INFO : B2 bucket MyFreenasCloudSyncBucket path Bigfoot/: Waiting for transfers to finish 2019/03/14 21:43:01 ERROR : B2 bucket MyFreenasCloudSyncBucket path Bigfoot/: not deleting files as there were IO errors 2019/03/14 21:43:01 ERROR : B2 bucket MyFreenasCloudSyncBucket path Bigfoot/: not deleting directories as there were IO errors 2019/03/14 21:43:01 ERROR : Attempt 3/3 failed with 205 errors and: File names must not contain '\' (400 bad_request) 2019/03/14 21:43:01 Failed to sync: File names must not contain '\' (400 bad_request)

More:
When I first learned of Backblaze's B2 storage service, I found and followed instructions for syncing my freenas server using rclone and cron. I was on freenas 9.? at the time. It seemed to be working for many months. I recently discovered that I was paying over $100/month in Backblaze Class C transaction costs. I began to research why this would be, and found this post on the Backblaze blot: Backing Up FreeNAS and TrueNAS to Backblaze B2. Well, that sure sounded good. It required freenas 11.1, so I went ahead and upgraded to 11.2—a joyously easy task. I then followed the steps in the post and kicked off a new task. It failed. I disabled it and started over.. Same thing. I disabled again and created a task that only synced on part of the drive. Same failure.

Any help at all would be appreciated.
 
D

dlavigne

Guest
Sounds like a bug. Please create a report at redmine.ixsystems.com and post the issue number here.
 
Top