I have mounted my google drive in ubuntu nad want to rsync my pictures.
I issue the command
rsync -Parvhz folder1 /home/me/GoogleDrive/Pictures/
it transfer them all. Then I re-issue the command and it again sends the whole files, though nothing has changed.
Isn't rsync suppose to transfer the diffs? Am I doing something wrong?
What I intended to do is run a cron job to rsync the whole 130GB folder to google drive every night since I rarely put photos in there. But if I have to upload again all files then we have a problem!
Thanks