Date: Fri, 18 May 2001 08:13:12 -0700 (PDT) From: Linh Pham <lplist@closedsrc.org> To: Walter Betancourt <walt@betan.com> Cc: <freebsd-questions@freebsd.org> Subject: Re: simple back up method Message-ID: <Pine.BSF.4.33.0105180809240.24562-100000@q.closedsrc.org> In-Reply-To: <4.2.2.20010518110228.00c6d7d0@pop3.palace.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.33.0105180809240.24562-100000>