VinylxScratches
Golden Member
I'm struggling on how to do this...
When I connect to my Debian server via SSH, it doesn't request a password so I believe I have this done right.
Now I want to use Rsync. How do I incorporate the key?
This used to work... but since I have the key installed, it doesn't and I don't get how to modify it.
rsync -e "ssh" -rca --delete-after ~/Music/D USERNAME@10.100.1.105:~/Music
When I connect to my Debian server via SSH, it doesn't request a password so I believe I have this done right.
Now I want to use Rsync. How do I incorporate the key?
This used to work... but since I have the key installed, it doesn't and I don't get how to modify it.
rsync -e "ssh" -rca --delete-after ~/Music/D USERNAME@10.100.1.105:~/Music
Last edited: