This is the code I am using to see if it works. If I go into Gnome Shecduled Tasks and set this to run every minute, nothing happens. If I press the run selected task button it works. I tried other time settings as well. Doesn't work.
rsync -r -t -v --progress --delete -s /media/Radiorecordings/Poland 2006 pictures /home/randy/Desktop/test3
If I try this code, it works fine. Is it because I am trying to sync from my external USB drive to a folder in my Desktop folder Home directory?
rsync -r -t -v --progress --delete -s /home/randy/Desktop/test1/ /home/randy/Desktop/test2


