******************* This email originates from outside Imperial. Do not click on links and attachments unless you recognise the sender. If you trust the sender, add them to your safe senders list https://spam.ic.ac.uk/SpamConsole/Senders.aspx to disable email stamping for this address. ******************* Hi, I'm having a slight issue with copying a directory containing my simulation output files (which are pretty large) from the vo.moedal.org directory using the command dirac-dms-directory-sync<https://dirac.readthedocs.io/en/latest/UserGuide/CommandReference/DataManagement/dirac-dms-directory-sync.html> which is turning out to be a tedious time taking task. Is there an alternate faster way to do this for larger files? Currently, I'm using the following job submit file. JobName = "LFNDATA"; Executable = "SHNAME"; StdOutput = "std.out"; StdError = "std.err"; InputSandbox = {"SHNAME", "CFGNAME", "GANGANAME"}; InputData = {"DATA"}; OutputPath = "/70G_4gD_outputs/"; OutputData = {"*.root"}; OutputSandbox = {"*.root"}; OutputSE = "UKI-LT2-QMUL2-disk"; (the provided output path stores my output in the directory /vo.moedal.org/user/a/aditya.upreti/..) I wanted to know if there's a way to directly save the output of the GRID simulation to my local directory instead of having to copy it each time. I would like to save it to my lxplus or EOS directory such as /afs/cern.ch/user/a/aupreti/ or /eos/experiment/moedal/aditya/. I might be missing something trivial and would be glad if you can point me to it. Thank you. Best Regards Aditya Upreti