export default function grabDBBackupFileName({ config }) { return `${config.db_name}-${Date.now()}.sql`; }