Re: Copy folders / data from older server
- From: General Schvantzkopf <schvantzkopf@xxxxxxxxx>
- Date: Thu, 06 Mar 2008 14:46:17 -0600
On Fri, 29 Feb 2008 12:28:26 -0800, smlunatick wrote:
I need to transfer several folders, sub-folders and files from a failing
SCO server over to a new Red Hat server. Unfortunately, the DAT 72
drive does not seem to like the older DAT 2 cartridge so reading off a
type "seems" to be out. I have tried with ftb but it does not seem to
create the folders "on the fly" as the files transfer.
What can I look at?
You can use rsync which will copy the whole tree,
rsync -r -t -l foo destination:/bar
Or you can tar everything up and then rsync the tar file over to the new
system.
tar -cvf foo.tar foo
.
- Prev by Date: Linksys EG1032 Problem
- Next by Date: Trouble with Fedora 8 Servers
- Previous by thread: Re: Copy folders / data from older server
- Next by thread: Re: Linux, mySQL and e-mail server question
- Index(es):
Relevant Pages
|