This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Description
So right now pypi-cdn-log-archiver basically assumes it's only going to be ran once per day. However this might not hold true, especially with the changes to skip failed logs that will hopefully be done in the future. In order to protect against data loss it should either refuse to run if the target .xz file already exists (and thus it would overwrite) or it should pull down that .xz and concat any additional logs to it.