![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Copy Directories excluding files | karthik82 | UNIX for Dummies Questions & Answers | 1 | 09-01-2009 06:31 AM |
| DD copy excluding empty blocks? | Merkilo | Filesystems, Disks and Memory | 2 | 01-06-2009 06:29 PM |
| I've created a partition with GNU Parted, how do I mount the partition? | jtp51 | UNIX for Dummies Questions & Answers | 1 | 09-18-2006 12:01 PM |
| How to copy single partition? | siegfried | Gentoo | 12 | 08-22-2006 12:49 AM |
| understanding logical partition, physical partition | yls177 | UNIX for Dummies Questions & Answers | 3 | 11-15-2002 10:49 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
copy a whole partition excluding specified.
Scenario: I would want to copy my / to /mnt, and to avoid recursion exclude /mnt. Code:
cp -avx / /mnt If i use the above i believe it would run recursively, and end up in mess. So how to do it ?! Basically this / is sda1, and /mnt is sda2 and sda1 is where only OS is available & currently booted. Ultimately, my question is how to backup a path, by excluding a specific directory. I cannot boot in Live CD and copy. Anybody have experience in doing this, and have some efficient way to do this ? |
|
||||
|
Quote:
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|