From 7a52ddeba2a68388b544f529d2d92104420f77b0 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Fri, 31 Oct 2025 20:02:14 +0000 Subject: Changed from static to 11ty! --- src/archive/linux/TarGZ.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/archive/linux/TarGZ.md (limited to 'src/archive/linux/TarGZ.md') diff --git a/src/archive/linux/TarGZ.md b/src/archive/linux/TarGZ.md new file mode 100644 index 0000000..d46bc3d --- /dev/null +++ b/src/archive/linux/TarGZ.md @@ -0,0 +1,30 @@ +--- +title: How to tar.gz a directory 📁 +date: 2025-04-13 +layout: linux +tags: + - tools +--- +## What you will need 📋 + +* A computer with Linux or BSD 🐧🖥️ +* The ability to read instructions and to follow them 🧠 + +* * * + +## 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! + -- cgit v1.2.3