Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is scheduled using command crontab -e. The backups are stored in a /home directory because BioHPC automatically backups home directories nightly.


To restore the backups to a target DB, run the following command

...

Code Block
mongorestore --uri=<new<target DB URI> --drop path-to-backup-folder/

...