[Archive backup] Aromabackup configuration file analysis archive backup (AROMABACKUP) Minecraft Game

This tutorial is set by the author's setting without permission.

Where is it?

First of all, you have to reprint the MOD and run the game;

Exit the game;

Open the .minecraft folder, as shown in the figure;

Find and open the Config folder, as shown in the figure;

Find and open the Aroma1997 folder, as shown in the figure;

aroma1997core.cfg file

none

aromabackup.cfg file

backup {

# The compression type type user backups. The following one are available: "zip", "tar", "tar.gz", "folder" [is a compressed type for backup]

S: CompressionType = ZIP [The default compression type is "ZIP", which can be changed to "tar", "tar.gz", "folder"]

}

backup_location {

# The filename of the backup files. Supported variables:

#WORLD, Year, MONE, DATE, Hour, Minute, Second, Identifier.

#Please Note: USING The Identifier is Recominged, But Not ENFORCED. Please Make Sure, that Your Filenames are unique and that two, me filename. [DEFAULT:%World%/backup-%World%-%Year%Month%-%Date%-%Hour%-%Minute%] [The default "%world%/backup-%word%-%year%month%date%-%date%-%date%Hour%-%minute%"]

S: Filename =%World%/Backup-%World%-%Year%Month%Date%-%MINUTE%[The file name is "%word%/backup-%%/backup-%World%-%year%month%-%date%-%hour%minute%"]]

# When to store the backups. Either An Absolute Path or Relacted to the Minecraft Folder.

S: local =./Backups [Backup path, default in the backups file under the .minecraft folder]

}

backup_schedule {

# How Frequently Automatic Backup is Done in Minutes. 0 Means Auto-Backup Disabled.

I: Delay = 30 [How many times will be backup, the default is 30 minutes once every 30 minutes, if it is 0, the backup is prohibited]

# How many full backups to keep. When there are this many full backups, the oldest full backup will be deleted to all incremental backups, that On it. [Range: 1 ~ 2147483647, Default: 30] I: FullBackupstoEep = 30[How many backup documents should be kept from 1 ~ 2147483647, the default is 30 copies]

# How many incremental backups to create. Set to some bigger that 0 to access. If this is set to for exmple 5, then there will be one full backup, 5 incremental ups and then the next full backup and so on. [Range:0 ~ 500, default: 0]

I: IncrementalBackupStocreate = 0 [How many incremental backups are created.Set the value greater than 0 to enable.For example, if you set to 2, there is a complete backup, two increase backup, and then the next complete backup. According to this type, the range is from 0 ~ 500, the default is 0]

# How many incremental backups to keep. When there are this many incremental backups, The Oldest Incremental Backup will be deleted together with all backups, TH. at depending on it. [Range: 0 ~ 2147483647, default: 100]

I: IncrementalBackupStokeep = 100 [How much incremental backup is reserved, when there are many incremental backup, the oldest incremental backup will be deleted with all the backups that depend on it, the range is from 0 ~ 2147483647, the default is 100]

# If a back should be do do done when the world gets loaded.

B: OnStartup = True [Backup when loading in the world, the default is true]

# If the scheduled backup should be skipped if no players we or the last one one.

B: SkipBackup = True [No player will skip the backup after the last backup (only the server)]

}

General {

# If all players or only adminis can use the /backup commit.

B: AllPlayers = True [Use/backup command, default to True]

# If the blacklist is enabled, the diarynsions (IDS) Specified Here Will Not Be Backed Up.

I: Blacklist <[Add this dimension ID, it will not back up the dimension]

"

# Compression rate. Have to be between 9 (High Compression) and 1 (Low Compression).

# If this is set to true, it will use the directnsion white, if it is false, it will use the directnsion blackList

B: Usewhitelist = false [If it is true, use the dimension of the dimension, if it is false, use the dimension blacklist, the default is false]

# If the whitelist is enabled, only the dimensions (IDS) spiecified here will be back up.

I: Whitelist <[Only backup the specified dimension, the default is a white list]

0

1

-1

"

}

aromabackupRecovery.cfg file

General {

# If this is set to true, the recoveryhelper with gui will be enabled. [DEFAULT: TRUE]

B: RecoveryHelperenabled = True [Backup recovery of enabled with graphical user interface (in the game), the default is True, which is the opening]

}