<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: mmrmagno</title>
    <description>The latest articles on DEV Community by mmrmagno (@mmrmagno).</description>
    <link>https://dev.to/mmrmagno</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3392884%2Fa7dd7693-9e20-4e95-99e3-d69115f38937.jpeg</url>
      <title>DEV Community: mmrmagno</title>
      <link>https://dev.to/mmrmagno</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mmrmagno"/>
    <language>en</language>
    <item>
      <title>🔥 Bonfire Backup: Never Lose Your Dark Souls III Progress Again</title>
      <dc:creator>mmrmagno</dc:creator>
      <pubDate>Mon, 28 Jul 2025 03:58:52 +0000</pubDate>
      <link>https://dev.to/mmrmagno/bonfire-backup-never-lose-your-dark-souls-iii-progress-again-1b1a</link>
      <guid>https://dev.to/mmrmagno/bonfire-backup-never-lose-your-dark-souls-iii-progress-again-1b1a</guid>
      <description>&lt;p&gt;&lt;em&gt;Submitted for the Boot.dev Hackathon 2025&lt;/em&gt; 🏆&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Every Dark Souls III player knows the fear: corrupted save files, accidental deletions, etc... Losing dozens of hours of carefully cultivated character builds and hard-earned progress is a nightmare that haunts the Undead.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Solution: Bonfire Backup ⚔️
&lt;/h2&gt;

&lt;p&gt;I built &lt;strong&gt;Bonfire Backup&lt;/strong&gt;, a Dark Souls III save file backup and synchronization tool that uses Git version control to keep your precious save files safe across the void (With the option to use  a remote repository). Think of it as your personal Firekeeper for save data protection.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy8x6opvf5cpfl5zi2y5u.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy8x6opvf5cpfl5zi2y5u.png" alt="Bonfire Backup Screenshot" width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;p&gt;🛡️ &lt;strong&gt;Automatic Save Detection&lt;/strong&gt; - Finds your Dark Souls III saves automatically across Windows and Linux&lt;br&gt;
☁️ &lt;strong&gt;Git-Based Backup&lt;/strong&gt; - Uses Git version control with remote repository sync&lt;br&gt;
🔄 &lt;strong&gt;Real-time Auto-Sync&lt;/strong&gt; - File watching with automatic backups when saves change&lt;br&gt;
📁 &lt;strong&gt;Manual Control&lt;/strong&gt; - Full backup and restore functionality when you need it&lt;/p&gt;
&lt;h2&gt;
  
  
  Technical Implementation
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Electron + React + TypeScript&lt;/strong&gt; - Cross-platform desktop application&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;File System Watching&lt;/strong&gt; - Real-time detection of save file changes using Chokidar&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Git Integration&lt;/strong&gt; - Automated version control using simple-git library&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Auto-Detection&lt;/strong&gt; - Smart save path discovery for &lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
  
  
  Why This Matters
&lt;/h2&gt;

&lt;p&gt;Gaming save data is precious. Unlike other files, saves represent time, effort, and personal achievement that can't easily be recreated.&lt;/p&gt;
&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;
&lt;h3&gt;
  
  
  Linux
&lt;/h3&gt;


&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;curl &lt;span class="nt"&gt;-sSL&lt;/span&gt; https://raw.githubusercontent.com/mmrmagno/bonfire-backup/main/install.sh | bash
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;h3&gt;
  
  
  Windows (PowerShell as Administrator)
&lt;/h3&gt;


&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight powershell"&gt;&lt;code&gt;&lt;span class="n"&gt;irm&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;https://raw.githubusercontent.com/mmrmagno/bonfire-backup/main/install.ps1&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;iex&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;h2&gt;
  
  
  Testing Without Dark Souls III
&lt;/h2&gt;

&lt;p&gt;Don't own the game? No problem! Create a test save file:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;echo&lt;/span&gt; &lt;span class="s2"&gt;"test save data"&lt;/span&gt; &lt;span class="o"&gt;&amp;gt;&lt;/span&gt; DS30000.sl2
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then point the app to this file - it works exactly the same way!&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;p&gt;Building this taught me about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Cross-platform file system differences&lt;/li&gt;
&lt;li&gt;Real-time file watching patterns&lt;/li&gt;
&lt;li&gt;Git automation in desktop apps&lt;/li&gt;
&lt;li&gt;Electron's security model with context isolation&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Repository
&lt;/h2&gt;

&lt;p&gt;⭐ Check out the code: &lt;a href="https://github.com/mmrmagno/bonfire-backup" rel="noopener noreferrer"&gt;github.com/mmrmagno/bonfire-backup&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Praise the Sun!&lt;/strong&gt; ☀️&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Remember: A true Undead never loses hope... or their save files.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>reactnative</category>
      <category>programming</category>
      <category>hackathon</category>
      <category>bootdotdev</category>
    </item>
  </channel>
</rss>
