Advertisement
kreezxil

AromaBackup.cfg

Jun 5th, 2015
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. # Configuration file
  2.  
  3. general {
  4. # If all players or only admins can use the /backup command.
  5. B:allPlayers=false
  6.  
  7. # If the blacklist is enabled, the dimensions (ids) specified here will not be backed up.
  8. I:blacklist <
  9. >
  10.  
  11. # Compression rate. Has to be between 9 (high compression) and 1 (low compression).
  12. I:compressionRate=2
  13.  
  14. # How frequently a automatic backup is done in minutes. 0 means Auto-Backup disabled.
  15. I:delay=60
  16.  
  17. # How many backups are kept. 0 means infinite
  18. I:keep=6
  19.  
  20. # Where to store the Backups. Either an absolute path or relative to the minecraft folder.
  21. S:location=/root/extreme/backups/
  22.  
  23. # If a backup should be done when the sworld gets unloadad (The server stops or you quit a singleplayer world).
  24. B:onShutdown=true
  25.  
  26. # If a backup should be done when the world gets loaded.
  27. B:onStartup=false
  28.  
  29. # If the scheduled backup should be skipped if no players were on the server since the last one.
  30. B:skipbackup=true
  31.  
  32. # If this is set to true, it will use the Dimension Whitelist, if it is false, it will use the Dimension Blacklist
  33. B:useWhitelist=false
  34.  
  35. # If the whitelist is enabled, only the dimensions (ids) specified here will be backed up.
  36. I:whitelist <
  37. 0
  38. 1
  39. -1
  40. >
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement