Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Configuration file
- general {
- # Which players can see the Started Backup and Finished Backup messages
- # Valid values:
- # OFF
- # ALL_PLAYERS
- # OPS_ONLY
- S:announceBackups=OFF
- # Number of minutes between automatic backups. Setting to zero will disable automatic backups
- # Min: 0
- # Max: 2147483647
- I:backupInterval=30
- # Path to the backups directory
- S:backupsDir=backups
- # If you need to be an op to use /backup. If this is false then any player can use /backup
- B:needOpToBackup=true
- # If a world is deleted but still has backups, then an entry for the world will still be shown in the world selection list
- B:showDeletedWorlds=false
- backuptrimming {
- # Number of days old a backup has to be before it's trimmed to the day
- # Min: 1
- # Max: 7
- I:perDay=1
- # Number of hours old a backup has to be before it's trimmed to the hour
- # Min: 1
- # Max: 24
- I:perHour=1
- # Number of days old a backup has to be before it's trimmed to the week
- # Min: 8
- # Max: 90
- I:perWeek=8
- # Whether backup trimming is enabled
- B:trimmingEnabled=true
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment