From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miguel =?iso-8859-1?Q?Gonz=E1lez=20Casta=F1os?= Subject: rsync and ssh Date: Mon, 23 Jun 2003 18:46:55 +0200 Sender: linux-admin-owner@vger.kernel.org Message-ID: <3EF72EFF.9405B3C7@tid.es> Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-admin@vger.kernel.org dear all, I am considering to use a synchronization tool to synchronize the contents of some directories and mirror some directories from one server to another intranet server behind a dial-up connection. As you guys can imagine the speed of the connection is an issue and I am thinking of a system to send securely the data using some compression. the customer suggested rsync, I have looked through a little bit around the rsync website and see that there is ssh support for that tool. Which it would be setup for such system? Should i store the password of the user used for sshing the server in plain text in a file? Many thanks in advance Miguel