We are currently using the new cold line storage to back up files from the site, part of the storage is ultra-efficient. We use gsutil rsync once a day to make sure our cold line store is updated.
The problem is that using gsutil rsync creates a huge amount of Class A queries, which are quite expensive. In this case, it will be at least 5 times the volume of the cold line storage, which makes it more impractical.
Do we need to tweak the code for a custom solution to avoid these fees, is there a better option for this type of back, or is there some way to make rsync not generate so many requests?
source
share