Revision history of "Tar"

From DevOps Notebook

Diff selection: Mark the radio boxes 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.

  • curprev 08:19, 17 April 2020MilosZ talk contribs 148 bytes +148 Created page with "=== Exclude file or folder from tar archive === <pre> $ tar --exclude='./uploads' --exclude='./uploads/folder2' -zcvf /backup/filename.tgz . </pre>"