...
If you want to extract large amounts of data from ECFS, we would recommend you to transfer the files in the order in which they are written to tapes. This can be done with the '–order=tape' option of the ecp and emv commands. This option is also available for the els command,
Listing files - example
ecd ec:<ecfs_path_name> els -l --order=tape ec:2020010100/f* |
---|
Note that the path name given to 'els' should be relative. This command shows the files selected with the tape number they are written to together with their position on tape. Files on disk are have no tape information. E.g.:
# ECFS files on disk 2020100100/file1 # files on tapes |
---|
Getting files
ecd ec:<ecfs_path_name> cat>sourcelist<<eof ecp --order=tape -F sourcelist <local_directory> |
---|
Note that you have to use the '-F sourcelist' option.
...