Hi Dana,
I've had a couple of issues with this since trying it out. When I first used it, it was kicking all players from the server. It said there was a packet loss, it did this on several occasions until I unloaded the plugin. I thought I'd give it another go but am still experiencing issues although no packet loss kicks this time (not using the Discord feature now – so believe that was the cause)
I’m a bit confused why it won’t backup bans, server, serverauto and users without the following;
"cfg",
"cfg/bans.cfg",
"cfg/server.cfg",
"cfg/serverauto.cfg",
"cfg/users.cfg",
"bans.cfg",
"server.cfg",
"serverauto.cfg",
"users.cfg",
Surely I only need either cfg/filename or filename.cfg ? It seems like a lot just to save 4 files? Without all that, it doesn't save those 4 files.
I also have backup oxide set to true but it only saves an empty oxide folder. It says in console that its skipping files. Do I need to specify each individual file for it to save?
I've had a couple of issues with this since trying it out. When I first used it, it was kicking all players from the server. It said there was a packet loss, it did this on several occasions until I unloaded the plugin. I thought I'd give it another go but am still experiencing issues although no packet loss kicks this time (not using the Discord feature now – so believe that was the cause)
I’m a bit confused why it won’t backup bans, server, serverauto and users without the following;
"cfg",
"cfg/bans.cfg",
"cfg/server.cfg",
"cfg/serverauto.cfg",
"cfg/users.cfg",
"bans.cfg",
"server.cfg",
"serverauto.cfg",
"users.cfg",
Surely I only need either cfg/filename or filename.cfg ? It seems like a lot just to save 4 files? Without all that, it doesn't save those 4 files.
I also have backup oxide set to true but it only saves an empty oxide folder. It says in console that its skipping files. Do I need to specify each individual file for it to save?
JSON:
{
"Version": "1.1.0",
"Enable Scheduled Backups": true,
"Backup Interval Type (Options: Seconds, Minutes, Hours, Days)": "Minutes",
"Backup Interval (e.g., 5 for every 5 minutes, 1 for daily)": 10,
"Maximum Number Of Backups": 3,
"Whitelist Mode (Set to true to backup only specified files)": true,
"Files To Backup (Used in Whitelist Mode)": [
"cfg",
"cfg/bans.cfg",
"cfg/server.cfg",
"cfg/serverauto.cfg",
"cfg/users.cfg",
"bans.cfg",
"server.cfg",
"serverauto.cfg",
"users.cfg",
"player.blueprints",
"player.deaths",
"player.identities",
"player.states",
"player.tokens",
"proceduralmap",
"companion.id",
"sv.files"
],
"Ignored Files (Used when Whitelist Mode is false)": [
"Log.EAC.txt",
"logs"
],
"Include Oxide In Backup": true,
"Save Backups As Zip (Set to false to save as directories)": true,
"Discord Webhook Url (Leave blank to disable)": "",
"Discord Message": "A new backup has been created."
}