Closed StillGreen-san closed 8 months ago
Added explanation
the path equivalent example under Specifying-what-to-Backup#glob is now incorrect because of the inclusion of %NAME
in the glob format
it should now be
@@ -52,6 +52,6 @@
- path: "world_nether"
- format: "Backup-world-%FORMAT.zip"
+ format: "Backup-world_nether-%FORMAT.zip"
create: true
- path: "world_the_end"
- format: "Backup-world-%FORMAT.zip"
+ format: "Backup-world_the_end-%FORMAT.zip"
create: true
Specifying what to Backup explains custom timestamps but does not mention
%FORMAT
or%NAME