Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.28 KB

File metadata and controls

51 lines (36 loc) · 1.28 KB

Genius

Genius is a NodeJS script that performs automated scheduled backups of a database.

Usage

To use Genius, follow the instructions below:

  1. Step 1: Clone this repository.
git clone https://github.com/ottersec/genius.git
  1. Step 2: Navigate to the project directory.
cd genius
  1. Step 3: Install the dependencies.
npm i
  1. Step 4: Configure the database and backup settings in the config.js file.

  2. Step 5: Run the script.

npm start

The script will automatically perform scheduled backups based on the configured settings.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contributions

Contributions are welcome! If you wish to contribute to Genius, please follow these steps:

  1. Fork this repository.
  2. Create a new branch (git checkout -b feature/new-feature).
  3. Make the necessary changes and commit them (git commit -am 'Add a new feature').
  4. Push to the branch (git push origin feature/new-feature).
  5. Open a Pull Request.

Contact

If you have any questions, suggestions, or inquiries related to Genius, feel free to reach out to me:

© 2023 ottersec. All rights reserved.