Don't backup DistantHorizons LODs (#2406)
Exclude "DistantHorizons.sqlite" from ftbbackups2 since that's not critical data and leads to a lot of backup bloat. Signed-off-by: Mqrius <Nuntius.Marii@Gmail.com>
This commit is contained in:
parent
5f6089dd60
commit
ab0226f74d
1 changed files with 2 additions and 2 deletions
|
|
@ -65,7 +65,7 @@
|
|||
*path/ends/with.txt Any files who's path ends with
|
||||
*path/contains* Any files who's path contains
|
||||
*/
|
||||
"excluded": [],
|
||||
"excluded": ["DistantHorizons.sqlite"],
|
||||
// The dimension used when creating backup preview image, specify "all" to enable automatic detection of primary dimension (can be very slow)
|
||||
"preview_dimension": "minecraft:overworld"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue