katubug

backups mod config

Oct 9th, 2019
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. # Configuration file
  2.  
  3. general {
  4. # Which players can see the Started Backup and Finished Backup messages
  5. # Valid values:
  6. # OFF
  7. # ALL_PLAYERS
  8. # OPS_ONLY
  9. S:announceBackups=OFF
  10.  
  11. # Number of minutes between automatic backups. Setting to zero will disable automatic backups
  12. # Min: 0
  13. # Max: 2147483647
  14. I:backupInterval=30
  15.  
  16. # Path to the backups directory
  17. S:backupsDir=backups
  18.  
  19. # If you need to be an op to use /backup. If this is false then any player can use /backup
  20. B:needOpToBackup=true
  21.  
  22. # If a world is deleted but still has backups, then an entry for the world will still be shown in the world selection list
  23. B:showDeletedWorlds=false
  24.  
  25. backuptrimming {
  26. # Number of days old a backup has to be before it's trimmed to the day
  27. # Min: 1
  28. # Max: 7
  29. I:perDay=1
  30.  
  31. # Number of hours old a backup has to be before it's trimmed to the hour
  32. # Min: 1
  33. # Max: 24
  34. I:perHour=1
  35.  
  36. # Number of days old a backup has to be before it's trimmed to the week
  37. # Min: 8
  38. # Max: 90
  39. I:perWeek=8
  40.  
  41. # Whether backup trimming is enabled
  42. B:trimmingEnabled=true
  43. }
  44.  
  45. }
Advertisement
Add Comment
Please, Sign In to add comment