ATTENTION MVPs!!! - ROBOCOPY questions!!!

  • Thread starter Carlos Felipe França da Fonseca
  • Start date
C

Carlos Felipe França da Fonseca

Guys, let's create a brainstorm about ROBOCOPY!!!

If I have the same files in server A and in server B, but the files in
server B are newest (has newest content) than in server A:

1. If I change the NTFS permissions on the files in server A and,
imediatelly, I run a ROBOCOPY from server A to server B copying only
unexistent files or files newest than in server B, would the files in server
B be overwritten for the files in server A only because the permissions has
been changed on the files in server A?

As far as I know, if we change NTFS permissions on a file, only the "Access
date" changes.

I need to know, then, if the modified "Access date" in a file in server A
would be a criteria to ROBOCOPY decide that this file is newest than the
file in server B, which has its content newest than the file in server A.

I need all possible opinions and answers!!!

Thanks in advance!!!

Felipe
 
M

Michael Bednarek

[snip]
I need to know, then, if the modified "Access date" in a file in server A
would be a criteria to ROBOCOPY decide that this file is newest than the
file in server B, which has its content newest than the file in server A.

Use the /L switch: "Lists files without copying, deleting, ..."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top