Description of my issue:
Hi there,
I run a cron job to perform a backup every night, with the intention to upload the archive to Google Drive. The problem I have is that despite splitting the archive into 512MB parts (of which there are usually 5), only the first two or three parts get transferred to remote storage. This leaves the .JPA, .J01 and J02 files on Google Drive, with .J03/4/5 still on the server.
The log is set only to record Errors and Warnings, and is empty. The job completes without any issue, but the transfer to Google Drive seems to be timing out.
Should I reduce the size of the archive parts to 100MB - or smaller? Or there is an option to "Process each part immediately" - perhaps I should tick this?
I have checked your documentation - and there doesn't appear to be a lot relating to this issue. I apologise if I'm missing something, but any advice would be appreciated.
Best regards,
Ben