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.
Server configuration
The server configuration allows you to set the following options:
| Name | Description | Default value | 
|---|---|---|
| Command alias add_backup_command_alias | Enables/Disables the /backupalias for the/ftbbackups3command | true | 
| Archival plugin archival_plugin | The archival method used to create the backup, Options are ftbbackups3:ziporftbbackups3:filecopymore methods can be added through other mods (Docs on this coming soon) | ftbbackups3:zip | 
| Automatic backups auto | Enables/Disables automatic creation of backups | true | 
| 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:43800 | 120 | 
| Backups to keep backups_to_keep | Number of backups to keep, More backups = more space used. Minimum value: 0, maximum value:32000 | 12 | 
| 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:9 | 5 | 
| 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: [ | [] | 
| 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 used | 50 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 progress | false | 
| 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 bar | false | 
Client configuration
The client configuration allows you to set the following options:
| Name | Description | 
|---|---|
| Progress panel position | Sets the location of the backup progress panel | 
| Progress panel x inset | X offset for the progress panel | 
| Progress panel y inset | Y offset for the progress panel | 
| Show backup progress panel | Enables/Disables the progress panel | 


