DBBackup - Create database backup
Requirements: Closed (unused) database
The DBBackup process works similar as the BackupDB utility. It allows creating a backup file from a server database. The exact database path (db_path) has to be provided as well as the path for the backup file (bu_file). File names may contain option variables enclosed in %...%
DBBackup DB|Database=db_path;
[ BF|BackupFile=bu_file; ]
Definition:
db_path - The symbolic database path defines a file catalog name or the database location on the server, in which case the resolved path must be a valid server path.
bu_file - The symbolic file location refers to the path where the backup file will be stored. The location must be a valid path or file catalog name on the server and accessible with server rights.

