SOLVED Problem with B2 sync

jackyes

Cadet
Joined
Nov 26, 2018
Messages
6
Hi,
I have a problem with FreeNAS and B2, i run urbackup on freenas and uploading the backup on B2. A big number of big files. i'm facing some problem with the deletion on file: the file deleted on source dir aren't deleted on b2. i have made a search on the forum without finding a solution...
I have post a support request on B2 helpdesk and they say:
"You would need to have the integration send an immediate deletion command to have them removed from your storage. You'd need to talk to Freenas about setting that up. "
Is There a way to do this at the present?

Other question, reading on the rclone documentation there is a flag ( --b2-hard-delete ) to delete directly instead of deleting and hiding for some days the file on b2 (saving space ;) ). Is there a way to set this flag on FreeNas?

Ps: on the webui the b2 sync task is set with Direction: Push and Transfer mode: sync option .
 

jackyes

Cadet
Joined
Nov 26, 2018
Messages
6
The webgui for cloud sync task is too limited, so i have solved using a cron with the same command generated by the webui adding
Code:
--b2-hard-delete --transfers 10


the default --transfers is 4, wich limit the upload performance too much.
 
Top