3.2

Table Of Contents
Setting Options for Deletion
194
The
maxTime
option is especially useful. It allows a media manager to start the deletion process
late in the evening (or generally during low-load or no-load times) and specify a window for the
deletion. You can schedule the deletion before a backup starts or before use of the Interplay
Engine goes up in the morning.d
For example:
C:\Program Files\Avid\Avid Interplay Engine\Server>delete_kept_media.exe
user:Administrator psw:avid maxTime:300
This command starts a deletion process that will stop after 5 hours (300 minutes). The tool
displays its progress so that you can see how many assets were deleted. If you want to direct the
output of the tool to a file, append the following to the command:
>> output_file.txt
n
This tool is similar to delete_obsolete_rendered_effects.exe, which is described in the Interplay
ReadMe.
To run the Delete Kept Media tool:
1. On the Interplay Engine system (or for a cluster system, on the online node), open a
Windows Command Prompt.
2. Navigate to the location of the tool. For example, type
cd C:\Program Files\Avid\Avid Interplay Engine\Server
3. Type the command line for the tool and press Enter, using the following syntax:
delete_kept_media [user:] [psw:] [maxAssets:] [maxTime:]
If you want to direct the output of the tool to a file, append the following to the command:
>> output_file.txt
For example, to run the program for one hour and print the output in a file named results.txt,
type the following and press Enter:
delete_kept_media user:administrator psw:admin maxTime:60 >>results.txt
If you want to schedule the tool to run at a particular time, use a program such as Windows Task
Scheduler.