[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] How do you transfer directory and files RAQ to RAQ with SSH ?
- Subject: Re: [cobalt-users] How do you transfer directory and files RAQ to RAQ with SSH ?
- From: "Zeffie" <cobaltlist@xxxxxxxx>
- Date: Tue May 6 15:54:00 2003
- Organization: http://www.zeffie.com/
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> I mean server.com/home/backup/* to be copied to
> server2.com/home/backup/*
>
> How can I copy datafrom one server to another?
with openssh installed....
scp -r /home/backup/* server2.com:/home/backup/
Zeffie
http://www.zeffie.com/