Resuming a Failed Clone

Qualcomm® Package Manager is based on Git, which is not a Qualcomm creation that can be customized to allow for resumed clone from last known point. In Git, there is no way to resume a clone if it fails. The only choice is to attempt the clone again.

Again, clone is a one-time expense. Once the repository is cloned, if you automate your pulls (or pull regularly as to no fall behind with a large amount of code to catch up with), then the pulls will only include what has changed to bring the repository up to date. Megabytes, not Gigabytes.