You saw above that the project files--including the database file--could be automatically backed up by your regular tape back-up procedures as long as the project database file was not open.
However, you need a different procedure for working with multi-user database files. Because the database server program is constantly running, it constantly has the database (.db) file itself locked so that other processes, such as the tape back-up program, cannot access it. As such, you cannot copy it directly unless you stop the database server program.
One way of backing up the database while it is running is to use the Sybase Central back-up utilities to make a copy of the database and its log file. Since these copies are not in use, they are accessible to your regular tape backup or other file back-up procedures.
\archibus\projects\MyProjectBackup\data
.If you do not know the name assigned to your database server computer, you can find out by using the Windows Control Panel, selecting the Network options, and looking up the Computer Name value on the "Identification" tab.