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

File Migration Agent administrator guide 83
MIGRATE
The MIGRATE command explicitly migrates a file to the specified archive.
Synopsis
Description
This command creates copies of file data on alternate locations. The data remains on the local hard disk.
Options
FMACLI Mig[rate] [--help | -h]
[{--logfile | -L} <logfile>
[--log-info-messages | -V]]
[--verbose | -v]
[<file>] | [{--filelist] | -f} <filelist>]
[{--recursive | -r} <path>]
[--oem-file-format | --unicode-file-format |
--ansi-file-format | --utf8-file-format]
[{--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]
[{--archive | -a} <arc>] | [--archives <arc1,...>]
[{--maximum-copies | -n} <copies>]
[--release]
[-F <outlist>]
Table 22 MIGRATE command options
Options Description
--help Displays the online help for the MIGRATE 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
--verbose Verbose mode
(display informational messages)
-v
<file> Specify a file name. The usage of wildcards like * or ? is possible.
--filelist <filelist> Specify an input file list (default: stdin). Files in the file list are
separated by CR/LF. File names can be relative or fully qualified. If you
plan to run scripts, use fully qualified names only.
-f <filelist>