The copy and paste of images seemed to work. I was at the first server, copied the images to the ext hard drive, went to the second server, and pasted them in the /images directory using Win SCP.
Vicki M. Sexton District Technology Coordinator Carmi-White County Schools Carmi, IL 62821 [email protected] From: [email protected] [mailto:[email protected]] On Behalf Of K Lesko Sent: Friday, August 06, 2010 3:26 PM To: Tech-Geeks Mailing List Subject: Re: [tech-geeks] Copy FOG images from one server to another Will permissions be a problem with the files that are moved via an external drive? Kevin On Fri, Aug 6, 2010 at 3:03 PM, Pam <[email protected]> wrote: Vicki, you have to be at the physical Fog server to see the images folder. There is no access remotely to this folder. thanks, Pam On Thu, Aug 5, 2010 at 11:06 AM, Vicki M Sexton <[email protected]> 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 | > -- Everything that happens to you is your teacher. The secret is to learn to sit at the feet of your life and be taught by it~Polly B. Berends~ "Do what you can while you can"~Rachel Mattson, age 7~ | Subscription info at http://www.tech-geeks.org |
| Subscription info at http://www.tech-geeks.org |
