Advertisement
Guest User

Untitled

a guest
Apr 17th, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. # For a full explanation of these settings, visit https://github.com/ltguide/CraftBukkit-MineBackup/wiki/Configuration
  2. #
  3. # For quick setup, just set copy or compress to true under default_actions. Typical users shouldn't enable both copy and compress.
  4. # You don't need to list every world or setting under that world unless you want to override the defaults.
  5. # 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.
  6. # The 'ti:me' based settings are in 24-hour format and thus happen once a day.
  7. # You can use 'ti:me', 15m, or 300 for any of the action intervals.
  8. # If you set world-container in bukkit.yml, change directories.worlds as well.
  9.  
  10. default_actions:
  11. save: true
  12. copy: true
  13. compress: false
  14. cleanup: false
  15. dropbox: false
  16. ftp: true
  17. default_settings:
  18. save: 15m
  19. copy: 1h
  20. compress: 1h
  21. compression_level: 9
  22. cleanup: '2:00'
  23. dropbox: '3:00'
  24. ftp: '3:30'
  25. keep: 24
  26. broadcast: false
  27. worlds:
  28. world:
  29. save: true
  30. copy: true
  31. ftp: '3:30'
  32. world_nether:
  33. save: 1h
  34. copy: 12h
  35. keep: 4
  36. world_the_end:
  37. save: 120m
  38. copy: 72h
  39. keep: 4
  40. others:
  41. plugins:
  42. copy: 24h
  43. compress: false
  44. dropbox: false
  45. exclude-folders:
  46. - tiles
  47. exclude-types:
  48. - jar
  49. - lck
  50. directories:
  51. worlds: .
  52. others: .
  53. destination: .
  54. destination:
  55. format: '%Y-%M-%D_%H-%m-%S'
  56. prepend-world: false
  57. ftp:
  58. server:
  59. path: /backup/
  60. username:
  61. password: ''
  62. actions_on_startup:
  63. enabled: false
  64. delay: 2m
  65. debug: false
  66. version-nomodify: 5.9.3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement