Skip to main content

Questions tagged [gzip]

`gzip` (or GNU zip) is a file format and corresponding utility for compressing files using the DEFLATE algorithm. The usual extension is `.gz`.

0 votes
0 answers
208 views

If a .gz file was downloaded can it demage my computer or steal data?

I was unaware that I was on a data phishing landing page (it was very clever, I haven't seen anything like this before) and I downloaded a .gz file. After that it started to become suspicius so I ...
Bálint Forgács's user avatar
0 votes
1 answer
210 views

Are .tar.gz files made in Linux with identical files identical to .tar.gz files made in Windows?

I've produced a .tar.gz file in Windows that contains some files to update firmware via a Linux Device. The update failed to take, and a Coworker mentioned the problem was because the .tar.gz did not ...
k1dfr0std's user avatar
  • 127
0 votes
1 answer
58 views

Mounting a directory of zipped files for direct unzipped access

I have a directory tree with LOTS of .gz files. I once saw a way to mount it (via FUSE I think) so that I could see all the files directly (i.e. unzipped) under another directory. I've been searching ...
dargaud's user avatar
  • 220
0 votes
0 answers
111 views

Why are not all my files included when I gzip a directory?

I know this is a question that has been asked before, for example here Recursively count all the files in a directory, but this is driving me crazy. Let me explain: I have a directory called "...
Mathias's user avatar
  • 101
1 vote
1 answer
476 views

dd + gz = Even Worse /// Mount Valid Partition of Whole-Disk dd Image

I've got a 250G backup of a whole disk via dd, which was then piped to gz, thanks to the advice of one of my -genius- friends. Looks like the EFI boot partition was corrupted (pretty sure it's an ...
numonium's user avatar
0 votes
2 answers
196 views

zcat + pigz = undeletable write-only "zombie" file - what happened?

A colleague (anonymized to protect the innocent, the guilty and wherever in this range accidental demon summoners fall) followed a tutorial that included combining a handful of gzipped files with zcat ...
KeyboardCat's user avatar
0 votes
0 answers
940 views

Windows tar compress command doesnt appear to include subdirectories

I am trying to compress all files and folders in the current folder (on my Windows 10 environment) so I can extract them on my Raspbian environment. Im using a Powershell script with the tar command ...
Jimbo's user avatar
  • 161
1 vote
0 answers
314 views

gzip -d introduces wrong ASCII characters

I am struggling with the following command: gzip -d /path/to/compressed.sql.gz I always run it inside a container from the same Docker image. It works fine on my laptop as well as in our production ...
hlfernandez's user avatar
0 votes
2 answers
1k views

Can one extract the files in a .tar.gz and upload them individually onto cPanel?

I am in the process of migrating my website from Bluehost to a different hosting company. I downloaded the entire backup of the cPanel (61 GIG) successfully, but uploading files is incredibly much ...
user avatar
1 vote
1 answer
1k views

Error: (InvalidBSON) incorrect BSON length in element with field name 'clone_class_metrics.CE' in object with _id: ObjectId

I have windows 10 on my system with enough storage. I have a database that is 208 GB in a file with the .agz extension. When I import the database into my MongoDB, I face the following error: 2021-09-...
Balive13's user avatar
0 votes
1 answer
452 views

How do I maintain integrity on zip and unzip?

I'm taking a dd of a drive and trying to share it with a friend. It's rather big after dd (~8gb). When I tar -czvf my-image.img I can get it down to ~1.5gb. However, if I try to test unzip it, I see ...
gh0st's user avatar
  • 155
0 votes
0 answers
1k views

Unable to decompress file with gzip

I have a file called myfile.dat.gz that I need to decompress. I have been trying gzip -d myfile.dat.gz, but this results in the error gzip: myfile.dat.gz: invalid compressed data--format violated. ...
formicaman's user avatar
1 vote
1 answer
444 views

recompressing .gz and .bz2 files to attain the same hash/checksum (mod timestamps?)

i want to duplicate the entire contents of wikimedia's dumps, monthly, and upload them to amazon glacier and/or tape backup and/or a third backup medium that can survive corporation collapse/...
loud_flash's user avatar
3 votes
1 answer
561 views

I have downloaded large gzipped xml files from Pubchem but my computer says they are corrupted

I have tried twice downloading the large gzipped xml files from PubChem FTP server, once through wget and one through chrome manually, but both times result in a corrupt file. For example, the first ...
Lance's user avatar
  • 387
0 votes
0 answers
515 views

How could I use logrotate and group by day a bunch of gzip files with an uncompresssed extension?

Doing a test in a production enviroment with rotation logs with 2 days just for testing purposes with gizp files. Created a test file at /tmp/. /etc/init.d/test /tmp/test/*.gz { daily ...
Marlon's user avatar
  • 379

15 30 50 per page
1
2 3 4 5
16