Updated: 04 October 2024
Create a gzip file of backup.sql and keep the original file
gzip --keep backup.sql
Decompress an archive
gzip -d backup.sql.gz
Freelance software engineer United Kingdom
Updated: 04 October 2024
Create a gzip file of backup.sql and keep the original file
gzip --keep backup.sql
Decompress an archive
gzip -d backup.sql.gz