Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Nov 2005 15:17:06 +0100
From:      albi <albi@scii.nl>
To:        freebsd-questions@freebsd.org
Subject:   Re: Secure File Copy
Message-ID:  <20051115151706.baed4945.albi@scii.nl>
In-Reply-To: <200511151509.13841.eayesta@portugalete.uned.es>
References:  <006301c5e9eb$2ea4b620$340a10ac@buzz> <200511151509.13841.eayesta@portugalete.uned.es>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 15 Nov 2005 15:09:12 +0100
Enrique Ayesta Perojo <eayesta@portugalete.uned.es> wrote:

> El Asteartea, 15 de Azaroa de 2005 14:47, Joshua Lewis escribi=C3=B3:
> > I have a FreeBSD 5.4 system and I have no way to back up the data.
> > I don't have a burner and I can't get one anytime soon. I do
> > however have a burner on my wifes G4 laptop. I have enabled SSH on
> > the FreeBSD system and I can SSH into the box from the Mac, However
> > I do not know how to copy the files I need to back up from the
> > FreeBSD system to the Mac. Thanks ahead of time for any help.
>=20
> Take a look at the scp man page, it works very similar to the cp
> command.

here's an example :
scp -r username_on_the_G4@ipaddress-of-the-G4:/path_to_files/ ~/

(instead of the ~/ in the end you can use a dot)

--=20
grtjs, albi
gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051115151706.baed4945.albi>