<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Backups on Linux Security</title><link>https://linuxtransfer.com/tags/backups/</link><description>Recent content in Backups on Linux Security</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 27 Jul 2026 10:30:01 +0200</lastBuildDate><atom:link href="https://linuxtransfer.com/tags/backups/index.xml" rel="self" type="application/rss+xml"/><item><title>Using rsync and snapshotting to simplify backups of large ext4 filesystems</title><link>https://linuxtransfer.com/post/2026-07-27-using-rsync-and-snapshotting-to-simplify-back/</link><pubDate>Mon, 27 Jul 2026 10:30:01 +0200</pubDate><guid>https://linuxtransfer.com/post/2026-07-27-using-rsync-and-snapshotting-to-simplify-back/</guid><description>&lt;h2 id="introduction-to-rsync-and-snapshotting">Introduction to rsync and snapshotting&lt;/h2>
&lt;p>Dealing with large ext4 filesystems can make backups a real challenge. I&amp;rsquo;ve seen this go wrong when using traditional backup methods like &lt;code>tar&lt;/code> or &lt;code>cp&lt;/code> - they can be slow and resource-intensive. That&amp;rsquo;s where &lt;code>rsync&lt;/code> and snapshotting come in - they can simplify the backup process and reduce the strain on your system.&lt;/p>
&lt;h2 id="what-is-rsync">What is rsync?&lt;/h2>
&lt;p>&lt;code>rsync&lt;/code> is a fast and versatile command-line utility that synchronizes files and directories across different locations. The real trick is that it uses a delta-transfer algorithm, which only transfers the differences between the source and destination, making it an efficient tool for backups. You can use &lt;code>rsync&lt;/code> to synchronize files locally or over a network.&lt;/p></description></item><item><title>Using rsync and Snapshots for Efficient Long-Term Backups of Large Ext4 Volumes</title><link>https://linuxtransfer.com/post/2026-07-26-using-rsync-and-snapshots-for-efficient-long-/</link><pubDate>Sun, 26 Jul 2026 09:48:56 +0200</pubDate><guid>https://linuxtransfer.com/post/2026-07-26-using-rsync-and-snapshots-for-efficient-long-/</guid><description>&lt;h2 id="introduction-to-efficient-backups">Introduction to Efficient Backups&lt;/h2>
&lt;p>I&amp;rsquo;ve seen this go wrong when dealing with large Ext4 volumes: creating inefficient backups can lead to data integrity issues and disrupt business continuity. One approach I&amp;rsquo;ve found useful is combining &lt;code>rsync&lt;/code> with snapshot capabilities. &lt;code>rsync&lt;/code> is a powerful tool for synchronizing files and directories across different locations, while snapshots provide a point-in-time view of the file system, allowing for consistent backups even on active systems.&lt;/p></description></item><item><title>Using rsync and snapshots for efficient disk backups with btrfs</title><link>https://linuxtransfer.com/post/2026-07-24-using-rsync-and-snapshots-for-efficient-disk-/</link><pubDate>Fri, 24 Jul 2026 11:49:26 +0200</pubDate><guid>https://linuxtransfer.com/post/2026-07-24-using-rsync-and-snapshots-for-efficient-disk-/</guid><description>&lt;h2 id="introduction-to-efficient-disk-backups">Introduction to Efficient Disk Backups&lt;/h2>
&lt;p>I&amp;rsquo;ve seen many Linux users struggle with backups, whether they&amp;rsquo;re sysadmins, self-hosters, or homelab enthusiasts. One approach that&amp;rsquo;s worked well for me is combining &lt;code>rsync&lt;/code> with snapshots, particularly when using the btrfs filesystem. In this article, I&amp;rsquo;ll share how to leverage &lt;code>rsync&lt;/code> and btrfs snapshots for robust and space-efficient backups. Don&amp;rsquo;t bother with other filesystems if you&amp;rsquo;re serious about snapshots - btrfs is the way to go.&lt;/p></description></item><item><title>Troubleshooting Disk Usage Issues with btrfs Snapshots and systemd Timers</title><link>https://linuxtransfer.com/post/2026-07-14-troubleshooting-disk-usage-issues-with-btrfs-/</link><pubDate>Tue, 14 Jul 2026 08:58:49 +0200</pubDate><guid>https://linuxtransfer.com/post/2026-07-14-troubleshooting-disk-usage-issues-with-btrfs-/</guid><description>&lt;h2 id="introduction-to-btrfs-snapshots-and-systemd-timers">Introduction to btrfs Snapshots and systemd Timers&lt;/h2>
&lt;p>As someone who&amp;rsquo;s been running Linux systems for years, I&amp;rsquo;ve learned that managing disk usage and ensuring data integrity are crucial tasks. One effective way to achieve this is by utilizing btrfs snapshots and systemd timers. I&amp;rsquo;ve seen this go wrong when people don&amp;rsquo;t have a solid backup strategy in place, so it&amp;rsquo;s worth taking the time to set up. btrfs, a modern file system, offers advanced features like snapshotting, which allows you to create a read-only copy of your file system at a particular point in time. When combined with systemd timers, you can automate the creation and management of these snapshots, making it easier to troubleshoot disk usage issues and maintain a healthy system.&lt;/p></description></item><item><title>Taming Disk Space Usage with btrfs Snapshots and Automatic Pruning</title><link>https://linuxtransfer.com/post/2026-07-06-taming-disk-space-usage-with-btrfs-snapshots-/</link><pubDate>Mon, 06 Jul 2026 10:42:14 +0200</pubDate><guid>https://linuxtransfer.com/post/2026-07-06-taming-disk-space-usage-with-btrfs-snapshots-/</guid><description>&lt;h2 id="introduction-to-btrfs-snapshots">Introduction to btrfs Snapshots&lt;/h2>
&lt;p>I&amp;rsquo;ve been using btrfs for years, and one of its most powerful features is its ability to create snapshots. These are read-only copies of a subvolume at a particular point in time, which can be used for backups, testing, and even recovering from accidental file deletions or modifications. Don&amp;rsquo;t bother with other file systems if you need this level of flexibility.&lt;/p>
&lt;h2 id="creating-snapshots">Creating Snapshots&lt;/h2>
&lt;p>To get started with btrfs snapshots, you&amp;rsquo;ll first need to ensure that your system is using btrfs. Run &lt;code>lsblk -f&lt;/code> and look for the &lt;code>btrfs&lt;/code> label. If you&amp;rsquo;re using btrfs, creating a snapshot is straightforward:&lt;/p></description></item><item><title>Troubleshooting Btrfs Snapshot Overfill with systemd Timers and Log Rotation</title><link>https://linuxtransfer.com/post/2026-06-30-troubleshooting-btrfs-snapshot-overfill-with-/</link><pubDate>Tue, 30 Jun 2026 09:01:31 +0200</pubDate><guid>https://linuxtransfer.com/post/2026-06-30-troubleshooting-btrfs-snapshot-overfill-with-/</guid><description>&lt;h2 id="introduction-to-btrfs-snapshots">Introduction to Btrfs Snapshots&lt;/h2>
&lt;p>I&amp;rsquo;ve worked with Btrfs for years, and its snapshot feature is one of my favorites. It allows you to create a read-only copy of a subvolume at a particular point in time, which is super useful for backups, testing, and rolling back changes. However, managing these snapshots can become a real pain, especially when dealing with a large number of them. In this article, I&amp;rsquo;ll show you how to troubleshoot Btrfs snapshot overfill issues using systemd timers and log rotation.&lt;/p></description></item><item><title>Taming systemd Timer Services to Run Your Daily Backup at a Reasonable Hour</title><link>https://linuxtransfer.com/post/2026-06-09-taming-systemd-timer-services-to-run-your-dai/</link><pubDate>Tue, 09 Jun 2026 09:05:53 +0200</pubDate><guid>https://linuxtransfer.com/post/2026-06-09-taming-systemd-timer-services-to-run-your-dai/</guid><description>&lt;h2 id="introduction-to-systemd-timer-services">Introduction to systemd Timer Services&lt;/h2>
&lt;p>I&amp;rsquo;ve been using systemd timer services for years to schedule tasks on my Linux systems, and I have to say, they&amp;rsquo;re a game-changer. Most Linux distributions, including Debian, Arch Linux, and OpenSUSE, use systemd as their default init system, so it&amp;rsquo;s worth learning how to use them. In this article, I&amp;rsquo;ll show you how to use systemd timer services to run daily backups at a reasonable hour.&lt;/p></description></item><item><title>Using rsync and systemd to Automate Offsite Backups of Selected Config Files and User Data</title><link>https://linuxtransfer.com/post/2026-05-21-using-rsync-and-systemd-to-automate-offsite-b/</link><pubDate>Thu, 21 May 2026 10:49:01 +0200</pubDate><guid>https://linuxtransfer.com/post/2026-05-21-using-rsync-and-systemd-to-automate-offsite-b/</guid><description>&lt;h2 id="introduction-to-automated-offsite-backups">Introduction to Automated Offsite Backups&lt;/h2>
&lt;p>As a Linux user, you&amp;rsquo;ve probably learned the hard way how important it is to protect your configuration files and user data from loss or corruption. I&amp;rsquo;ve seen this go wrong when a disk fails or a configuration change goes awry. One way to ensure the integrity of this data is to set up automated offsite backups. In this article, we&amp;rsquo;ll explore how to use &lt;code>rsync&lt;/code> and &lt;code>systemd&lt;/code> to create a reliable and efficient backup system.&lt;/p></description></item></channel></rss>