Hello Everyone:
I am trying to set up rsync over ssh from my Xubuntu 20.04.2 system to a Raspberry Pi OS system (new install and updated). The ssh works fine. I have done rsync on the Pi, and know that that works. I tried to get rsync over SMB to work, but while it seemed to work, the results were not satisfactory. So now I am trying rsync over ssh. The drives are mounted via FSTAB to /home/public/user/DRIVES/ on both systems. These are multi terabyte external drives mounted via USB. Here is what I get.
Code:
rsync -rogvP --delete --ignore-existing --size-only --partial -s /home/public/users/MyDrive01/ pi@IPAddress:/home/public/users/5TBMyDrive01-BU
pi@IPAddress's password:
sending incremental file list
rsync: change_dir "/home/public/users/MyDrive01" failed: No such file or directory (2)
sent 24 bytes received 12 bytes 2.88 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1207) [sender=3.1.3]
I have tried a number of options sets. I have also tried a number of rsync configurations, following different recommendations from various websites after searching for the error statements. I have even added the source drives (the ones rsync seems to be complaining about) to my path. No joy.
Is this merely a syntax error, or am I missing something completely?
Thanks
Raccoon Strait
Bookmarks