On Wed, 31 Oct 2012 17:26:06 +0000
Dominic Raferd <domi...@timedicer.co.uk> wrote:

> You only need the --remote-schema because you are connecting to a
> non-standard port, the normal connection assumes tcp port 22;
> rdiff-backup does not have a -p option but using remote-schema in
> this way achieves the same thing.

Just to add, the --remote-schema option could be avoided if you add a
Host definition to ~/.ssh/config with the appropriate port setting,
e.g.:

  Host foo.example.com
  Port 1234

Then you can just use that hostname, and it should Just Work, with no
need to mess with --remote-schema, or with the -p option when using ssh
directly).



-- 
David Precious ("bigpresh") <dav...@preshweb.co.uk>
http://www.preshweb.co.uk/     www.preshweb.co.uk/twitter
www.preshweb.co.uk/linkedin    www.preshweb.co.uk/facebook
www.preshweb.co.uk/cpan        www.preshweb.co.uk/github



_______________________________________________
rdiff-backup-users mailing list at rdiff-backup-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki

Reply via email to