rsync not working as expected
by lleb from LinuxQuestions.org on  (#5E28Y)
	I just build a new VM running Ubuntu 20.10.x I can ssh in/out I can rsync pull into the VM, but not push from the VM.
Code:rsync foo user@IP:/path/to/fooworks, but
Code:rsync user@IP:/path/from/foo . does not work. always gives no such path.
If i ssh into the computer I am wanted to pull the files from, that path is 100% correct and i can then push/pull files to/from the VM.
What do I need to check to resolve this issue?
Thank you
 
 
 
 

	
Code:rsync foo user@IP:/path/to/fooworks, but
Code:rsync user@IP:/path/from/foo . does not work. always gives no such path.
If i ssh into the computer I am wanted to pull the files from, that path is 100% correct and i can then push/pull files to/from the VM.
What do I need to check to resolve this issue?
Thank you