Do you have the mount point for the external hard drive? If you run the mount command you should see it listed.
Then you would just use the cp command. cp -r /images/dirname /mountpoint/ Then, on the destination server: cp -r /mountpoint/dirname /images/ Mike On Aug 5, 2010, at 11:06 AM, Vicki M Sexton wrote: > > I want to copy images from one server to an external hard drive, > then paste those images from the external hard drive to the new server > > > -----Original Message----- > From: Mike Oliveri <[email protected]> > To: Tech-Geeks Mailing List <[email protected]> > Date: Thu, 5 Aug 2010 10:58:16 -0500 > Subject: Re: [tech-geeks] Copy FOG images from one server to another > > On the command line it's just /images > > > Go to /, then you'll see images if you run the ls command. > > > I used scp to copy across servers. For example: > > > scp -r /images/imagedirname r...@server:/images/ > > > This is running on the server the image is on with the destination being the > server to copy to. You'll have to add the server info to the first part if > you're sitting at the server you want to copy the image to: > > > scp -r r...@server:/images/imagedirname /images/ > > > The -r switch for scp is for recursive, which will copy everything within > that directory, including subdirectories. > > > Mike > > On Aug 5, 2010, at 10:48 AM, Vicki M Sexton wrote: > >> Can someone tell me exactly how to navigate to the /images directory on my >> fog server so that I can copy images from one server to another? >> TIA >> Vicki Sexton >> >> >> | Subscription info at http://www.tech-geeks.org | > > > | Subscription info at http://www.tech-geeks.org |
| Subscription info at http://www.tech-geeks.org |
