Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 0acc14f

Browse files
committed
chore(backup): log when backup starts
1 parent 14b0a9c commit 0acc14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/backup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ async function backupNow(name: string) {
8080
fs.mkdirSync(dataDir.BACKUP_DIR, 0o700);
8181
}
8282

83+
log.info("Creating backup...");
8384
await sql.copyDatabase(backupFile);
84-
8585
log.info(`Created backup at ${backupFile}`);
8686

8787
return backupFile;

0 commit comments

Comments
 (0)