duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Duplicity-talk] Non-standard ssh configurations


From: Keith Edmunds
Subject: [Duplicity-talk] Non-standard ssh configurations
Date: Tue, 5 Aug 2003 10:46:18 +0100

I have a remote server I backup to, currently using rdiff-backup but I
want to move to duplicity. I've tested duplicity locally and it looks
good.

The problem is that ssh on the remote system is not tied to port 22, but
444. I have a ~/.ssh/config file which looks something like this:

=============================
host backup
    hostname abc.def.ghi.jkl
    port 444
=============================

This allows both of the following commands to work:

# ssh backup
# scp this_file address@hidden:

A couple of questions:

1. Can duplicity backup using scp over a non-standard port?
2. If so, what is the command line syntax?

Thanks,

-- 
Keith Edmunds




reply via email to

[Prev in Thread] Current Thread [Next in Thread]