This project is a fork of DevTheBully's Flight Database Backup. Special thanks to the original author for their contributions. This is just a re-edited version of the main branch.
A resource that backs up FiveM server databases on a scheduled basis. You can choose specific days, hours, and minutes of the day for the database to be saved.
-
Drag, drop and install
-
Send the database to discord (webhook)
-
Local storage in script files
-
Configurable times
-
You need Node.js installed on your machine if you don't have it.
-
Open
Node.js command prompt
and run these
npm -v
npm install -g yarn
npm install -g pnpm
-
Then navigate to the folder where your resource is located.
-
Shift + Mouse Right Click
then selectOpen PowerShell window here
-
Type and run these lines
npm install
yarn install
pnpm install
- Original Code: DevTheBully