diff options
Diffstat (limited to 'how_to_archive_with_posix_tar_cpio_and_pax.html')
-rw-r--r-- | how_to_archive_with_posix_tar_cpio_and_pax.html | 4 |
1 files changed, 2 insertions, 2 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 cd53a4b..28c3878 100644 --- a/how_to_archive_with_posix_tar_cpio_and_pax.html +++ b/how_to_archive_with_posix_tar_cpio_and_pax.html @@ -7,12 +7,12 @@ <link rel="icon" type="image/png" href="cylo.png"> <link rel="stylesheet" type="text/css" href="style.css"> -<title>How To Archive With POSIX tar, cpio and pax</title> +<title>How to Archive With POSIX tar, cpio and pax</title> <nav><p><a href="https://ignore.pl">ignore.pl</a></p></nav> <article> -<h1>How To Archive With POSIX tar, cpio and pax</h1> +<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>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 |