Day 16 - How to Archive Jenkins Logs Using Tar, Zip, and Unzip
π§° Step-by-Step: Backup Jenkins Logs
π Step 1: Navigate to Jenkins Log Directory
cd /var/log/
ls jenkins/
ποΈ Step 2: Create a Compressed Archive Using tar
tar -czvf jenkins_06122020.tar.gz jenkins
Options Explained:
-c: Create a new archive
-...
shakirdevops.hashnode.dev2 min read