DriveBackupV2

DriveBackupV2

46.6k Downloads

missing documentation for %FORMAT & %NAME

StillGreen-san opened this issue ยท 2 comments

commented

Specifying what to Backup explains custom timestamps but does not mention %FORMAT or %NAME

commented

Added explanation

commented

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