TotalNET Advanced Server 5.2 Release Notes

Examples

  1. Use the following command to check and clean up shadow files in the volume myvol:


    # tnvolck myvol
    
  2. Use the command below 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, an ASCII file containing a list of directory names. Each line should in /tmp/mydoc.txt should contain a directory path name. For example, the file might contain the following entries:/home/simon, /home/steven, and /home/emily.


    # tnvolck mybin:/tmp/mydoc.txt
    
  3. Use the following command to check and clean up all TAS volumes, as found in the TAS configuration file:


    # tnvolck -a
    
  4. Use the following command to check and clean up the volume saleorders and assume a yes answer to all questions:


    # tnvolck -y saleorders
    
  5. Use the following command to check, but not perform directory synchronization or clean-up on, the volume singular:


    # tnvolck -n singular
    
  6. Use the following command to check and clean up the volume spartacus and suppress the file name conversion:


    # tnvolck -p spartacus