Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > RedHat

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-29-2008, 07:28 PM
smlunatick
 
Posts: n/a
Copy folders / data from older server

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?
Reply With Quote
  #2 (permalink)  
Old 03-01-2008, 05:31 PM
ERACC
 
Posts: n/a
Re: Copy folders / data from older server

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?


I would use c-kermit to do this. There are binaries and source for both
systems available from The Kermit Project at Columbia University.

http://www.columbia.edu/kermit/

While c-kermit is "free" to download and use I recommend buying the
manual for it as that is how the project supports itself. If you want to
follow-up with folks that know more about c-kermit then subscribe to the
comp.protocols.kermit.misc newsgroup. I have added that group to this
reply.

Gene (e-mail: gene \a\t eracc \d\o\t com)
--
Mandriva Linux release 2007.1 (Official) for i586
Got Rute? http://www.anrdoezrs.net/email-25465...sbn=0130333514
ERA Computers & Consulting - http://www.eracc.com/
Preloaded PCs - eComStation, Linux, FreeBSD, OpenServer & UnixWare
Reply With Quote
  #3 (permalink)  
Old 03-03-2008, 03:27 PM
smlunatick
 
Posts: n/a
Re: Copy folders / data from older server

On Mar 1, 1:31*pm, ERACC <junkm...@eracc.com> wrote:
> 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?

>
> I would use c-kermit to do this. There are binaries and source for both
> systems available from The Kermit Project at Columbia University.
>
> http://www.columbia.edu/kermit/
>
> While c-kermit is "free" to download and use I recommend buying the
> manual for it as that is how the project supports itself. If you want to
> follow-up with folks that know more about c-kermit then subscribe to the
> comp.protocols.kermit.misc newsgroup. I have added that group to this
> reply.
>
> Gene (e-mail: gene \a\t eracc \d\o\t com)
> --
> Mandriva Linux release 2007.1 (Official) for i586
> Got Rute?http://www.anrdoezrs.net/email-25465...sbn=0130333514
> ERA Computers & Consulting -http://www.eracc.com/
> Preloaded PCs - eComStation, Linux, FreeBSD, OpenServer & UnixWare


Tried kermit but will not purchase the manual. This is a "one-shot"
deal so I will not ba using the kermit after this transfer.

Kermit does not do what I am looking for
Reply With Quote
  #4 (permalink)  
Old 03-03-2008, 03:58 PM
dold@90.usenet.us.com
 
Posts: n/a
Re: Copy folders / data from older server

In comp.protocols.kermit.misc smlunatick <yveslec@gmail.com> wrote:
> Tried kermit but will not purchase the manual. This is a "one-shot"
> deal so I will not ba using the kermit after this transfer.


I used kermit to do full hierarchy copies from one Unix system to another
every night for years. Maybe we misunderstand your need.

--
Clarence A Dold - Hidden Valley Lake, CA, USA GPS: 38.8,-122.5
Reply With Quote
  #5 (permalink)  
Old 03-03-2008, 04:22 PM
Dan Espen
 
Posts: n/a
Re: Copy folders / data from older server

smlunatick <yveslec@gmail.com> writes:

> 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?



Minor point, there are no "folders" on Linux,
you mean directories.

To accomplish what you want, most people
would create a compressed tar, copy the tar file with FTP,
then uncompress it.

If you want to do this in smaller chunks, look at rsync.
Reply With Quote
  #6 (permalink)  
Old 03-06-2008, 07:39 PM
ERACC
 
Posts: n/a
Re: Copy folders / data from older server

On Mon, 03 Mar 2008 08:27:40 -0800, smlunatick wrote:

> 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. Â*[...]

[...]
> Tried kermit but will not purchase the manual. This is a "one-shot"
> deal so I will not ba using the kermit after this transfer. Kermit does
> not do what I am looking for


The c-kermit *I* use from Columbia University *will* copy entire trees
from one system to another over any data connection I can make between
them. Which one did *you* try? Did you even *try* the c-kermit software
from Columbia University? Get it, load it up, type "help send" and "help
get" then read all the options paying attention to "/RECURSIVE". If that
will not do what you said you want then you misstated what you want.

Gene (e-mail: gene \a\t eracc \d\o\t com)
--
Mandriva Linux release 2007.1 (Official) for i586
Got Rute? http://www.anrdoezrs.net/email-25465...sbn=0130333514
ERA Computers & Consulting - http://www.eracc.com/
Preloaded PCs - eComStation, Linux, FreeBSD, OpenServer & UnixWare
Reply With Quote
  #7 (permalink)  
Old 03-06-2008, 07:46 PM
General Schvantzkopf
 
Posts: n/a
Re: Copy folders / data from older server

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



Reply With Quote
  #8 (permalink)  
Old 03-23-2008, 12:33 AM
s. keeling
 
Posts: n/a
Re: Copy folders / data from older server

Dan Espen <daneNO@MORE.mk.SPAMtelcordia.com>:
> smlunatick <yveslec@gmail.com> writes:
>
> > 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?

>
> Minor point, there are no "folders" on Linux,
> you mean directories.
>
> To accomplish what you want, most people
> would create a compressed tar, copy the tar file with FTP,
> then uncompress it.


Besides the tarball method there's scp -r somedir somehost:/some/dir
or scp -r somehost:/some/dir somedir

Install private keys on both, and your only problem is which machine
that prompt you're looking at is talking to.


--
Any technology distinguishable from magic is insufficiently advanced.
(*) http://blinkynet.net/comp/uip5.html Linux Counter #80292
- - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me.
Reply With Quote
  #9 (permalink)  
Old 03-23-2008, 12:33 AM
s. keeling
 
Posts: n/a
Re: Copy folders / data from older server

Dan Espen <daneNO@MORE.mk.SPAMtelcordia.com>:
> smlunatick <yveslec@gmail.com> writes:
>
> > 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?

>
> Minor point, there are no "folders" on Linux,
> you mean directories.
>
> To accomplish what you want, most people
> would create a compressed tar, copy the tar file with FTP,
> then uncompress it.


Besides the tarball method there's scp -r somedir somehost:/some/dir
or scp -r somehost:/some/dir somedir

Install private keys on both, and your only problem is which machine
that prompt you're looking at is talking to.


--
Any technology distinguishable from magic is insufficiently advanced.
(*) http://blinkynet.net/comp/uip5.html Linux Counter #80292
- - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me.
Reply With Quote
  #10 (permalink)  
Old 03-23-2008, 12:33 AM
s. keeling
 
Posts: n/a
Re: Copy folders / data from older server

Dan Espen <daneNO@MORE.mk.SPAMtelcordia.com>:
> smlunatick <yveslec@gmail.com> writes:
>
> > 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?

>
> Minor point, there are no "folders" on Linux,
> you mean directories.
>
> To accomplish what you want, most people
> would create a compressed tar, copy the tar file with FTP,
> then uncompress it.


Besides the tarball method there's scp -r somedir somehost:/some/dir
or scp -r somehost:/some/dir somedir

Install private keys on both, and your only problem is which machine
that prompt you're looking at is talking to.


--
Any technology distinguishable from magic is insufficiently advanced.
(*) http://blinkynet.net/comp/uip5.html Linux Counter #80292
- - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me.
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > RedHat


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 02:25 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109