Start a Conversation

Unsolved

This post is more than 5 years old

3387

December 21st, 2013 03:00

EMCopy doesn't copy an open file?

Is it normal that EMCopy won't copy a (source) file if that file is open?

I ask only because Robocopy doesn't have this type of behaviour.

1 Rookie

 • 

20.4K Posts

December 21st, 2013 07:00

normal, and robocopy will skip open files as well. Try to open Outlook PST file and then try to copy it using robocopy.

December 21st, 2013 16:00

Robocopy has no problem to copy a .doc or and .mdb while it's open.

EMCopy insted, not only doesn't copy the file, but will also delete the eventual (old) copy you already had at the target destination!

1 Rookie

 • 

20.4K Posts

December 21st, 2013 16:00

what version of emcopy are you using ?

December 21st, 2013 17:00

4.14

1 Rookie

 • 

20.4K Posts

December 21st, 2013 17:00

December 22nd, 2013 03:00

Sorry, I made some confusion.

Robocopy will not (natively) copy open files (only shadowcopy of those files with the right software).

My problem with EMCopy is that it will delete the (old) destination file if the (new) source file is open!

Same with 4.16 version.

1 Rookie

 • 

20.4K Posts

December 22nd, 2013 06:00

what flags are you using with emcopy ?

December 22nd, 2013 16:00

emcopy64.exe \\server1\source \\server2\destination /r:0 /w:0 /o /i /s /c /de /xjd /purge /secforce

1 Rookie

 • 

20.4K Posts

December 22nd, 2013 21:00

yep, i see the same thing, i even try to remove a couple of flags but still the file on target share gets deleted. As soon as source file is closed it gets copied to target. I guess it depends what you are doing and why would you care about target file being deleted. If this is for migration, your final copy will be with users disconnected from source shares so that should not be an issue. Robocopy works just fine for migraitons, use it on win7 or win2k8r2 and add /mt: ..also don't forget to use /FFT

December 23rd, 2013 01:00

Maybe an option that sets to "not remove" files in the destination (when the source is locked) wouldn't be bad.

1 Message

January 7th, 2016 01:00

This link is not working

No Events found!

Top