vovcleanup

Cleanup log files in host and project directory.


vovcleanup: Usage Message

DESCRIPTION:
    vovcleanup  -- Cleanup log files in host and project directory.
                   Rules can be customized in server working
                   directory(swd)/cleanup.config.tcl

                   An example of cleanup.config.tcl can be found here:
                   $VOVDIR/etc/ProjectTypes/generic/cleanup.config.tcl

OPTIONS:
    -h         -- Help usage message.
    -host      -- Cleanup log files in /tmp,/usr/tmp,/var/tmp.
    -n         -- Show files to delete, but do not delete them.
    -proj      -- Cleanup project log and temporary files. Empty profile and
                  wave subdirectories under SWD/data are also removed.
    -v         -- Increase verbosity.

EXAMPLES:
    % vovcleanup -host
    % vovcleanup -n -proj
    % vovcleanup -proj

SEE ALSO:
    vovcleandir      -- to cleanup old log files in a directory.
    nc clean         -- to cleanup old files generated by NetworkComputer.

Notes

Rules can be customized in server working directory(swd) /cleanup.config.tcl.

An example of cleanup.config.tcl can be found at $VOVDIR/etc/ProjectTypes/generic/cleanup.config.tcl.