From owner-freebsd-questions@FreeBSD.ORG Thu Apr 3 12:29:10 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB68A37B401 for ; Thu, 3 Apr 2003 12:29:10 -0800 (PST) Received: from pan.gwi.net (pan.gwi.net [207.5.128.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02FF543FA3 for ; Thu, 3 Apr 2003 12:29:09 -0800 (PST) (envelope-from ah54@httpsite.com) Received: from andy.gwi.net (blake.gwi.net [207.5.142.8]) by pan.gwi.net (8.12.6/8.12.6) with ESMTP id h33KT90w021355 for ; Thu, 3 Apr 2003 15:29:09 -0500 (EST) (envelope-from ah54@httpsite.com) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: X-Homepage: http://www.nachoz.com X-PGP-Key: RSA-1024 http://www.nachoz.com/andy.pub X-System-Info-DB: PostgreSQL-7.3.2 X-System-Info-RT: rt-3-0-0 X-System-Info-WM: windowmaker-0.80.2 X-System-Info-httpd: apache-1.3.27_4 X-System-Info-OS: FreeBSD 4.7-RELEASE-p6 Date: Thu, 03 Apr 2003 15:29:09 -0500 (EST) Sender: aharriso@andy.gwi.net From: Andy Harrison To: freebsd Subject: Re: rdist vs rsync X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2003 20:29:11 -0000 -----BEGIN PGP SIGNED MESSAGE----- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ On 03-Apr-2003, Brian Henning wrote message "rdist vs rsync" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Greetings, > what are the major differences between rdist and rsync? is one of them > better > to use? > I have a directory that i am backing up with a crontab and the backup dir is > on > the same machine. > rdist can be run through ssh, which is useful. (i have no clue if rsync can or can't) Here's my little wrapper: bin/sdist: #!/bin/sh /usr/local/bin/rdist6 -P /usr/bin/ssh \ -p /usr/local/bin/rdistd \ $@ rdistd is the path to rdistd on the remote box. ~~ Andy Harrison ah##@httpsite.com ICQ: 123472 AIM/Y!: AHinMaine [full headers for details] -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQCVAwUBPoyZlFPEkLgodAWVAQGtzAP/Qu0pYaIVKST/Wybm1qCu4JJMsBNnE2x+ o4x8FR0OTN7r3/YzkyGQwxUhXqbUS5mdA+aHRW2/+ppY/vB5XXmW9SFSPCrQQgff AzRHu/fCKeiegd/0ZBcIVTC4fwagXnQVb0hzeDPjXeQ0T54V/vsxE47JNEZeLR2a ePGd6bTGuns= =idkp -----END PGP SIGNATURE-----