You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One can also set IFDH_FORCE= in the environment rather than using
---force=
This should do:
* multiple copies with one lock
* transparently use:
cpn
srm --- srmcp (via bestman)
gridftp --- globus_url_copy (via bestman)
expftp --- globus_url_copy (via per-experiment gridftp server, files
owned by the user who submitted the grid job)
as appropriate.
ifdh mv
should do the same, but remove the source files when/if the copy is
successful.
Note that using -r with ---force=srm is an error.
Issue: plain cp / cpn will copy a source file to a destination
directory, but neither
srmcp nor globus-url-copy will. So to enforce using -D when the
destination is a directory,
we should probably make it fail even if using CPN, if the destination is
a directory but you did
not specify -D.