I am tried finding the answer to my question on the board but couldn’t find anything. I have trying to sync a particular folder onto my WD MyBookLive using rsync. I have done this before with the same file, but didn’t leave myself adequate instructions on how to replicate it. When I first set up my SSH and performed the sync, my harddrive’s IP was different, so maybe this is causing my problem? The code I am punching into terminal is as follows:
nice rsync -va --dry-run -progress “/Users/andrewgendro/Documents/” root@ASGMyBookLive:“/shares/Andrews_Files/Andrew’s\ Macbook\ Backup”
I am not an experiance coder (if you couldn’t tell), so any help would be great, thanks!