hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Hosting Security and Technology : Copy directory structure 90 times
Reply

Hosting Security and Technology Configuring and optimizing web hosting servers and operating systems, developing administration scripts, building servers, protecting against hackers, and general security (SSL certificates, etc.)
Forum Jump

Copy directory structure 90 times

Reply Post New Thread In Hosting Security and Technology Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 08-06-2003, 06:08 AM
Scotty_B Scotty_B is offline
Web Hosting Guru
 
Join Date: Jan 2002
Posts: 310

Copy directory structure 90 times


I have a directory and need to copy it(and its subdirs) to 90 other directorys.

For example assume I have

/home/maindir/public_html

I need to replicate this to 90 other directories, I'm thinking the best way would be to create a text file with all the directories it needs to goto eg

/home/1/public_html
/home/2/public_html
/home/3/public_html
etc.

But really I dont know what to do so any pointers?

Hope I have provided enough info.

Cheers

Reply With Quote


Sponsored Links
  #2  
Old 08-06-2003, 06:35 AM
Slidey Slidey is offline
Web Hosting Master
 
Join Date: Apr 2003
Location: UK
Posts: 2,560
for x in `cat txtfile`; do cp -R /home/maindir/public_html $x; done

then put them all in a txt file one line at a time (or each with a space between)

or you could do cp -R /home/maindir/public_html /home/1/public_html /home/2/public_html /home/3/public_html etc

or you could be cleverer and do something with seq (i forget the exact syntax, ive given you 2 options already anyway!)

Reply With Quote
  #3  
Old 08-06-2003, 08:56 AM
Scotty_B Scotty_B is offline
Web Hosting Guru
 
Join Date: Jan 2002
Posts: 310
Thanks, just what I was looking for

Reply With Quote
Sponsored Links
Reply

Related posts from TheWhir.com
Title Type Date Posted
Windows Azure Offers Active Directory in General Availability Web Hosting News 2013-04-09 14:09:20
50c21c1c-1d94-4ed4-adac-26fa45a79943 Listing 2013-03-05 18:26:32
New Structure Research Paper Analyzes Web Hosting and Cloud Trends Web Hosting News 2012-11-26 14:01:42
Zetta Launches Appliance-Free Hybrid Smart Cloud Backup Solution Web Hosting News 2012-10-23 16:29:27
Website usability – 10 tips for getting it right Blog 2012-04-27 14:11:03


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?