Guest User

Untitled

a guest
Jan 25th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 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: false
  13. compress: true
  14. cleanup: true
  15. dropbox: false
  16. ftp: false
  17. default_settings:
  18. save: 900
  19. copy: 86400
  20. compress: 86400
  21. compression_level: 9
  22. cleanup: '2:00'
  23. dropbox: '3:00'
  24. ftp: '3:30'
  25. keep: 10
  26. broadcast: false
  27. worlds:
  28. questions:
  29. compress: false
  30. hg:
  31. compress: false
  32. others:
  33. plugins:
  34. copy: false
  35. compress: true
  36. dropbox: false
  37. exclude-folders:
  38. - tiles
  39. exclude-types:
  40. - lck
  41. root:
  42. copy: false
  43. compress: false
  44. exclude-folders:
  45. - '*'
  46. exclude-types:
  47. - jar
  48. - lck
  49. directories:
  50. worlds: .
  51. others: .
  52. destination: './!backups'
  53. destination:
  54. format: '%Y-%M-%D_%H-%m-%S'
  55. timezone-offset: 0.0
  56. prepend-world: false
  57. broadcast_settings:
  58. on_save: false
  59. on_copy: false
  60. on_compress: false
  61. when_done: false
  62. ftp:
  63. server: ftpserver:21
  64. path: /
  65. username: user
  66. password: ''
  67. actions_on_startup:
  68. enabled: true
  69. delay: 10m
  70. debug: false
  71. version-nomodify: 5.9.4
Advertisement
Add Comment
Please, Sign In to add comment