<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Bash on Jared Szajkowski, P.E., PMP</title><link>https://www.jaredszajkowski.com/stack/categories/bash/</link><description>Recent content in Bash on Jared Szajkowski, P.E., PMP</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Tue, 10 Jun 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://www.jaredszajkowski.com/stack/categories/bash/index.xml" rel="self" type="application/rss+xml"/><item><title>Simple Incremental Bash Backup Script</title><link>https://www.jaredszajkowski.com/stack/2024/01/12/simple-incremental-bash-backup-script/</link><pubDate>Fri, 12 Jan 2024 00:00:01 +0000</pubDate><guid>https://www.jaredszajkowski.com/stack/2024/01/12/simple-incremental-bash-backup-script/</guid><description>&lt;img src="https://www.jaredszajkowski.com/stack/2024/01/12/simple-incremental-bash-backup-script/cover.jpg" alt="Featured image of post Simple Incremental Bash Backup Script" /&gt;&lt;h2 id="post-updates"&gt;Post Updates
&lt;/h2&gt;&lt;p&gt;Update 4/12/2025: &lt;a class="link" href="https://www.jaredszajkowski.com/2024/01/12/simple-incremental-bash-backup-script/#updated-incremental-backup-script" target="_blank" rel="noopener"
&gt;Revised script&lt;/a&gt; to accomodate a list of excluded directories.&lt;/p&gt;
&lt;h2 id="introduction"&gt;Introduction
&lt;/h2&gt;&lt;p&gt;While there are &lt;a class="link" href="https://wiki.archlinux.org/title/Synchronization_and_backup_programs" target="_blank" rel="noopener"
&gt;numerous backup solutions available for Linux&lt;/a&gt;, many require extensive configuration and maintenance, and restoring from the backup is not always simple. Incremental backups are ideal because they maintain snapshots of the files and allow for access to previous versions of files.&lt;/p&gt;
&lt;p&gt;Linux Journal recently &lt;a class="link" href="https://www.linuxjournal.com/content/exploring-rsync-tar-and-other-backup-solutions" target="_blank" rel="noopener"
&gt;published an article on various backup solutions&lt;/a&gt;, and I thought I&amp;rsquo;d provide my incremental backup script that uses &lt;code&gt;rsync&lt;/code&gt; and &lt;code&gt;cp&lt;/code&gt;.&lt;/p&gt;</description></item><item><title>Using yt-dlp With Zoom And Panopto</title><link>https://www.jaredszajkowski.com/stack/2023/10/01/yt-dlp-with-zoom-and-panopto/</link><pubDate>Sun, 01 Oct 2023 00:00:00 +0000</pubDate><guid>https://www.jaredszajkowski.com/stack/2023/10/01/yt-dlp-with-zoom-and-panopto/</guid><description>&lt;img src="https://www.jaredszajkowski.com/stack/2023/10/01/yt-dlp-with-zoom-and-panopto/banner_1.svg" alt="Featured image of post Using yt-dlp With Zoom And Panopto" /&gt;&lt;h2 id="introduction"&gt;Introduction
&lt;/h2&gt;&lt;p&gt;If anyone uses Zoom to record or Panopto to host recordings and later wants to access the recordings, here&amp;rsquo;s a simple linux bash script to download the video file and acompanying subtitles. For a while I used &lt;a class="link" href="https://github.com/Battleman/zoomdl" target="_blank" rel="noopener"
&gt;zoomdl&lt;/a&gt;, but it is no longer under active development, and I began running into various issues about a year ago. I stumbled upon &lt;a class="link" href="https://github.com/yt-dlp/yt-dlp" target="_blank" rel="noopener"
&gt;yt-dlp&lt;/a&gt; and found it under active development and quite extensive.&lt;/p&gt;</description></item></channel></rss>