Link to home
Start Free TrialLog in
Avatar of blee5
blee5

asked on

Using robocopy across timezones

I need to have a small directory mirrored across two physical servers in two different time zones.  I was going to use robocop but I relaized that if a file gets modified on the server located on the west coast at 9pm est and then the file gets modified or deleted 1 hr later but on the server located on the west coast (pst).  The robocopy mirror will only apply changes that occured the east coast server and not the west coast server because of the time zone difference.  Is there a way to account for the timezone change or another utility i can use?
ASKER CERTIFIED SOLUTION
Avatar of CharliePete00
CharliePete00

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 blee5
blee5

ASKER

Okay greate.  If Im running a mirror,  from the new york server it should pick up files changes that occured on the LA server?
Yes...

...and if a file is changed at 5 PM in NY (10 PM UTC) and 3 PM in LA (11 PM UTC) the LA file is the last one changed
...but as always test it to before you put it into production