the full sync from google drive to new empty

Does it possible to terminate/stop rclone copy/sync from google drive to local while reached the certain download quota limit. The reason I want to do this because the full sync from google drive to new empty local disk may consume few TB download quota, just afraid Google may ban it.

Thank you.

What you want is this I think

  --max-transfer int          Maximum size of data to transfer. (default off)

So --max-transfer 700G for example.