From owner-freebsd-questions Fri May 18 8:22:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id BCC8D37B42C for ; Fri, 18 May 2001 08:22:20 -0700 (PDT) (envelope-from lplist@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1003) id 585F755407; Fri, 18 May 2001 08:13:12 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by q.closedsrc.org (Postfix) with ESMTP id 487AB51610; Fri, 18 May 2001 08:13:12 -0700 (PDT) Date: Fri, 18 May 2001 08:13:12 -0700 (PDT) From: Linh Pham To: Walter Betancourt Cc: Subject: Re: simple back up method In-Reply-To: <4.2.2.20010518110228.00c6d7d0@pop3.palace.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2001-05-18, Walter Betancourt scribbled: # Is it practical or possible, to have this method ftp or however, to send # backup to remote system to have an update replacement available ? You can probably do something like... tar cfzR /file_to_backup_to.tar.gz /path_to_backup and then use rcp or scp to copy it over to another machine (the latter is included with OpenSSH and transfers the file through an SSH connection). -- Linh Pham [lplist@closedsrc.org] // 404b - Brain not found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message