Jump to content

Ubuntu:Create archive tar: Revision history

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.

3 November 2022

  • curprev 05:2805:28, 3 November 2022 Kangtain talk contribs 1,043 bytes +81 No edit summary Tag: Visual edit
  • curprev 05:2705:27, 3 November 2022 Kangtain talk contribs 962 bytes +962 Created page with "Say you want to compress an entire directory named <code>/home/vivek/data/</code>, then type: <syntaxhighlight lang="shell"> tar -czvf file.tar.gz /home/kangtain/data/ </syntaxhighlight> To compress multiple directories and files, execute: <syntaxhighlight lang="shell"> tar -czvf file.tar.gz /home/kangtain/data/ /home/kangtain/pics/ /home/kangtain/.accounting.db </syntaxhighlight> One can use <code>bzip2</code> compression instead of <code>gzip</code> by passing the..."