Link to home
Start Free TrialLog in
Avatar of ROM
ROMFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Robocopy - stuck on bogus files.. can I skip whilst running

Hey..

I have the wait 30 seconds on a robocopy thats done many many gigs.

Can I just skip current file as its NOT open.. its a rubbish error. I have not set max retries, just went with:
robocopy <source> <destination> /e /zb /dcopy:T /sec /copyall

Don't want to do again as I assume robocopy does not start where it was terminated.

Many thanks in advance.. I am against the wire.. so look forward to a quick response.

Cheers T
Avatar of Tony Giangreco
Tony Giangreco
Flag of United States of America image

use the XF file to ignore it.
Avatar of ROM

ASKER

But I am already running and it is stuck. I'm familair with xf switch.

I don't want to cancel and start again.

How do I get around this without losing the 5 hours already invested in it. (I have 4x running... 2x are stuck).

Thanks

R
I've never seen any method of modifying a running robocopy job without killing it, updating the script and rerunning it.

We run robocopy jobs nightly over USB 3.0 connections moving over 400 gigs of backup files within 1.5 hours.  I suggest upgrading your connections. It may shorten all future run times.
Avatar of ROM

ASKER

What happens if I end... can I then start and it will contionue or skip everything already done.
Thx
ASKER CERTIFIED SOLUTION
Avatar of Tony Giangreco
Tony Giangreco
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ROM

ASKER

I was able to unlock the file in the end with an unlocking util... so Robocopy is still going so cannot test if I can skip etc...
However, take your word for it.. Thanks for the response
Avatar of ROM

ASKER

Assuming answer correct as I resolved issue myself via a different method.