<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://etcwiki.org/index.php?action=history&amp;feed=atom&amp;title=SD_Card_Backup_-_Raspberry_Pi</id>
	<title>SD Card Backup - Raspberry Pi - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://etcwiki.org/index.php?action=history&amp;feed=atom&amp;title=SD_Card_Backup_-_Raspberry_Pi"/>
	<link rel="alternate" type="text/html" href="http://etcwiki.org/index.php?title=SD_Card_Backup_-_Raspberry_Pi&amp;action=history"/>
	<updated>2026-05-11T00:37:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://etcwiki.org/index.php?title=SD_Card_Backup_-_Raspberry_Pi&amp;diff=3219&amp;oldid=prev</id>
		<title>Ddxfish: Ddxfish moved page Raspberry Pi - Complete SD Card Backup to SD Card Backup - Raspberry Pi</title>
		<link rel="alternate" type="text/html" href="http://etcwiki.org/index.php?title=SD_Card_Backup_-_Raspberry_Pi&amp;diff=3219&amp;oldid=prev"/>
		<updated>2013-09-25T18:07:45Z</updated>

		<summary type="html">&lt;p&gt;Ddxfish moved page &lt;a href=&quot;/wiki/Raspberry_Pi_-_Complete_SD_Card_Backup&quot; class=&quot;mw-redirect&quot; title=&quot;Raspberry Pi - Complete SD Card Backup&quot;&gt;Raspberry Pi - Complete SD Card Backup&lt;/a&gt; to &lt;a href=&quot;/wiki/SD_Card_Backup_-_Raspberry_Pi&quot; title=&quot;SD Card Backup - Raspberry Pi&quot;&gt;SD Card Backup - Raspberry Pi&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This is a command that lets you make a COMPLETE image of any raspberry Pi sd card. You will need to do this from a linux PC (not the raspberry pi) so you will need to shut down your pi for a bit.&lt;br /&gt;
*Stick the Pi SD card into your main PC running linux&lt;br /&gt;
*make sure you have free space enough to backup the entire size of the card&lt;br /&gt;
*this will put the image in your home directory in the file rpifull.img&lt;br /&gt;
*this backs up the boot loader, and every 1 and 0 on the card&lt;br /&gt;
*find the name/location of your card (/dev/sdc) and replace below. Use the &amp;quot;df&amp;quot; command&lt;br /&gt;
 umount /dev/sdc1&lt;br /&gt;
 umount /dev/sdc2&lt;br /&gt;
 dd if=/dev/sdc bs=1M of=~/rpifull.img&lt;br /&gt;
&lt;br /&gt;
You can now zip this file if you want to reduce disk space used by it:&lt;br /&gt;
 bzip2 -k9 ~/rpifull.img&lt;br /&gt;
[[Category:Raspberry Pi]]&lt;/div&gt;</summary>
		<author><name>Ddxfish</name></author>
	</entry>
</feed>