Skip to main content

ZoDB snapshotter library and script

Project description

Znap2 is a universal ZoDB snapshotter. It allows making multiple snapshots of ZoDB database(s) and restoring the database(s) to any past snapshot.

Usage

Before we make any snapshots, we need to intialize the snapshot storage:

znap2 init <db-file> [...]

This creates .znap2 directory that will contain the configuration and all snapshots. Initially only configuration file is created and the length of all database files is recorded there.

After the storage is initialized we can make snapshots:

znap2 save <snapshot-id>

This will store the tail of each database file that the storage is tracking and a copy of its index file. This information is sufficient to restore the snapshot of ZoDB because all writing to the main database file always happens at the end.

To list available snapshots use the following command:

znap2 list

Some time later we can revert to an earlier stored snapshot:

znap2 restore <snapshot-id>

This will truncate the databases to their size at the time of initialization, then append the stored tails and replace the index files with stored copies of the index files.

Finally the snapshots that are no longer needed can be deleted with:

znap2 delete <snapshot-id>

Note that packing the database will invalidate all snapshots. If you need to pack the database, delete the storage and start over.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ost-znap2-1.0b.tar.gz (3.8 kB view details)

Uploaded Source

File details

Details for the file ost-znap2-1.0b.tar.gz.

File metadata

  • Download URL: ost-znap2-1.0b.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ost-znap2-1.0b.tar.gz
Algorithm Hash digest
SHA256 2311eaab52027e156126709e699e1de85a4ff56c5e6ba80d5514bd59ac66cbc8
MD5 8b6be548566589004036b3aa81f0b601
BLAKE2b-256 df2971906964adb49b908bb87cbef0917b695f43f7611200f53ed74d6fa99872

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page