Is there a way to use plink with rsync on Windows?
Fresh3 days ago
Mar 15, 20264907 viewsConfidence Score0%
0%
Problem
I use rsync to sync files between a local directory and a remote host. I also use plink to automate my SSH passphase entry. What I can't figure out is how to use rsync with plink. This is what I think the syntax should be: But I get "Access Denied" messages. Is there a way to do this? Is it simple?…
Error Output
rsync -args --rsh="plink user@remote" local_dir/ :/remote_dir
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Is there a way to use plink with rsync on Windows?
Low Risk
It seems to be an incompatibility in stdin/stdout redirection between cygwin and native Win32 programs. Someone has managed to make a wrapper that solves the problem: http://diario.beerensalat.info/2009/08/18/new_cygnative_version_1_2_for_rsync_plin…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix