⚙️
Domino Swiss Army Knife
  • DSAK - Domino Swiss Army Knife (Freeware)
  • Quick Start
    • 🚀Installation and Usage
    • ⬇️Downloads
    • ❓FAQ
  • Command Reference
    • 💻Command SrvInfo
    • 💻Command SrvStats
    • 💻Command DBFind
    • 💻Command DBInfo
    • 💻Command DBCopy
    • 💻Command DBCreate
    • 💻Command DBDelete
    • 💻Command DBEncrypt
    • 💻Command DBDecrypt
    • 💻Command DBSign
    • 💻Command DBDesignLock
    • 💻Command DBQuotaSet
    • 💻Command DBQuotaClear
    • 💻Command DBCLOnline
    • 💻Command DBCLOffline
    • 💻Command DBFTCreate
    • 💻Command DBFTUpdate
    • 💻Command DBFTRemove
    • 💻Command DBReplEnable
    • 💻Command DBReplDisable
    • 💻Command DBReplClear
    • 💻Command DBDocDelete
    • 💻Command Help
Powered by GitBook
  1. Command Reference

Command DBCreate

Syntax

Tell DSAK DBCreate filename {template}

Function

Create a new blank database or a database from the specified template.

Parameters

  • filename: Full path and name of an existing database

  • template: Template file (optional)

Example

> tell DSAK DBCreate test1.nsf mail12.ntf
22.01.2024 17:24:10   Recovery Manager: Assigning new DBIID for C:\Program Files\HCL\Domino\data\test1.nsf (need new backup for media recovery).
22.01.2024 17:24:29   DSAK: Database test1.nsf created from template mail12.ntf (ACL -Default-: Manager)

Last updated 1 year ago

💻