Hello,
I currently use a seedbox for downloading of torrents, I also have a home media server which I use for all of my TV's to connect to, every night, I have set up a cron job using rsync to bring in the content from the seedbox to the home server, using the following command rsync -avhzS --progress (my ftp account location). The problem is that I then use another script for organizing the files when they get to my server and the other script renames and moves them, when this happens rsync believes that they haven't been downloaded and downloads them again, is there some command in rsync that will keep a log of downloaded files so that even if they have been moved then it won't try to download them again?
Any thoughts on this are much appreciated,
Thanks and regards