vovcleanup
The utility vovcleanup is used to clean old log files from /tmp and from the server working 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:
-v -- Increase verbosity
-h -- This message
-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.
-host -- Cleanup log files in /tmp,/usr/tmp,/var/tmp
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.
% vovcleanup -host
% vovcleanup -proj
-n
option as in:
% vovcleanup -proj -n
Cleaning rules can be modified in cleanup.config.tcl located in the Server Working Directory.