lucaong / cubdb

Elixir embedded key/value database
Apache License 2.0
556 stars 23 forks source link

Add back_up/2 to create a database backup #49

Closed lucaong closed 2 years ago

lucaong commented 2 years ago

The backup process does not block other readers or writers, and is isolated from concurrent writes.