User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Shell Scripting section within the Software Development category of DaniWeb, a massive community of 423,424 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,694 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Shell Scripting advertiser: Programming Forums
Views: 485 | Replies: 1 | Solved
Reply
Join Date: Nov 2007
Posts: 118
Reputation: k2k is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 0
k2k k2k is offline Offline
Junior Poster

backup directory

  #1  
May 22nd, 2008
would anyone please tell me how i cp the whole directory to another directory without the originalDir name....

ex: say the original contains multiple directory contains multiple directory.. and files how do i copy everything from one directory to another directory

i tried cp -r /home/henry/originalDir /home/henry/newDirectory..... however my newDirectory contains the directory originalDir........

how do i copy everything from the originalDir to the newDir?


by the way, what is the difference between cp and hard link? thank you
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Dec 2005
Posts: 3,602
Reputation: Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of 
Rep Power: 22
Solved Threads: 414
Colleague
Salem's Avatar
Salem Salem is offline Offline
void main'ers are DOOMed

Re: backup directory

  #2  
May 22nd, 2008
Perhaps
cp -r /home/henry/originalDir/* /home/henry/newDirectory
> by the way, what is the difference between cp and hard link?
A hard link isn't a copy of the file, but two directory entries pointing at the SAME part of the disk. Changing the file via one of them also changes the file as seen from the other link.

Also, to remove a file with say two hard links, you have to remove both directory entries.

It's a nice way of preventing accidental deletion, but it's no backup solution.
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
Do not PM me for help; You'll be ignored, or told to learn to read.
Do not ask me if I'm muslim - I'm not. Nor do I care about yours or anyone else's mysticism. Religion is a matrix, take the RED PILL.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb Shell Scripting Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the Shell Scripting Forum

All times are GMT -4. The time now is 2:04 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC