[1mSYNOPSIS[0m
[1mlcreate [22m[[1m-FilnNrTV[22m] [ -% | -q | -v ] [ [1m-c [4m[22mchecksum[24m ] [ [1m-h [4m[22mhost[24m ] [
[1m-p [4m[22mport[24m ] [ [1m-P [4m[22mca-pem-directory[24m ] [ [1m-t [4m[22mstored-name[24m ] [ [1m-U [4m[22muser[24m ] [
[1m-w [4m[22mauth-level[24m ] [ [1m-x [4m[22mca-pem-file[24m ] [ [1m-y [4m[22mcert-pem-file[24m ] [ [1m-z [4m[22mprivate-[0m
[4mkey-file[24m ] [ [1m-Z [4m[22mcompression-level[24m ] [4mcreate-able-transcript[0m
[1mDESCRIPTION[0m
[1mlcreate [22mreads and uploads a transcript and all corresponding files to
the radmind server.
[1mlcreate [22mverifies the size listed in the transcript with the actual size
of the file and stops on any differences. If the -F option is given,
[1mlcreate [22mwill store the file on the server and give a warning.
If the -n option is given, no files or transcripts are uploaded.
Instead, [1mlcreate [22mverifies that all files exist in the filesystem and
have the same size as listed in the transcript. If used with the -c
option, checksums are also verified.
If the -n option is given, no files or transcripts are uploaded.
Instead, [1mlcreate [22muses [1maccess[22m(2) to verify that all files in the tran-
script exist in the filesystem, are readable by the user and have the
same size as listed in the transcript. If used with the -c option,
rather than calling [1maccess[22m(2), checksums are caluclated to verify file
contents and user access.
If the -N option is given, indicating the transcript specified for
upload is negative, [1mlcreate [22mwill upload all corresponding files as zero
length.
If the -T option is given, [1mlcreate [22mwill upload the transcript only. No
corresponding files will be uploaded. The transcript's stored name is,
by default, the last part ( after the slash ) of the given path, or as
specified by the name given with the -t option. [1mlcreate [22mwill print (
to the standard output ) the entire protocol exchange with the radmind
server when the -v option is given.
By default, [1mlcreate [22mdisplays the percentage of bytes processed in a
format that can be passed directly to iHook.
[1mlcreate [22mstores a Macintosh HFS+ file's data and corresponding metadata
in a single [1mapplefile(5) [22mon the server. With the -N option, applefiles
are stored with a zero length resource fork, zero length data fork and
a creator type of RDMD. Systems running Mac OS X on UFS-formatted
drives do not need this special support.
[1mOPTIONS[0m
[1m-% [22mpercentage done progress output.
[1m-c [4m[22mchecksum[24m enables checksuming.
[1m-F [22mignore file size differences.
[1m-p [4m[22mport[24m specifies a port, by default [1m6662[22m.
[1m-P [4m[22mca-pem-directory[0m
specifies a directory that contains certificates to
be used when verifying the server. Certificates
must be in PEM format and the directory must have
been processed with the openssl c_rehash utility.
[1m-q [22msuppress all messages.
[1m-r [22muse random seed file $RANDFILE if that environment
variable is set, $HOME/.rnd otherwise. See
[1mRAND_load_file[22m(3o).
[1m-T [22muploads the transcript only, and [1mnot [22mthe correspond-
ing files.
[1m-t [4m[22mstored-name[24m specifies the name under which the transcript will
be stored when saved on the server.
[1m-U [4m[22muser[24m Specifes the user for user authentication. By
default, the login name returned by [1mgetlogin() [22mwill
be used.
[1m-V [22mdisplays the version of [1mlcreate[22m, a list of sup-
ported checksumming algorithms in descending order
of preference and then exits.
[1m-v [22mincrease the verbosity. -v produces one line for
each file stored on the server. -vv displays all
communication with the radmind server.
[1m-w [4m[22mauth-level[24m TLS authorization level, by default _RADMIND_AUTH-
LEVEL. 0 = no TLS, 1 = server verification, 2 =
server and client verification.
[1m-x [4m[22mca-pem-file[24m Certificate authority's public certificate, by
default _RADMIND_TLS_CA. The default is not used
when -P is specified.
[1m-y [4m[22mcert-pem-file[24m Client's public certificate, by default _RAD-
MIND_TLS_CERT.
[1m-z [4m[22mprivate-key-file[0m
Client's private key, by default _RADMIND_TLS_CERT.
[1m-Z [4m[22mcompression-level[0m
Compress all outbound data. compression-level can
be between 0 and 9: 1 gives best speed, 9 gives best
compression, 0 gives no compression at all (the
input data is simply copied a block at a time).
Man(1) output converted with
man2html