Skip to main content

Configuring

FTB Backups 3 can be configured either in-game by opening the FTB Backups 3 menu from the inventory screen or by editing the ftbbackups3-server.toml located in the config folder.

In-game configuration

To open the FTB Backups 3 config menu, open your inventory then in the top left corner click on the save icon ( 💾 it looks like a floppy disk). This will open the FTB Backups 3 menu where you can configure the client and server settings for FTB Backups 3.

Config select screen

This is the screen you will see when you click on the FTB Backups 3 icon in your inventory.

Server configuration

The server configuration allows you to set the following options:

NameDescriptionDefault value
Command alias
add_backup_command_alias
Enables/Disables the /backup alias for the /ftbbackups3 commandtrue
Archival plugin
archival_plugin
The archival method used to create the backup, Options are ftbbackups3:zip or ftbbackups3:filecopy more methods can be added through other mods (Docs on this coming soon)ftbbackups3:zip
Automatic backups
auto
Enables/Disables automatic creation of backupstrue
Backup folder
folder
Absolute path to backups folder. Default of "" means to use "ftbackups3" within the game instance folder.""
Backup timer
backup_timer
Backup frequency in minutes. Minimum value: 1, maximum value: 43800120
Backups to keep
backups_to_keep
Number of backups to keep, More backups = more space used. Minimum value:0, maximum value: 3200012
Compression level
compression_level
Compression level for archived files. Note that this is dependent on the particular plugin in use. Higher values typically mean backups take longer to do but take less space on disk. Minimum value: 0, maximum value: 95
Display file size
display_file_size
Broadcasts to all online players a "(current size | total size)" message when backup is done.true
Extra files
extra_files
Add extra files/folders to be backed up, in addition to the world folder. These files must be within the game instance! Example of extra files that add configs, logs and the ops.json to the backup
extra_files: [
"config/"
"logs"
"ops.json"
]
[]
Force backup on shutdown
force_on_shutdown
Create a backup when server is stopped.false
Maximum total size
max_total_size
Maximum total size that is allowed in backups folder. Older backups will be deleted to free space for newer ones. MB and GB can be used50 GB
Notify admins only
notify_admins_only
If true, only player with permission level >= 2 (or SSP integrated server owners) will be notified on-screen about backup progressfalse
Only if players online
only_if_players_online
Only create backups when at least one player is online.true
Run silently
silent
If set to true, no messages will be displayed in chat/status barfalse

Client configuration

The client configuration allows you to set the following options:

NameDescription
Progress panel positionSets the location of the backup progress panel
Progress panel x insetX offset for the progress panel
Progress panel y insetY offset for the progress panel
Show backup progress panelEnables/Disables the progress panel