HP StorageWorks File Migration Agent V2.1 administrator guide (T4274-96105, October 2006)

78 Operating
FIND
The FIND command creates a list of files selected according to a certain filter and saves it to a specified
file.
Synopsis
Description
The FIND command searches for files in a directory hierarchy by evaluating the given search criteria and
saves the absolute path and file name of the matching files to a file specified by the -F option. The -F
option is mandatory.
Options
FMACLI Find [--help | -h]
[{--logfile | -L} <logfile>
[--log-info-messages | -V]]
[<file>]
[{--recursive | -r} <path>]
[{--minimum-file-size | -S} <n>b|k|m|g]
[{--minimum-access-time | -A} <n>d|h|m|s]
[{--minimum-write-time | -W} <n>d|h|m|s]
[--exclude-system]
[--exclude-hidden]
[--exclude-read-only]
[--exclude-archive]
[--exclude-compressed]
[--ignore-files <ignorefile>]
[--storage-location {offline|online}]
-F <outlist>
[--oem-file-format | --unicode-file-format |
--ansi-file-format | --utf8-file-format]
Table 19 FIND command options
Options Description
--help Displays the online help for the FIND command.
-h
--logfile <logfile> Specifies a log file.
The log file must be specified with a fully qualified path. Log files are
created with the following (fixed) policies:
Maximum size is 4 MB. If the files grows bigger than 4 MB, the file
is switched.
Old log files are named as logfile.nnn, where the lowest
number contains the youngest file:
logfile.log -> logfile.000 -> logfile.001 -> ...
-L <logfile>
--log-info-message Write informational messages to log file. This option is meaningful only
in combination with the -L / --logfile option.
(Default: only errors are written to log)
-V
<file> Specify a file name. The usage of wildcards like * or ? is possible.
--recursive <path> Recursion into subdirectories starting at <path>.
-r <path>
--minimum-file-size <n>b|k|m|g Define a minimum file size (n) for the specified operation.
The value can be specified in bytes (b), kilobytes (k), megabytes (m), or
gigabytes (g).
-S <n>b|k|m|g