Sponsored Content
Top Forums UNIX for Dummies Questions & Answers compress/decompress don't take you back to the same file Post 302283174 by chebarbudo on Monday 2nd of February 2009 06:13:46 PM
Old 02-02-2009
Thanks Lakris,
I forgot to mention it but yes, I launched my command so that they contain exactly the same.
Code:
me:~# tar -tvf system.tgz | head
drwxr-xr-x root/root         0 2008-11-07 14:39 ./
drwxr-xr-x root/root         0 2008-11-20 09:00 ./root/
-rw------- root/root       150 2008-07-30 17:36 ./root/.serverauth.2612
drwxr-xr-x root/root         0 2008-09-16 09:11 ./root/.subversion/
-rw-r--r-- root/root      4277 2008-08-12 14:13 ./root/.subversion/README.txt
-rw-r--r-- root/root      3270 2008-08-12 14:13 ./root/.subversion/servers
-rw-r--r-- root/root      4731 2008-08-12 14:13 ./root/.subversion/config
drwx------ root/root         0 2008-09-16 09:11 ./root/.subversion/auth/
drwxr-xr-x root/root         0 2008-09-16 09:11 ./root/.subversion/auth/svn.simple/
-rw-r--r-- root/root       172 2008-08-12 14:13 ./root/.subversion/auth/svn.simple/1e514a6123873f77e37a03950f1eabf6
me:~#
me:~# tar -tvf system.01.tgz | head
drwxr-xr-x root/root         0 2008-11-07 14:39 ./
drwxr-xr-x root/root         0 2008-11-20 09:00 ./root/
-rw------- root/root       150 2008-07-30 17:36 ./root/.serverauth.2612
drwxr-xr-x root/root         0 2008-09-16 09:11 ./root/.subversion/
-rw-r--r-- root/root      4277 2008-08-12 14:13 ./root/.subversion/README.txt
-rw-r--r-- root/root      3270 2008-08-12 14:13 ./root/.subversion/servers
-rw-r--r-- root/root      4731 2008-08-12 14:13 ./root/.subversion/config
drwx------ root/root         0 2008-09-16 09:11 ./root/.subversion/auth/
drwxr-xr-x root/root         0 2008-09-16 09:11 ./root/.subversion/auth/svn.simple/
-rw-r--r-- root/root       172 2008-08-12 14:13 ./root/.subversion/auth/svn.simple/1e514a6123873f77e37a03950f1eabf6

 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

[help] Cant compress file

Anybody know what happened here? 162 lab2-36:~/try_direct/another> compress url.txt url.txt: -- file unchanged (8 Replies)
Discussion started by: endeavour1985
8 Replies

2. UNIX for Advanced & Expert Users

compress more than one file

hi, I need to compress a couple files in a directory.i tried using tar cvf filename1 filename2 but i am not able to open tar file. please suggest how to compress more than one file in to same file thanks in advance (2 Replies)
Discussion started by: prasee
2 Replies

3. UNIX for Dummies Questions & Answers

Decompress a .SP file

Hi to all, I'm new in this forum and I just need a quick answer from the experts out there, I have a 2761.sp file, in short a ".SP" file, it was given to me compressed, and I need to decompress it before Monday. I saw a software named Splint, but it shows an error, a DMI error message, so I dont... (3 Replies)
Discussion started by: jeco
3 Replies

4. Shell Programming and Scripting

unix script to takes the old data from a TXT file and compress them into new file

Hi, I am looking for the unix script which can takes the 2 month old data from a TXT file (there is one txt file in whiche messages are appended on daily basis) and compress them into new file.Please halp me out. (2 Replies)
Discussion started by: vpandey
2 Replies

5. UNIX for Dummies Questions & Answers

Using gunzip to decompress .zip file

Hi, I have a zipped Oralce software (linux.x64_11gR1_database.zip) and I need to unzip it. On the Linux server, I only see the gunzip utility listed: $ ls -ltr *zip* -rwxr-xr-x 3 root root 60320 Jan 15 2008 gzip -rwxr-xr-x 3 root root 60320 Jan 15 2008 gunzip Can I use the command... (1 Reply)
Discussion started by: syang68
1 Replies

6. UNIX for Dummies Questions & Answers

Issue: Compress in unix server and FTP to windows and open the compress file using Winzip

Hi All ! We have to compress a big data file in unix server and transfer it to windows and uncompress it using winzip in windows. I have used the utility ZIP like the below. zip -e <newfilename> df2_test_extract.dat but when I compress files greater than 4 gb using zip utility, it... (4 Replies)
Discussion started by: sakthifire
4 Replies

7. Shell Programming and Scripting

Decompress (with gunzip) recursively, but do not delete original gz file

Hi all, I have a folder hierarchy with many gz files in them. I would like to recursively decompress them, but keep the original files. I would also like to move all the decompressed files (these are very large HDF5 files with .CP12 extension) to another data folder. Currently I am using four... (3 Replies)
Discussion started by: gansvv
3 Replies

8. UNIX for Dummies Questions & Answers

Please, I want to decompress a file.bin "firmware"

Please, help me Please, I want to decompress a file firmware for a 2000 SAT HD Please note that I use Version ubuntu 10.04 lts file name : .................. NxpRom.bin .................. Or How do I use and is... (0 Replies)
Discussion started by: samy2012
0 Replies

9. Shell Programming and Scripting

Tar to decompress and to convert file to .dat format

tar -tvf abc.tar.gz gives me the file name abc.Is it possible to rename the file to abc.dat while decompressing using tar ? Thanks. (2 Replies)
Discussion started by: vedanta
2 Replies
SYSTEMD-VOLATILE-ROOT.SERVICE(8)			   systemd-volatile-root.service			  SYSTEMD-VOLATILE-ROOT.SERVICE(8)

NAME
systemd-volatile-root.service, systemd-volatile-root - Make the root file system volatile SYNOPSIS
systemd-volatile-root.service /lib/systemd/systemd-volatile-root DESCRIPTION
systemd-volatile-root.service is a service that replaces the root directory with a volatile memory file system ("tmpfs"), mounting the original (non-volatile) /usr inside it read-only. This way, vendor data from /usr is available as usual, but all configuration data in /etc, all state data in /var and all other resources stored directly under the root directory are reset on boot and lost at shutdown, enabling fully stateless systems. This service is only enabled if full volatile mode is selected, for example by specifying "systemd.volatile=yes" on the kernel command line. This service runs only in the initial RAM disk ("initrd"), before the system transitions to the host's root directory. Note that this service is not used if "systemd.volatile=state" is used, as in that mode the root directory is non-volatile. SEE ALSO
systemd(1), systemd-fstab-generator(8), kernel-command-line(7) systemd 237 SYSTEMD-VOLATILE-ROOT.SERVICE(8)
All times are GMT -4. The time now is 08:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy