Add a Trail

When you create, or add, a trail, you do not physically create any files on disk. The files are created automatically by an Extract process. Rather, you specify the name of the trail and associate it with the Extract group that writes to it.

You can add a trail, while you add an Extract from the Administration Service. See Add an Extract.

To add a trail from the command line interface, issue the following command on the source system:

ADD {EXTTRAIL} *pathname*, EXTRACT *group* [, MEGABYTES n]

This syntax includes:

Example: Create a Local Trail

This example creates a local trail named /ggs/ea for Extract group exte.

ADD EXTTRAIL /ggs/ea, EXTRACT exte

You can also create a local trail using REST API. For more information, see Create Trail.