table of contents
RAMANAGE(1) | General Commands Manual | RAMANAGE(1) |
NAME¶
ramanage - utility for argus file archive management
SYNOPSIS¶
ramanage [raoptions] -r filename
DESCRIPTION¶
Ramanage is a utility to handle the common tasks associated with managing long-term storage of argus data files. It provides three operations: compress, upload and delete. Compression is always gzip and is built into the command via libz. Uploads are handled by libcurl, if available, and handled by an external curl executable otherwise. Uploads use HTTPS for transport and can be authenticated with either BasicAuth or SPNEGO. On Windows systems, SPNEGO will provide Kerberos V5 authentication if the system is part of a Domain (and has a host key).
OPTIONS¶
Ramanage ignores most client options. It does pay attention to the "-f" option to read a configuration file, and requires a single "-r" option (only one file). The configuration must enable at least one command since all are off by default.
EXAMPLE INVOCATION¶
This example runs racount with a specific configuration file.
% ramanage -f ./ramanage-alt-config.conf \
-r argus.2012.02.13.17.20.00.out
AUTHORS¶
Eric Kinzie <eric@qosient.com>
SEE ALSO¶
ramanage.conf(5)
COPYRIGHT¶
Copyright (c) 2000-2024 QoSient. All rights reserved.
13 November 2023 | ramanage 5.0.3 |