<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Backup on Jared Szajkowski, P.E., PMP</title><link>https://www.jaredszajkowski.com/stack/categories/backup/</link><description>Recent content in Backup on Jared Szajkowski, P.E., PMP</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sat, 12 Apr 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://www.jaredszajkowski.com/stack/categories/backup/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></channel></rss>