*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
You will not have file system permissions to write into the default location for the Material Archive. Instead, you should create :
- Create a local directory
...
- Copy the files from the Tracer install location's MaterialArchive folder to that local directory
...
- (see example commands below).
- In the File → Properties menu dialogue, click on the Archives tab and set the directory you created as the Material Archive Directory.
After making the above changes, you may have to expand/collapse the tree in the left pane of TRACER a few times.
...
You can create a local copy of the archive using the following terminal commands:
...
| Code Block | ||
|---|---|---|
| ||
$ mkdir ~/MaterialArchive # Determine the TRACER version number with: $ ls -l /opt/local/TRACER # Substitute in the version number for <version_number> $ rsync -av /opt/local/TRACER/<version_number>/bin/MaterialArchive/ ~/MaterialArchive/ |
Manual and Videos:
...