Percona-Lab / mongodb_consistent_backup

A tool for performing consistent backups of MongoDB Clusters or Replica Sets
https://www.percona.com
Apache License 2.0
276 stars 81 forks source link

Allow overriding backup timestamp #292

Closed dschneller closed 5 years ago

dschneller commented 5 years ago

Adds a new parameter --backup-time.

Allows overriding the timestamp manually.

Useful (for example) if the backup and archiving steps worked, but the upload failed for some reason.

In that case you could set backup and archive methods to "none", override the timestamp and retry just the upload.