This commit is contained in:
cbu615
2025-11-24 09:26:26 +01:00
parent fa7c019588
commit 07de37c2a3
29 changed files with 3 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/bin/

View File

@@ -32,6 +32,7 @@ public class DatabaseBackupRunner {
System.out.println("no backup needed; last backup in " + BACKUP_DIR + " (" + newest.format(DateTimeFormatter.ISO_LOCAL_DATE) + ")"); System.out.println("no backup needed; last backup in " + BACKUP_DIR + " (" + newest.format(DateTimeFormatter.ISO_LOCAL_DATE) + ")");
} }
} }
//delete this
private static LocalDate findNewestBackupDate(File folder) { private static LocalDate findNewestBackupDate(File folder) {
File[] files = folder.listFiles((dir, name) -> name.startsWith("backup_") && name.endsWith(".db")); File[] files = folder.listFiles((dir, name) -> name.startsWith("backup_") && name.endsWith(".db"));

1
target/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/classes/

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.