summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--how_to_archive_with_posix_tar_cpio_and_pax.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/how_to_archive_with_posix_tar_cpio_and_pax.html b/how_to_archive_with_posix_tar_cpio_and_pax.html
index 09d1512..eac56f2 100644
--- a/how_to_archive_with_posix_tar_cpio_and_pax.html
+++ b/how_to_archive_with_posix_tar_cpio_and_pax.html
@@ -13,7 +13,7 @@
<article>
<h1>How to Archive With POSIX tar, cpio and pax</h1>
-<p class="subtitle">Published on 2020-07-22 22:30:00+02:00, last modified on 2021-08-11 21:35:00+02:00
+<p class="subtitle">Published on 2020-07-22 22:30:00+02:00, last modified on 2022-01-26 19:10:00+01:00
<p>The usual answer to archive anything is <a href="https://www.gnu.org/software/tar/">tar</a>. As you may see I
intentionally linked to the GNU Tar. If you are a *BSD user then you use some other implementation. Both of them follow
and extend POSIX'es standard for tar utility. Or so you would think.