3.2

Table Of Contents
Creating and Restoring Database Backups
52
For example, type the following and press Enter:
cd C:\Program Files\Avid\Avid Interplay Engine\Server
3. Type the following and press Enter:
backuparchive /L <archive>
Do not use the file extension when typing the name of the archive file. For example,
backuparchive /L
\\docisis\workspace3\AvidWG\_Backup\AvidWG_2008-05-04_01-00\_PropertySt
ore\streamed_prop
Make sure to type the command on a single line.
n
To direct the output of this command to a text file for easier review, add
> textfile.txt
to the
end of the command.
To unpack all streamed properties files:
t Type the following and press Enter:
backuparchive /U <archive> <destination folder>
Do not use the file extension when typing the name of the archive file. For example, the
following command unpacks all property store files into a temporary folder on the Interplay
Engine:
backuparchive /U
\\docisis\workspace3\AvidWG\_Backup\AvidWG_2008-05-04_01-00\_PropertySt
ore\streamed_prop D:\Workgroup_Databases\TempPropertyStore
Make sure to type the command on a single line.
To extract and restore specific streamed properties files:
t Type the following and press Enter:
backuparchive /E /P:<pattern> <archive> <destination folder>
Do not use the file extension when typing the name of the archive file. To define a pattern,
you can use the standard Windows syntax. For example, the following command extracts all
files whose names include Scr (screenshots) into a temporary folder on the Interplay Engine:
backuparchive /E /P:*Scr*
\\docisis\workspace3\AvidWG\_Backup\AvidWG_2008-05-04_01-00\_PropertySt
ore\streamed_prop D:\Workgroup_Databases\TempPropertyStoreScreenshots
Make sure to type the command on a single line.