Skip to content

Copy Database Directory

Copies the database files to another directory.

Permissions

Command KindNeeded User Kind
SystemAdmin, Sys, SysTech

Parameters

NameTypeDescriptionRequiredDefaultValues
DirectorystringDirectory on the server where the files are saved.yes
ClearbooleanIf 'True' all files in the directory are deleted. The default value is 'False'.nofalse
SavebooleanIf 'True' the database is saved before copy. The default value is 'False'.nofalse

Result

No fields

Code

text
COPY DATABASE DIRECTORY
DIRECTORY=[string, Needed]
CLEAR=[boolean, default=false]
SAVE=[boolean, default=false]