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:
-containercache -- Cleanup container cache files.
-containercachepath -- Path to the container cache directory.
Default is SWD/containers.
-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.
To cleanup old log files in the /tmp and
/usr/tmp directory,
use:
% vovcleanup -host To cleanup log files and cache files in the project configuration directory,
use:
% vovcleanup -proj
If you want to first see which files are going to be cleaned up, use the
-n option as in:
% vovcleanup -proj -nCleaning rules can be modified in cleanup.config.tcl located in the Server Working Directory.