Sponsored Content
Full Discussion: Hpux find tar gzip
Operating Systems HP-UX Hpux find tar gzip Post 302978906 by royinfo.alain on Friday 5th of August 2016 10:32:51 AM
Old 08-05-2016
I tried with the f and have no errors..

the command that I used :
Code:
find * -type f -mtime -365 -print | xargs tar -cvf | gzip > $MAITUT/BCK_DATA.tar.gz

Maybe I've not understand where to put the -f ?

It showed me on the screen all files selected by the Find command.

At the end when I did a ll of my gzip file it seems that it has nothing in :

Code:
-rw-rw-r-- 1 maitdev mait 20 Aug 5 10:19 /umaitdevapp/home/maitdev/tmp/BCK_DATA.tar.gz

and when I used : gzip -dc < $MAITUT/BCK_DATA.tar.gz | tar -xvf -
I've got the error : Tar: blocksize = 0; broken pipe?

Seems that the result does not go into the gzip file.

thanks


Moderator's Comments:
Mod Comment Please use CODE tags as required by forum rules!

Last edited by rbatte1; 08-08-2016 at 06:13 AM.. Reason: Added CODE tags.
 

10 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

From HPUX tar to Linux tar

Dear sirs, I have some 4mm dat cartridges (4GB) made in a HP-UX 11.00 with a standard tar command (tar -cv files_to_backup) made with a scsi dat drive HP 35470A. After more than one year I need to restore some data on a linux system (Red Hat 7.2) which has the same dat drive. Now I tried... (4 Replies)
Discussion started by: iarot
4 Replies

2. UNIX for Dummies Questions & Answers

TAR and GZIP help

Hi, There are 700 .pdf files in a certain directory on the server and I need to TAR them first and then compress them using GZIP to free up the space. The combined size of the .pdf files is 3gb. However, there is only 1gb of free space on the server. So as you can see when I try to TAR these... (3 Replies)
Discussion started by: VandeMatram
3 Replies

3. UNIX for Advanced & Expert Users

tar/gzip/gz...which one to use?

P0251WLADC.svm_wl1 > /svm_wl1/billing/data/server/archive/ALLEVT $ du -k FEB2006 22050224 FEB2006 As you can see,i have a folder called "FEB2006" which is around 22 GB. i guess zip or compress wont work...( i don know how do we compress a folder) i wished to use ""tar" ( i suppose... (5 Replies)
Discussion started by: abhijeetkul
5 Replies

4. UNIX for Dummies Questions & Answers

tar and gzip

Hi, I would like to have a combined gzip and tar that will compress and create multiple output tar.gz files. I want to have multiple files output because i cannot create an archive because there is no more space on my harddisk. I cannot transfer it locally because of slow connection. I want to... (3 Replies)
Discussion started by: tungaw2004
3 Replies

5. Shell Programming and Scripting

tar + gzip + split together

Hi All I need guidance on this requirement . We have a directory structure which has data of approx 100 GB We need to tar the structure then zip it and create different files of not more than 10 GB A separate tar file then a .gz should not be created , on the fly a script is needed... (7 Replies)
Discussion started by: aamir1234
7 Replies

6. UNIX for Dummies Questions & Answers

tar -cvf test.tar `find . -mtime -1 -type f` only tar 1 file

Hi all, 4 files are returned when i issue 'find . -mtime -1 -type f -ls'. ./ora_475244.aud ./ora_671958.aud ./ora_934052.aud ./ora_934050.aud However, when I issued the below command: tar -cvf test.tar `find . -mtime -1 -type f`, the tar file only contains the 1st file -... (2 Replies)
Discussion started by: ahSher
2 Replies

7. Shell Programming and Scripting

find + tar + gzip + uunecode/email --> in one command?

How to search for all files with matching strings --> find + tar + gzip + uunecode/email them in one command? I am sure there is a right way to pass list of files to tar, then compress tar file. Then send that as attachment using uuencode in one command.. Can we do that!? (3 Replies)
Discussion started by: kchinnam
3 Replies

8. Shell Programming and Scripting

tar and gzip files

Hi Guys, I am using RHEL5 and Solaris 9 & 10. I want to tar and gzip my files then remove them after a successful tar command... Lets say I have files with extension .arc then I want to tar and gzip these files. After successful tar command I want to remove all these files (i.e .arc). ... (3 Replies)
Discussion started by: Phuti
3 Replies

9. UNIX for Dummies Questions & Answers

Failed to use find-tar-gzip together

Hello I am trying to select multiple files older than 14 days and create a single compressed file out of it. (AIX Release 3 Version 5) I am trying to achieve it by following tar -cvf db01_log.tar `find . -name "db01*.log" -mtime +14" -print`| gzip > db01_log.tar however it just... (7 Replies)
Discussion started by: Chetanz
7 Replies

10. UNIX for Beginners Questions & Answers

Need help ASAP - FIND - TAR - GZIP

Hi, I need to combined in 1 line the execution below : find * -type f -mtime -$nb_days -print | xargs tar -cvf $MAITUT/BCK_DATA.tar gzip $MAITUT/BCK_DATA.tar.gz The fact that the TAR is very big, at the end I need to generate only the GZ file. The option z on the tar... (2 Replies)
Discussion started by: royinfo.alain
2 Replies
RDUP-TR(1)							       rdup								RDUP-TR(1)

NAME
rdup-tr - transform rdup output SYNOPSIS
rdup-tr [OPTION]... DESCRIPTION
Transform rdup output into something else. Where something else can be a tar, cpio, pax archive or another rdup stream. The rdup archive must be given on rdup-tr's standard input. You can select multiple types of output (-O flag), but you must be aware that you may loose some information in formats other than rdup's own, see the table below. You may also supply rdup-tr with only a list of pathnames, this can be selected with the -L flag. The following table shows what happens with the output depending on the input. 0 OK D delete information is lost H hardlink information is lost | | output | tar,cpio,pax | rdup input | | ------------- | ------------- | ------ rdup | D | 0 filelist | DH | H | | OPTIONS
-L Select list input format. Normally rdup-tr accepts rdup output, with this option you can give it a list of path names. Note: with list input rdup-tr will `stat()` each file. -O Output format. This can be 'tar', 'cpio', 'pax' or 'rdup'. It defaults to 'rdup'. -X key Read the encryption key from the file key and encrypt all paths with Blowfish and this key and iv. After the encryption the binary data is converted into ASCII using an URL safe (Section 4 of RFC 3548) version of base64 encode. The encryption key must be on the first line and the key size must be 16 and 8 bytes for the iv, so 24 in total. -Y key Read the decryption key from the file key and decrypt all paths with Blowfish and this key. Before the encryption the paths are con- verted to binary by using an URL safe version of base64 decode. -c Force output to the tty. Normally rdup-tr wants to see it's output redirected. -v Be more verbose. -V Print rdup-tr's version. -h A short help. EXAMPLES
The following is possible rdup -Pgzip -Pmcrypt,-f,KEY,-c /dev/null /home | rdup-tr -O tar -X<(echo secret) | gzip > my-home-zipped-crypted-pathcrypted-tar.gz That is: all files under /home are gzipped and encrypted on a per file basis (first line). Further more, all pathnames are Blowfish encrypted (second line) with the key 'secret'. This is put in a tar file, which is then compressed, resulting in the final output (final line). Creating a compressed and encrypted tar archive out of a full rdup dump might be done as follows rdup -Pgzip -Pmcrypt,-f,KEY,-c /dev/null /home | rdup-tr -O tar > my-home-zipped-and-crypted.tar Or even pack and unpack it on the fly rdup -Pgzip -Pmcrypt,-fKEY,-c /dev/null /home | rdup-tr -Otar | ssh user@remotehost tar xvCf /tmp - Or encryption with openssl rdup -Popenssl,enc,-e,-des-cbc,-k,secret /dev/null /home Or, compressing with gzip, encrypting with openssl and then compressing the entire archive yet again rdup -Pgzip -Popenssl,enc,-e,-des-cbc,-k,secret /dev/null /home | gzip > my_compressed_encrypted_rdup_archive.gz Recreating the original rdup output, which can be fed to rdup-up. gunzip -c my_compressed_encrypted_rdup_archive.gz | rdup-tr -Popenssl,enc,-d,-des-cbc,-k,secret -Pgzip,-d > my_rdup_archive rdup-up < my_rdup_archive -t /tmp/restore Notice the reversal of the -P options. EXIT CODE
rdup-tr return a zero exit code on success, otherwise 1 is returned. AUTHOR
Written by Miek Gieben. REPORTING BUGS
Report bugs to <miek@miek.nl>. SEE ALSO
http:/www.miek.nl/projects/rdup/ is the main site of rdup. Also see rdup(1), rdup-up(1) and rdup-backups(7). COPYRIGHT
Copyright (C) 2005-2010 Miek Gieben. This is free software. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Licensed under the GPL version 3. See the file LICENSE in the source distribution of rdup. 1.1.11 27 Nov 2008 RDUP-TR(1)
All times are GMT -4. The time now is 07:08 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy