MCPcopy Create free account
hub / github.com/CommE2E/comm / getBackupConfig

Function getBackupConfig

keyserver/src/cron/backups.js:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24};
25
26function getBackupConfig(): Promise<?BackupConfig> {
27 return getCommConfig({ folder: 'facts', name: 'backups' });
28}
29
30async function backupDB() {
31 const [backupConfig, dbConfig] = await Promise.all([

Callers 4

backupDBFunction · 0.85
deleteBackupFunction · 0.85
getSortedBackupInfosFunction · 0.85

Calls 1

getCommConfigFunction · 0.90

Tested by

no test coverage detected