![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Auto copy for files from folder to folder upon instant writing | Bashar | UNIX for Advanced & Expert Users | 2 | 08-21-2008 03:44 PM |
| Checking Current Service Pack & Hot Fixes of XP | swapan | Windows & DOS: Issues & Discussions | 1 | 06-02-2008 06:55 AM |
| Use awk to create new folder in current directory | ccox85 | Shell Programming and Scripting | 6 | 01-28-2008 03:59 AM |
| Parse the .txt file for folder name and FTP to the corrsponding folder. | MeganP | Shell Programming and Scripting | 3 | 07-03-2007 02:54 PM |
| Perl help!! (pack()?) | Euler04 | Shell Programming and Scripting | 2 | 10-18-2005 11:58 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Pack current folder
How do I pack (using tar zcvf ?) the current folder inluding all files and folders ??
I need to be sure to get all files and folders/subfolders... Later I will unpack into a new folder on a new server.. Appreciate any help.. |
|
||||
|
Thanks..
But that looks like it will use the YourFolderName when I unpack it... right ? This is what I have tried: Quote:
which gives me public_html/httpdocs I'd like to do this: Quote:
must be simple but I'm not there yet... anyone ? |
|
||||
|
re
So in which case.. tar the folders using the method outline before.
Unpack it into the dir. If it puts them in the incorrect directory just do a cp *.* and move them to the folder you want to use instead. This is a lot easier if you have a GUI to boot into! |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|