Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Guide 🌐Automatic backup of FiveM server files can be combined with TXADMIN🌐

HUSO

Gold Elite
Joined
Nov 5, 2023
Messages
57
Reaction score
3,688
Points
306
Location
DEINE MUDDA
1731767926285.png



🌐Automatic backup of FiveM server files can be combined with TXADMIN🌐


1: Install Node.js

2: Install zip tool
- sudo apt update
- sudo apt install zip
3: Add backupFile.js to your server directory

4: Adjust the paths
JavaScript:
const sourceDir = '/home/fivem/server-data';
const backupDir = '/home/fivem/backups';

5: Integration into txAdmin
- Log in and navigate to "Scheduler"
- Click on "New Task"
- Fill in the fields as follows
Name: server-backup
Command: node /path/to/backupFile.js
Schedule: Choose a suitable time (e.g. daily at 1 am):
0 1* * *

Now a server backup of the desired fivem server folder is always made at 1 a.m.


DOWNLOAD:
VIRUSTOTAL:
 
Top