Solved Backup Not Zipping or Including All Files

Russ

Patron
Supporter
Hey Dana,

We've switched to Carbon for this wipe so imagine my excitement when I saw that this was now compatiable with it. I'm just trying to set it up, please see my config below.

config.png

As you can see its set to "Zip" the files but isn't. Its keeping them as directories, not a big deal but thought you'd want to know. So forgive me if I'm being dumb but at the moment its only backing up the following;

carbon.id​
player.blueprints​
player.deaths​
player.identities​
player.states​
player.tokens​
proceduralmap​
sv.files​

sftp.png

As you can see, I've also got it set to backup Carbon too but its not doing it and nor is it backing up the other folders/files listed. Is it me, have a got the folders/files listed incorrectly?

Thanks for any assistance.
 
Having looked this morning, I see that since our morning restart (7AM GMT) the backups are now zipping and contain nearly all the items requested...strange unless I was meant to restart the server after setting this up?

Its still missing the cfg folder with bans.cfg, users.cfg, server.cfg and serverauto.cfg

[EDIT: Please ignore me, it was 3am when I was looking at this and I just realised I never reloaded the plugin once I edited the config...I'm so embaressed. Sorry Dana...feel free to delete this post and the one above ;)]
 
Last edited:
Back
Top
This plugin uses Oxide's permission system. Grant or revoke permissions using oxide.grant and oxide.revoke. You can assign them to individual players or groups using their Steam id or group name.
Chat commands start with a /, while console commands can be entered directly in the F1 console or server console. Use find <keyword> in console to search for available commands related to the plugin.
Settings are stored in the config file found under the config/ directory. You can edit this file manually, then reload the plugin to apply your changes.
Persistent data is saved in the data/ directory. This includes things like saved settings, usage stats, or player progress depending on the plugin. Deleting a data file will reset stored progress or customizations.
Language files are located in the lang/ folder. To translate messages, copy the en.json file into your target language folder (e.g. fr, de) and edit the values. Reload the plugin after changes to apply new messages.
This section lists public methods exposed by the plugin for use in other plugins. You can call these via the CallHook method. Make sure the plugin is loaded before calling its API to avoid null reference errors.
These are custom hooks that other plugins can listen for. Simply define a method with the same name and expected parameters in your plugin to handle the event. Hooks are triggered at key moments and are useful for extending or reacting to plugin behavior.
These hooks are injected into the game's code using Harmony. They let the plugin run code at key points in the game's internal logic. You can return values to block or modify behavior. Use with caution — these are powerful and can affect core mechanics.
Cart