Genius is a NodeJS script that performs automated scheduled backups of a database.
To use Genius, follow the instructions below:
- Step 1: Clone this repository.
git clone https://github.com/ottersec/genius.git
- Step 2: Navigate to the project directory.
cd genius
- Step 3: Install the dependencies.
npm i
-
Step 4: Configure the database and backup settings in the
config.js
file. -
Step 5: Run the script.
npm start
The script will automatically perform scheduled backups based on the configured settings.
This project is licensed under the MIT License. See the LICENSE
file for more details.
Contributions are welcome! If you wish to contribute to Genius, please follow these steps:
- Fork this repository.
- Create a new branch (
git checkout -b feature/new-feature
). - Make the necessary changes and commit them (
git commit -am 'Add a new feature'
). - Push to the branch (
git push origin feature/new-feature
). - Open a Pull Request.
If you have any questions, suggestions, or inquiries related to Genius, feel free to reach out to me:
- GitHub: github.com/ottersek
- Discord: Kyron#1602
© 2023 ottersec. All rights reserved.