• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Rsync + key issue

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
 
Last edited:
You might try specifying a specific user but I've never used the rsh command from within rsync.

"ssh -l username"
 
Last edited:
Back
Top