XENON1T / cax

Simple data management tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scp creates new folder inside existing one

pdeperio opened this issue · comments

Underlying scp command is like scp ${LOCAL}/160905_1346 ${REMOTE}/160905_1346, so if the remote has not been cleaned up before retrying it creates a directory ${REMOTE}/160905_1346/160905_1346.

Should be using rsync or gfal-copy or Rucio now.