Compressing several directories


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Compressing several directories
# 1  
Old 01-10-2009
Are you doing it to keep backup of these directories/files?
Code:
tar -czvvf backup.tgz /var/www/logs/  /var/www/zones/ /var/www/messages

Above command wont harm /var/www/logs/ /var/www/zones/ directories. It will simply create backup.tgz. which will have all mentioned directories and files together and in zip format.

- nilesh
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Changing the file name while compressing

Hi, Is there any way to change the file name while compressing ? using Compress and gzip and tar ? Say, I have a file foo.txt - so I have to compress this file and the resultant file name is foo.txt_20130113.gz or foo.txt_20130113.Z This to be done while performing the compression... (2 Replies)
Discussion started by: karumudi7
2 Replies

2. Shell Programming and Scripting

Compressing files

I need help to do a script that will compress a file that's bigger than 5000 octets and won't overwrite the previous compress file. lets say I have mylogfile.log and I would compress it I would become mylogfile. 1. log and if I would compress again mylogfile.log it would be mylogfile. 2.... (8 Replies)
Discussion started by: Froob
8 Replies

3. Shell Programming and Scripting

Compressing all directories inside a directory and remove the uncompressed version

hi pls give me a script to compress all directories inside a directory and remove the original uncompressed version... >> please also tell the single commmand to uncompress all the directories back...whemn needed (2 Replies)
Discussion started by: dll_fpga
2 Replies

4. Shell Programming and Scripting

Issue with compressing

I have the following script to archive and compress the zip files created by my jira application, on a daily basis. But the compression seems to be not working. Each zip file is of size 103 MB. When I archive it, its coming close to 3-4 gb. But when I use gunzip or bzip2 the size is not getting... (4 Replies)
Discussion started by: Tuxidow
4 Replies

5. UNIX for Dummies Questions & Answers

compressing code onto one line

hi, i am trying to rewrite some of my code onto one line. but it's not working. what's happening is that the program exits and doesn't execute any of the code that follows. did i make a mistake? i'm guesssing that there is something wrong with my final, "&& exit". or is possible... (1 Reply)
Discussion started by: ankimo
1 Replies

6. UNIX for Dummies Questions & Answers

compressing a directory

I have a pretty large directory on a backup hard drive. I have Tiger for an OS, what would be the best way to compress this directory. there is a large number of files inside in addition if that makes a difference any help appreciated hopefully thanks in advance (2 Replies)
Discussion started by: cleansing_flame
2 Replies

7. UNIX for Dummies Questions & Answers

Compressing folders

Hi, Is there any way to compress folders as such? May look simple, but I have a folder, which inturn has several folders/files in it. Is there any way to compress this parent folder? Thanks in advance, Mohan. (4 Replies)
Discussion started by: mohanprabu
4 Replies

8. Shell Programming and Scripting

compressing a string

HI, let say I have file having name "skp 27.doc". There is space between skp and 27. now I want to rename this file . So please let me know how is it possible? one more issue ............. let say a=5 echo $a output is 5. Again a= 4 echo $a wha will be the output? (1 Reply)
Discussion started by: surjyap
1 Replies

9. UNIX for Dummies Questions & Answers

dumping data and compressing

I have a utility provided by our vendor to dump data from their system. It is expsysdb -s prod proddata.dmp "-s" and "prod" are parameters and "proddata.dmp" is the file name that the data is dumped to (this can be any name). Our current system (AIX 4.3) has a file size limit set to 1... (7 Replies)
Discussion started by: jyoung
7 Replies

10. UNIX for Dummies Questions & Answers

Compressing files

I have never used this command before. I need to use the "compress" command to compress all files located in the subdirectories under the following directories: /home/ftp/inbound/Fordin Please advise, I appreciate your help. Thanks, Syed (3 Replies)
Discussion started by: sh9492
3 Replies
Login or Register to Ask a Question
CONFLICT(8)							     [nmh-1.5]							       CONFLICT(8)

NAME
conflict - search for alias/password conflicts SYNOPSIS
/usr/lib/mh/conflict [-search directory] [-mail name] [-version] [-help] [aliasfiles ...] DESCRIPTION
Conflict is a program that checks to see if the interface between nmh and the transport system is in good shape Conflict also checks for maildrops in /var/mail which do not belong to a valid user. It assumes that no user name will start with `.', and thus ignores files in /var/mail which begin with `.'. It also checks for entries in the group(5) file which do not belong to a valid user, and for users who do not have a valid group number. In addition duplicate users and groups are noted. If the -mail name switch is used, then the results will be sent to the specified name. Otherwise, the results are sent to the standard output. The -search directory switch can be used to search directories other than /var/mail and to report anomalies in those directories. The -search directory switch can appear more than one time in an invocation to conflict. Conflict should be run under cron(8), or whenever system accounting takes place. FILES
/etc/nmh/mts.conf nmh mts configuration file /etc/passwd List of users /etc/group List of groups /usr/bin/mh/mhmail Program to send mail /var/mail/ Directory of mail drop PROFILE COMPONENTS
None SEE ALSO
mh-alias(5) DEFAULTS
`aliasfiles' defaults to /etc/nmh/MailAliases CONTEXT
None MH.6.8 11 June 2012 CONFLICT(8)