Having a issue with rsync I'm hoping someone can help me with.
I have a bash script with a bunch of rsync commands to back up some folders to my
file server. I recently installed a second drive that is mounted in media/Storage.
I think the permissions are right because I can ssh into the folder and write to it.
The following is the code I am using
Code: Select all
rsync -avz --delete /home/rob/Downloads/ 192.168.1.61:media/Storage/Pfd27/Downloads/
and I get this output
Code: Select all
sending incremental file list
rsync: mkdir "/home/rob/media/Storage/Pfd27/Downloads" failed: No such file or directory (2)
rsync error: error in file IO (code 11) at main.c(674) [Receiver=3.1.1]
I have tried everything I can think of and can't fine a answer with google.