Difference between revisions of "Gzip"
Jump to navigation
Jump to search
↑ http://linuxcommand.org/lc3_man_pages/gzip1.html
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 7: | Line 7: | ||
gzip -1 | gzip -1 | ||
− | if=/dev/vda | gzip -1 | ssh your.server.com [[dd]]of=/mnt/storage/imagename.img.gz | + | if=/dev/vda | gzip -1 | ssh your.server.com [[dd]] of=/mnt/storage/imagename.img.gz |
Revision as of 18:42, 23 August 2020
wikipedia:gzip
[1] gzip, gunzip, zcat - compress or expand files
cat test.csv | gzip > test.csv.gz
gzip --rsyncable
gzip -1 if=/dev/vda | gzip -1 | ssh your.server.com dd of=/mnt/storage/imagename.img.gz
Activities
- Learn about gzip support for concatenated files
See also
Advertising: