MaxMaeder / DriveBackupV2

Uploads Minecraft backups to Google Drive/OneDrive or by (S)FTP
https://dev.bukkit.org/projects/drivebackupv2
MIT License
160 stars 49 forks source link

missing documentation for %FORMAT & %NAME #153

Closed StillGreen-san closed 8 months ago

StillGreen-san commented 8 months ago

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

lrmtheboss commented 8 months ago

Added explanation

StillGreen-san commented 8 months ago

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