Difference between revisions of "Gzip"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 9: Line 9:
 
   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
  
  gzip --list
+
  [[gzip --list]]
  
  

Revision as of 14:48, 16 September 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
gzip --list


Activities

See also

  • http://linuxcommand.org/lc3_man_pages/gzip1.html
  • Advertising: