Vikas
Hi,
I am trying to send a file from my local system to my pod volume using this command
rsync -e "ssh -p 10234 -i /home/dell/ssh_keys/ssh_key_dell_Latitude_A4213.txt" -avP /home/dell/exp10/conda_env.zip [email protected]:/workspace/testing/
but when I run this I get this error
ash: line 1: rsync: command not found
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io. c(235) [sender=3.1.3]
when I asked the AI bot it showed me this command to run
rsync -e "ssh -p 10234" /home/dell/exp10/conda_env.zip [email protected]:/workspace/testing/
it asks me for the password but I don't have any password can anyone suggest to me what I m doing wrong
4 replies