Skip to content
This repository has been archived by the owner on Mar 5, 2018. It is now read-only.
TfT-02 edited this page Sep 20, 2011 · 1 revision
# available worlds :
# - world
# - world_nether

backup-temp-dir: minebackup_temp
interval: 3600
backup-plugins: false
pause-when-no-players: false
days-to-keep: 10
backup-dir: minebackup
worlds:
- world
- world_nether
debug: false
delay: 10
compression:
    enabled: true
    level: BEST_COMPRESSION
    mode: DEFLATED
messages:
    backup-ended: §a[MineBackup] Backup ended
    backup-started: §a[MineBackup] Backup started
    backup-started-user: §a[MineBackup] Backup started by %player%
  • backup-temp-dir : Directory to temporarily store the backup files.
  • backup-dir : Directory to store the backups files.
  • days-to-keep : Number of days to keep your backup.
  • pause-when-no-players : If true, the plugin will pause when there are no players online.

Example of file paths
Windows
C:\minecraft\
minecraft\minebackup

Linux
/minecraft/
../backups

Clone this wiki locally