From: Michael Orlitzky <michael@orlitzky.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Finalizing my backup system
Date: Wed, 06 Oct 2010 21:45:02 -0400 [thread overview]
Message-ID: <4CAD261E.40800@orlitzky.com> (raw)
In-Reply-To: <AANLkTimL_126647nZxm8n+fb2pK1sa6h1eb7KqA39uHN@mail.gmail.com>
On 10/06/2010 05:43 PM, Grant wrote:
>
> I see what you're saying but don't I need to use the ssh command in
> order to use the rdiff-backup command?
>
> - Grant
>
You shouldn't have to, rdiff-backup does it on its own. When you execute
e.g.,
rdiff-backup /home username@backup.example.com::home
rdiff-backup will connect via SSH and launch that command specified in
the authorized keys file.
For that to work, you'll need password-less SSH to be the default when
connecting to the backup server. Here's what I have in my ~/.ssh/config
to force public key auth to backup.example.com:
Host backup.example.com
Hostname backup.example.com
IdentityFile ~/.ssh/backup_rsa
IdentitiesOnly yes
prev parent reply other threads:[~2010-10-07 1:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-26 19:13 [gentoo-user] Finalizing my backup system Grant
2010-09-26 20:07 ` [gentoo-user] " walt
2010-09-26 21:58 ` [gentoo-user] " Michael Orlitzky
2010-10-06 17:40 ` Grant
2010-10-06 19:46 ` Michael Orlitzky
2010-10-06 21:43 ` Grant
2010-10-07 1:45 ` Michael Orlitzky [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4CAD261E.40800@orlitzky.com \
--to=michael@orlitzky.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox