https://github.com/itz-hyperz/easybackup
Got your dedicated server raided? Same... Not gonna have all my SQL tables dropped again tho :]
https://github.com/itz-hyperz/easybackup
Last synced: 2 months ago
JSON representation
Got your dedicated server raided? Same... Not gonna have all my SQL tables dropped again tho :]
- Host: GitHub
- URL: https://github.com/itz-hyperz/easybackup
- Owner: Itz-Hyperz
- Created: 2023-01-08T05:31:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T02:01:11.000Z (about 2 years ago)
- Last Synced: 2025-01-04T06:29:44.422Z (4 months ago)
- Language: JavaScript
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EasyBackup
Got your dedicated server raided? Same... Not gonna have all my SQL tables dropped again tho :]Requires `MySQL`, `Ubuntu 18.04/20.04/22.04`, and `root` access for `mysqldump` command.
This program is designed so you can backup your SQL database(s) and then offshore them to an entirely separate linux server that can't be accessed by the users bruteforcing your server!
### NGINX Upload Limits / `413` error
Your server needs to increase the max body size to allocate for larger SQL file dumps.- [NGINX Upload Limits](https://docs.bosssoftware.net/c/knowledgebase/nginx-upload-limits)
# Credits
- [@Hyperz](https://store.hyperz.net) *Writing all the code.*
- [@calebrwalk5](https://www.unknowncheats.me/forum/members/5175763.html) *MySQL Dump Error Handler AND the idea to stop the bruteforce GET request.*