Advertisement
Guest User

Untitled

a guest
Mar 28th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 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: false
  12. copy: false
  13. compress: false
  14. cleanup: false
  15. dropbox: false
  16. ftp: true
  17. default_settings:
  18. save: 100d
  19. copy: 1d
  20. compress: 6h
  21. compression_level: 9
  22. cleanup: '2:00'
  23. dropbox: '3:00'
  24. ftp: '3:30'
  25. keep: 9
  26. broadcast: false
  27. worlds:
  28. mining:
  29. compress: 6h
  30. keep: 9
  31. world2_nether:
  32. compress: 1d
  33. keep: 3
  34. world2_the_end:
  35. compress: 2d
  36. keep: 2
  37. PVP:
  38. compress: 6h
  39. keep: 9
  40. PVP_nether:
  41. compress: 3d
  42. keep: 3
  43. PVP_the_end:
  44. compress: 2d
  45. keep: 2
  46. events:
  47. compress: 2d
  48. keep: 5
  49. plotworld:
  50. compress: 6h
  51. keep: 9
  52. IslandWorld:
  53. compress: 6h
  54. keep: 9
  55. adventure:
  56. compress: 2d
  57. keep: 2
  58. parkour:
  59. compress: 2d
  60. keep: 2
  61. others:
  62. plugins:
  63. copy: true
  64. compress: true
  65. dropbox: true
  66. exclude-folders:
  67. - tiles
  68. exclude-types:
  69. - jar
  70. - lck
  71. root:
  72. compress: false
  73. exclude-folders:
  74. - '*'
  75. exclude-types:
  76. - jar
  77. - lck
  78. copy: false
  79. directories:
  80. worlds: .
  81. others: .
  82. destination: .
  83. destination:
  84. format: '%Y-%M-%D_%H-%m-%S'
  85. prepend-world: false
  86. timezone-offset: 0.0
  87. ftp:
  88. server: 'tango.servercrafters.com:25'
  89. path: '/'
  90. username: 'gunner'
  91. password: 'gdragonsleet'
  92. actions_on_startup:
  93. enabled: false
  94. delay: 2m
  95. debug: false
  96. version-nomodify: 5.9.4
  97. broadcast_settings:
  98. on_save: true
  99. on_compress: false
  100. on_copy: false
  101. when_done: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement