English | 中文
An extension to the QuickBackupM plugin to trigger QBM at regular intervals and thus perform automatic backups
Backup timer resets the last backup time to the current time when the QBM backup is finished and the timer is manually started/shutdown/reset
TQBM will trigger a QBM backup whenever the time interval since the last backup is greater than the backup interval specified in the configuration file
Can be used with the delete_protection
value in the QBM plugin configuration file to avoid TQBM from overwriting too many backups
-
MCDR >=2.0.0
-
QuickBackupM >=1.1.0
The configuration file is config/timed_quick_backup_multi.json
{
"enabled": true,
"interval": 30.0,
"permission_requirement": 2,
"require_online_players": false
}
enable
: TQBM backup timer master switchinterval
: The interval of the TQBM backup timer in minutespermission_requirement
: Use the! !tqb
directive's minimum permission requirementrequire_online_players
: When set to true, TQBM will be enabled only when there's player in the server. It requires TQBM to be loaded when the server starts, otherwise TQBM will not work
!!tqb
: Display TQBM help information!!tqb enable
: Start TQBM backup timer!!tqb disable
: Disable the TQBM backup timer!!tqb set_interval <minutes>
: Set the TQBM backup timer interval in minutes!!tqb reset_timer
: Reset the TQBM backup timer!!tqb status
: Show the status of TQBM