Hey everyone,
I wanted to use rsync to backup a few config files from the omv server to my win 10 local machine.
Setup of the remote push worked fine so far, except when I run it it says that it copies files but the sent and recieved bytes size is mismatching and on the recieving side no actual files are created:
Please wait, syncing </srv/dev-disk-by-uuid-f42bb887-736b-4ae1-87b4-3a71cff64bec/compose/> to <[<removed for privacy>@]192.168.178.32:backup_compose> ...
sending incremental file list
created directory [<removed for privacy>@]192.168.178.32:backup_compose
./
jellyfin/
jellyfin/Dockerfile
jellyfin/jellyfin.env
jellyfin/jellyfin.yml
jellyfish/
jellyfish/jellyfish.env
jellyfish/jellyfish.yml
sent 2,652 bytes received 192 bytes 5,688.00 bytes/sec
total size is 2,203 speedup is 0.77
The synchronisation has completed successfully.
END OF LINE
Display More
It works fine as local rsync but falls flat on remote.
The account verifycation is definitly correct
and the folder backup_compose is available in my network and the user that I'm using to access it has write permissions, I verified that with a different pc already.
Any ideas?
Edit: I did also try a different source folder into a different destination folder. Did not try a different destination pc, yet though.
Edit2: Tried it to different destianation pc - also win 10 - same outcome:
Please wait, syncing </srv/dev-disk-by-uuid-f42bb887-736b-4ae1-87b4-3a71cff64bec/compose/> to <[blub@]192.168.178.28:test> ...
sending incremental file list
created directory [blub@]192.168.178.28:test
./
jellyfin/
jellyfin/Dockerfile
jellyfin/jellyfin.env
jellyfin/jellyfin.yml
jellyfish/
jellyfish/jellyfish.env
jellyfish/jellyfish.yml
sent 2,646 bytes received 175 bytes 5,642.00 bytes/sec
total size is 2,203 speedup is 0.78
The synchronisation has completed successfully.
END OF LINE
Display More
Edit:
So I found where those rsyncs where executed. It created a bunch of folders in /
All named after the "[blub@]192.168.178.28:test" part - so the example given for a the destination folder in OMV Gui is not to be taken literally and the [] around user@ can't be part of it - got that by now, but I guess no reason not to point that out here.