0
For a solution, I'm looking for a basic tool that can copy files from location A to B. There is one major rule for this:
Only files in location A that where not there the last time the tool ran, need to be copied to location B.
I've looked into Robocopy. I saw the option to copy files from A to B. However, in location B, the files are deleted after they have been used. So robocopy keeps copiying them every time. I only need to have new files in location B.
Hope this is clear and there is a solution for my challenge.
1This won't work with most tools if you don't keep a history as you're deleting the files in the destinations. Alternatively you'd have to be selective about the timeframe and e.g. only run once every so often and only copy files since the last run. Which is very different from a regular sync. – Seth – 2020-02-21T10:52:15.860