I have used bbcp a few times and absolutely love this tool every time I use it.
I am using the -I option to specify a list of input files, but I receive the following error for each file listed:
bbcp: No such file or directory processing
I have tried to supply relative and absolute paths to no avail. Of note, the same file listing works using rsync with the --files-from option:
rsync --files-from=list.txt . TARGET
Is there a specific spec for the format of fname for --infiles?
I have used bbcp a few times and absolutely love this tool every time I use it.
I am using the -I option to specify a list of input files, but I receive the following error for each file listed:
bbcp: No such file or directory processing
I have tried to supply relative and absolute paths to no avail. Of note, the same file listing works using rsync with the --files-from option:
rsync --files-from=list.txt . TARGET
Is there a specific spec for the format of fname for --infiles?