[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] Transfer out files question



Hi,

 

I have a question regards to how the transfer out files work.  Currently on the execute machine, I have two folders A and B, both contains a considerable amount of data, the two directories both have a file named âmyfile.txtâ. It would be like this:

A/myfile.txt and B/myfile.txt. Instead of transferring whole directories (A and B) back to the submit machine, I only want to transfer A/myfile.txt, B/myfile.txt. So far, I have tried the following:

 

TRANSFER_OUTPUT_FILES = A/myfile.txt/, B/myfile.txt/

 

Unfortunately, it did not work. I was wondering if there is a way for me to only transfer the desired files back?

 

Appreciate your help!

 

Best,

Bowen