Cannot push large files to Azure

kkr

Cadet
Joined
Jul 21, 2023
Messages
5
Hi, I'm trying to use a Cloud Sync Task to back up my data to Azure Blob Storage, but it seems like TrueNAS doesn't know how to handle large files in such situations. When uploading something big, I run into the BlockCountExceedsLimit error, which results from uploading too much data without committing it to storage. The task should do periodic commits otherwise the data will not be saved. I can't find any configuration option for something like this. Is there a way to work around the issue?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
Seems you have similar issues to this thread



Looks like you need to be able to set the chunk size (which is possible with rclone, just not in the TrueNAS GUI settings).

So your options are:

Live with it and upload smaller things

Abandon cloud sync tasks and use cron instead to launch rclone yourself with the chunk size set as you need.

Raise a bug/feature request and ask for it to be modified in the cloud sync tasks UI.
 
Top