AromaBackupマイクラのワールドに入った時にセーブデータを自動でバックアップを取ってくれます。またPLAY中もデフォルトで30分毎に自動バックアップしてくれますので、核爆発によるクラッシュ、大量の溶岩ラグ、マグマダイブによる全ロストなど不慮の事故にも安心です。
コンフィグでスタート時のバックアップ、バックアップの間隔などの設定ができます。
AromaBackup-1.12.2-2.1.1.3.b90
ダウンロード
前提MOD
Aroma1997Core-1.12.2-2.0.0.0.b142
ダウンロード
Version選択、ファイルを選択
Download、保存
フォルダを開きダウンロードした jar ファイルを mods フォルダに入れます
バックアップデータの使い方
.minecraftフォルダにbackupsフォルダが自動で作成されます30分ごとにZipファイルが作成されます
Zipファイルを展開して.minecraftフォルダ内のsavesフォルダに入れます。
注:ファイル名を元のデータと同じにしないと地図MODのジャーニーマップ(journeymap)がリセットされてしまいます。マイクラのセーブデータ名とジャーニーマップのセーブデータ名を同じでないといけません。ジャーニーマップのセーブデータは.minecraftフォルダ内のjourneymapフォルダ内にあります。
コンフィグ(aroma1997フォルダ内のAromaBackup)
backup_schedule {
# How frequently a automatic backup is done in minutes. 0 means Auto-Backup disabled.
I:delay=30
オートバックアップの時間、デフォルト30分
# How many full backups to keep. When there are this many full backups, the oldest full backup will be deleted together with all incremental backups, that depend on it. [range: 1 ~ 2147483647, default: 30]
I:fullBackupsToKeep=30
バックアップを保持する数 デフォルトは30個、古いデータは削除されます
# How many incremental backups to create. Set to something bigger that 0 to enable. If this is set to for example 5, then there will be one full backup, 5 incremental backups and then the next full backup and so on. [range: 0 ~ 500, default: 0]
I:incrementalBackupsToCreate=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, that depend on it. [range: 1 ~ 2147483647, default: 100]
I:incrementalBackupsToKeep=100
# If a backup should be done when the world gets loaded.
B:onStartup=true
ワールドに入った時にバックアップする、falseでしない
# If the scheduled backup should be skipped if no players were on the server since the last one.
B:skipbackup=true
}
0 件のコメント:
コメントを投稿