BackupPC-users

Re: [BackupPC-users] is the rsync method encrypted by default?

2010-10-21 13:26:25
Subject: Re: [BackupPC-users] is the rsync method encrypted by default?
From: Carl Wilhelm Soderstrom <chrome AT real-time DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Thu, 21 Oct 2010 12:24:16 -0500
On 10/21 12:43 , Frank J. Gómez wrote:
> I'm backing up a host with:
> $Conf{XferMethod} = 'rsync';
> $Conf{RsyncClientCmd} = '$sshPath -q -x -l root $host $rsyncPath $argList+';
> 
> I'm not very familiar with running commands remotely via SSH; is the whole
> rsync transaction encrypted by virtue of being called this way, or are we
> just using SSH as a way to get to the host and execute commands on it?

rsync is using SSH as its 'transport mechanism'; so SSH builds the
connection, executes an rsync program on the other side, and provides a
tunnel for the data to travel down. It provides end-to-end encryption of the
process.

-- 
Carl Soderstrom
Systems Administrator
Real-Time Enterprises
www.real-time.com

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>