This seems like a dumb problem to have but I'm struggling to figure out how to 
tell BackupPC to ssh into the cygwin client as a local user.

The backuppc account was created locally on the machine to be backed up, thus 
it does not exist in AD. I am able to log in using other AD accounts with no 
problem using the format:
ssh username@my-host

I can connect to this local account if I prepend the hostname in uppercase with 
a plus(+) sign, like this:
ssh MY-HOST+backuppc@my-host

but cannot get BackupPC to log in to this local account. I've tried prepending 
the above to RsyncSshArgs:
$sshPath -l MY-HOST+backuppc

but without success. The logs indicate that it tried to use:
/usr/bin/ssh\ -l\ MY-HOST+backuppc@my<file:///WINDEV16+backuppc@m>-host

I've tried escaping the + but then I get:
/usr/bin/ssh\ -l\ MY-HOST\\+backuppc@my-host
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to