Use the following command to check and clean up shadow files in the volume myvol:
tnvolck myvol |
Use the following command to check and clean up shadow files in the volume mybin, which has a substitutable path, and replace it with the path contained in the file /tmp/mydoc.txt:
tnvolck mybin:/tmp/mydoc.txt |
The /tmp/mydoc.txt path, an ASCII file, contains a list of directory names. Each line should contain a directory path name. For example, the file might contain the following entries:
/home/simon /home/steven /home/emily |
Use the following command to check and clean up all TAS volumes, as found in the TAS configuration file:
tnvolck -a |
Use the following command to check and clean up the volume saleorders and assume a yes answer to all questions:
tnvolck -y saleorders |
Use the following command to check the volume singular without performing directory synchronization or clean-up:
tnvolck -n singular |
Use the following command to check and clean up the volume spartacus without converting file names:
tnvolck -p spartacus |