Variable: BACKUP_DB_FILE_NAME
const BACKUP_DB_FILE_NAME: "uptime-watcher-backup.sqlite" =
"uptime-watcher-backup.sqlite";
Defined in: electron/constants.ts:162
Backup database file name for data export/import operations.
Remarks
Used when exporting or importing a backup of the main database.
Default Value
"uptime-watcher-backup.sqlite";