Restore database backup
Requirements: Closed (unused) database
The DBRestore process works similar as the RestoreDB utility. It allows restoring a backup file to a 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 %...%
When calling this process in a server environment, clients should be killed before running the process (KillAll).
DBRestore DB|Database=db_path;
[ BF|BackupFile=bu_file; ]
db_path - The database path defines a file catalog name or the database location on the server, in which case the path must be a valid server path.
bu_file - The location is the server path where the backup file to be restored has been stored. The location must be a valid path or file catalog name on the server and accessible with server rights.

