<!--- ❗️❗️ Also, please consider donating (https://opencollective.com/electron-react-boilerplate-594) ❗️❗️ Donations will ensure the following: 🔨 Long term maintenance of the project 🛣 Progress on the roadmap 🐛 Quick responses to bug reports and help requests --> # Backup connections.json periodically or before overwrite. ### Reference Code: js fs.copyFileSync("./connections.json", `./backup/connections_${Date.now()}.json`);