TotalNET Advanced Server 5.2 Reference Manual

tndirck

Do not use tndirck for synchronizing TAS shadows files; use "tnvolck". The tndirck command exists for backward compatibility only and will not appear in TAS 5.3.

This command finds the TAS volumes in which the given directories reside. Each directory must reside in one TAS volume. This command passes the volumes as variables and invokes the tnvolck command. The tnvolck command then performs the actual checking and synchronization of TAS shadow files.

Location

TNHOME/usr/bin

Usage

tndirck [-f] [-i] [-p] [-R] dir...

Options

-f 

Do not prompt for confirmation before converting file names, and assume an answer of yes to all questions asked by tndirck. By default, tndirck behaves as if you define the -i and -R options.

-i 

Prompt for confirmation before each phase of the clean-up process. 

-p 

Suppress file-name conversion. 

-R 

Clean up shadow files in a specific directory and in every sub-directory under it. By default, tndirck behaves as if you define the -i and -R options.

dir

Specify a directory. 

Examples

  1. Use the following command to check and clean up shadow files in the directory /usr/backup96:


    tndirck /usr/backup96
  2. Use the following command to check and clean up the directory /home/simon/testing without prompting for user confirmation:

    tndirck -f /home/simon/testing
  3. Use the following command to check and clean up the directory /usr/bin/andromedia and suppress the file name conversion:


    tndirck -p /usr/bin/andromedia