Google Drive throttles file operations to 2 uploads per second. Given the number of packs you’ve calculated, that should take around 130 000 seconds (assuming instant upload) which is a little more than a day and a half (~36 hours). The current restic estimation is now 330 hours - so around 10 times more, which means I’m barely uploading two files every 10 seconds…
After monitoring the upload speed, it’s struggling to reach even 1 MB/s so I assume they’re also throttling the speed of individual file operations…
I just found out about this: Slow speeds of Restic with Google Drive rclone backend - #7 by fd0 so I’ll try it out, but I’m wondering if there is a technical reason for keeping the pack to such a small - fixed - size given that it’s been working properly for others?
I understand that I’m likely never going to max out my upload bandwidth, I was just pointing out that the limiting factor isn’t my connection.