⚙️
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 Help

Syntax

Tell DSAK Help

Function

Shows help screen with all available commands

Parameters

None

Example

> Tell DSAK Help
16.02.2024 15:19:46   DSAK: ---Domino Server---
16.02.2024 15:19:46   DSAK: SrvInfo                      Show various server information
16.02.2024 15:19:46   DSAK: SrvStats {Enable/Disable}    Show server statistics or enable/disable hourly display
16.02.2024 15:19:46   DSAK:
16.02.2024 15:19:46   DSAK: ---Database File---
16.02.2024 15:19:46   DSAK: DBFind query                 Find databases matching query (in filename or database title)
16.02.2024 15:19:46   DSAK: DBInfo filename              Show detailed database information
16.02.2024 15:19:46   DSAK: DBCopy filename newfilename  Create new database copy (without documents)
16.02.2024 15:19:46   DSAK: DBCreate filename [template] Create empty database [from template file]
16.02.2024 15:19:46   DSAK: DBDelete filename            Delete the database (Warning: No recovery possible)
16.02.2024 15:19:46   DSAK: DBEncrypt filename           Encrypt the database with Server-ID (AES-256)
16.02.2024 15:19:46   DSAK: DBDecrypt filename           Decrypt the database
16.02.2024 15:19:46   DSAK: DBSign filename              Sign database with server id (only existing signatures).
16.02.2024 15:19:46   DSAK: DBDesignLock filename On/Off Enable/Disable database design locking
16.02.2024 15:19:46   DSAK:
16.02.2024 15:19:46   DSAK: ---Database Size Quota---
16.02.2024 15:19:46   DSAK: DBQuotaSet filename nnn      Set new database size quota (in MB, 50 - 10000)
16.02.2024 15:19:46   DSAK: DBQuotaClear filename        Remove size quota from database
16.02.2024 15:19:46   DSAK:
16.02.2024 15:19:46   DSAK: ---Database Cluster---
16.02.2024 15:19:46   DSAK: DBCLOnline filename          Put (cluster) database in online state
16.02.2024 15:19:46   DSAK: DBCLOffline filename         Put (cluster) database in offline state
16.02.2024 15:19:46   DSAK:
16.02.2024 15:19:46   DSAK: ---Database Full-Text Index---
16.02.2024 15:19:46   DSAK: DBFTCreate filename          Create full-text index for database (Attachments: Yes, Encrypted Fields: Yes)
16.02.2024 15:19:46   DSAK: DBFTUpdate database          Update full-text index of database
16.02.2024 15:19:46   DSAK: DBFTRemove filename          Remove full-text index of database
16.02.2024 15:19:46   DSAK:
16.02.2024 15:19:46   DSAK: ---Database Replication---
16.02.2024 15:19:46   DSAK: DBReplEnable filename        Enable database replication
16.02.2024 15:19:46   DSAK: DBReplDisable filename       Disable database replication
16.02.2024 15:19:46   DSAK: DBReplClear filename         Clear database replication history
16.02.2024 15:19:46   DSAK:
16.02.2024 15:19:46   DSAK: ---Database Document---
16.02.2024 15:19:46   DSAK: DBDocDelete filename docId   Delete document by NoteID or UniversalID
16.02.2024 15:19:46   DSAK:
16.02.2024 15:19:46   DSAK: ---Miscellaneous---
16.02.2024 15:19:46   DSAK: Help/?                       Display this help screen
16.02.2024 15:19:46   DSAK: Quit/Q                       Terminate DSAK
16.02.2024 15:19:46   DSAK: Help!                        Display help screen from JAddin framework

Last updated 1 year ago

💻