djjd47130 / GitHubBackup

Simple UI for bulk downloading GitHub repositories
http://www.jerrydodge.com/GitHubBackup
MIT License
13 stars 4 forks source link

Download file without immediate overwrite #24

Closed djjd47130 closed 5 years ago

djjd47130 commented 5 years ago

Currently, downloading a repo ZIP file immediately overwrites any prior file which was already downloaded before. If for any reason the download fails, or is cancelled, the file becomes corrupt (and I delete it). But then the prior file is gone.

Instead, it should download to a temporary location, and once successful, then overwrite any prior file.