Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # For a full explanation of these settings, visit https://github.com/ltguide/CraftBukkit-MineBackup/wiki/Configuration
- #
- # For quick setup, just set copy or compress to true under default_actions. Typical users shouldn't enable both copy and compress.
- # You don't need to list every world or setting under that world unless you want to override the defaults.
- # The cleanup action does not need to be enabled unless you want it to happen on a set schedule. When disabled, it will automatically trigger after copy/compress.
- # The 'ti:me' based settings are in 24-hour format and thus happen once a day.
- # You can use 'ti:me', 15m, or 300 for any of the action intervals.
- # If you set world-container in bukkit.yml, change directories.worlds as well.
- default_actions:
- save: true
- copy: false
- compress: true
- cleanup: true
- dropbox: false
- ftp: false
- default_settings:
- save: 900
- copy: 86400
- compress: 86400
- compression_level: 9
- cleanup: '2:00'
- dropbox: '3:00'
- ftp: '3:30'
- keep: 10
- broadcast: false
- worlds:
- questions:
- compress: false
- hg:
- compress: false
- others:
- plugins:
- copy: false
- compress: true
- dropbox: false
- exclude-folders:
- - tiles
- exclude-types:
- - lck
- root:
- copy: false
- compress: false
- exclude-folders:
- - '*'
- exclude-types:
- - jar
- - lck
- directories:
- worlds: .
- others: .
- destination: './!backups'
- destination:
- format: '%Y-%M-%D_%H-%m-%S'
- timezone-offset: 0.0
- prepend-world: false
- broadcast_settings:
- on_save: false
- on_copy: false
- on_compress: false
- when_done: false
- ftp:
- server: ftpserver:21
- path: /
- username: user
- password: ''
- actions_on_startup:
- enabled: true
- delay: 10m
- debug: false
- version-nomodify: 5.9.4
Advertisement
Add Comment
Please, Sign In to add comment