⚙️ Backend (Electron)servicesdatabasedataBackupServiceelectron/services/database/dataBackupService/snapshotfunctionsFunction: createVacuumSnapshot()On this pageFunction: createVacuumSnapshot() createVacuumSnapshot(args: { dbPath: string; snapshotPath: string; }): void Defined in: electron/services/database/dataBackupService/snapshot.ts:28 Creates a database snapshot via VACUUM INTO. Parameters args dbPath string snapshotPath string Returns void