Open program-the-brain-not-the-heartbeat opened 4 weeks ago
Is it possible that a large file upload session has been cancelled when the sync was uploading parts?
I'm not entirely sure as the scripts run through cronjob every night.
After looping through all directories, it does issue a b2 cancel-all-unfinished-large-files <BUCKET>
command.
I've also executed that cancel-all-unfinished-large-files
command and attempted to manually run the script, and it failed again with same error.
b2 list-unfinished-large-files <BUCKET>
returns empty.
I have a script that backups 2 files (a file backup and a MariaDB SQL backup) in multiple /home folders (about 100) which succeeds in most of the cases but maybe like 25% of them fail with the following error. I believe this only started recently.
I will update to 4.x branch if necessary but I also wouldn't mind staying on 3.19.1 for now.
Versions: Ubuntu 20.04.6 LTS b2 command line tool, version 3.19.1
Command:
Output: I've obscured some of the personal information like file IDs and file names.