The Wayback Machine - https://web.archive.org/web/20211119225332/https://github.com/topics/binary-storage
Skip to content
#

binary-storage

Here are 7 public repositories matching this topic...

Language: All
Filter by language
peterwaller-arm
peterwaller-arm commented Nov 18, 2021

Right now, if you create a pack or a snapshot, we don't check for an already existing one. The idea is to use the AtomicFileCreate API to check for the existence without a TOCTOU bug since it may take some time to create an output.

So the task is to wire this together, or alternatively implement a straightforward fs::exists check.

We should also provide a flag to overwrite (--force?), since

Improve this page

Add a description, image, and links to the binary-storage topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the binary-storage topic, visit your repo's landing page and select "manage topics."

Learn more