From 70ab596e55c69a805f3a9e05350de1bf9d8af5ef Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Sun, 13 Apr 2025 12:07:30 +0100 Subject: Tar.Gz update! --- public/articals/linux/tools/TarGz.html | 52 ++++++++++++++++++++++++++++++++++ public/articals/linuxlist.html | 1 + 2 files changed, 53 insertions(+) create mode 100644 public/articals/linux/tools/TarGz.html diff --git a/public/articals/linux/tools/TarGz.html b/public/articals/linux/tools/TarGz.html new file mode 100644 index 0000000..d84c883 --- /dev/null +++ b/public/articals/linux/tools/TarGz.html @@ -0,0 +1,52 @@ + + + + + + + tar.gz a directory 📁 + + + + +
+ +
+
+

How to tar.gz a directory 📁

+

Date: 13-04-2025

+
+

What you will need 📋

+ +
+ +

Why?

+

Main reason why you want to tar.gz a directory is because it compresses a directory and all of the data inside of it. It is also good for backing things up too.

+
+ +

The command

+
+

$ tar -czvf file.tar.gz /Location/Of/Directory

+

+ + +

All done ✅

+

Really easily done, only one command and done!

+ +
+
+
  Back 🚪
+    
+ + + diff --git a/public/articals/linuxlist.html b/public/articals/linuxlist.html index 30ff635..5fcbd82 100644 --- a/public/articals/linuxlist.html +++ b/public/articals/linuxlist.html @@ -51,6 +51,7 @@

Tools

-- cgit v1.2.3