The other day I was writing a bash script to make automatic backups of MongoDB. I had the main backup script (backup.sh) and an options file (options.cfg). The idea was that backup.sh would be committed to the project’s repository, while options.sh would be a local file, not added to the repo, because it might contain…

Read More →