*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
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/ |
...