Keepuptodate keeps transfering files it has already transfered
Hi. I have a working script which keeps a remote ftp-server directory up to date with a local directory. It sees changes in the local directory, copies the new files and folder structure to the remote one and then waits for changes again. The problem is that when a new file is added, which happens every minute, it copies the new file together with all the other files that were copied since the script started running. Is there a way to copy only the recently added file and not the files that were already copied to the server?