*nix Question - How Do I Copy Entire Directory?

Superwormy

Golden Member
Feb 7, 2001
1,637
0
0
I know I can copy files with ' cp file1 file2 /directory/to/copy/to/

But how can I copy an entire directory and all its contents?


Also, how can I delete an entire directory and its contents? It always tell me ' Directory Is Not Empty ' is there a way to override that?


Using FreeBSD btw...
 

Sunner

Elite Member
Oct 9, 1999
11,641
0
76
man rm
man cp

rm -r will remove a directory and everything in it.
cp -r will copy recursively.

man is your friend.
 

DaHitman

Golden Member
Apr 6, 2001
1,158
0
0
If you want to make sure your doing a "duplication" with keeping permissions, ownership, and softlinks intact etc all correctly..

Do this:

cd /<source_directory>
find . -print | cpio -pdvm /<dest_dir>


Example: I want to copy /usr/src to /usr/local/src

cd /usr/src
find . -print | cpio -pdvm /usr/local/src



This is one of the best ways to copy an entire directory tree and ensure that you get an exact duplicate.
 

cleverhandle

Diamond Member
Dec 17, 2001
3,566
3
81
Originally posted by: Electrode
wow, you people sure make it sound complicated

cp -pr source destination

Yeah, no kidding. This version is perfectly fine. If you want to be really safe, use -pR instead of -pr, though in most cases this makes no difference.
 

Fallen Kell

Diamond Member
Oct 9, 1999
6,063
437
126
Or if you have a LOT of data that you are copying across to a different hard drive use this:

tar cf - /<copy dir> | ( cd /<dest dir>; tar xf - )

At least I think I have that command correct Basically this compresses the data before sending it across the IDE/SCSI bus, as well as preserves the file permissions, and then uncompresses it at the destination.


hehehe...as for *nix, there is always "more then one way to skin a cat", or in this case copy a directory
 

Bremen

Senior member
Mar 22, 2001
658
0
0
um, Fallen Kell? Wouldn't that still have to send the info over the IDE/SCSI bus? Since compression is done by the proc, not the HDD?
 

Sunner

Elite Member
Oct 9, 1999
11,641
0
76
Originally posted by: BingBongWongFooey
haha you're still making it too complicated.

cp -a foo/ bar/

Doesn't work on alot of *NIX's, IIRC correctly FreeBSD is one of the *NIX's it doesn't work on.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
DaHitman or Fallen Kell's way is the most fool-proof because it handles permissions and special files (/dev/ entries, symlinks, pipes, etc) correctly.
 

Electrode

Diamond Member
May 4, 2001
6,063
2
81
Originally posted by: Nothinman
DaHitman or Fallen Kell's way is the most fool-proof because it handles permissions and special files (/dev/ entries, symlinks, pipes, etc) correctly.

as does cp -pR
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |