electronicarts/EACopy

Level: robocopy vs eacopy

sergeevabc opened this issue · 5 comments

C:\SOURCE
└── MEH

robocopy C:\SOURCE D:\BACKUP\SOURCE /e /xf * /lev:1

D:\BACKUP
└── SOURCE

but

eacopy C:\SOURCE D:\BACKUP\SOURCE /e /xf * /lev:1

D:\BACKUP       
└── SOURCE   
    └── MEH

Why eacopy does not respect lev switch here?

@honkstar1 Any chance you are still working with/on EACopy and want to look into this issue?

@ben-may, not sure what you mean. I reported steps to reproduce the issue, asked the question about it, and have been waiting for an answer or a fixed binary to try.

@sergeevabc I meant that @honkstar1 is the expert here, I wanted to know if he was still willing to contribute to EACopy or not.

@sergeevabc we have a fix incoming for this, sorry for the long delay!

This is fixed in the latest v1.14 release.