Archiving and Compression: Revision history

Jump to: navigation, search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 August 2024

  • curprev 05:4105:41, 20 August 2024Ardika Sulistija talk contribs 2,961 bytes +2,961 Created page with " It is always good to have a backup. You can use the cp command, or you can archive it using tar and compress it using gzip, that way you will save some space. ====Archiving and Compression==== ---- This will archive and compress using gzip! Be sure to end in '.gz' and use -z, -z is for gzip: tar -zcvf [newArchiveName.tar.gz] [file/dir you want to archive] This will archive files and compressing using bzip2! Be sure to end name with '.bz2' and use -j. -j is for b..."