Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • so then your question is: "how do I backup only modified files without overwriting exiting files?". Simply put, you want to place files from location A into location B without overwriting any files in location B, but are concerned because the directory structure/filenames are identical. I'm just trying to gain clarification. Commented Dec 20, 2016 at 15:20
  • Kind of, more I would like to backup files from location A and location B, into location C. However there are alot of cross over in location A and B with the same file name, but I'm not sure whether they have been updated/modified - therefore if I move all files from location A -> C, and then B -> C, then some files from location B will overwrite the 'same' file from location A Commented Dec 20, 2016 at 15:57