<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kenmcl2</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kenmcl2"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Kenmcl2"/>
	<updated>2026-05-02T10:41:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Talk:Create_a_Bootable_Device&amp;diff=18803</id>
		<title>Talk:Create a Bootable Device</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Talk:Create_a_Bootable_Device&amp;diff=18803"/>
		<updated>2021-04-08T02:43:58Z</updated>

		<summary type="html">&lt;p&gt;Kenmcl2: /* Rufus / Windows */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is it just me or is this page very confusing and in need of a major cleanup? (I&#039;m volunteering if I get some kind of consensus from other people.)&lt;br /&gt;
&lt;br /&gt;
== Rufus / Windows ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve also just made a USB stick wth Rufus that worked fine the first time. Minor point: the cluster size was 8192, probably because I used a bigger (16GB) stick.&lt;br /&gt;
--[[User:Kenmcl2|Kenmcl2]] ([[User talk:Kenmcl2|talk]]) 02:43, 8 April 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>Kenmcl2</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Back_Up_a_Flash_Memory_Installation&amp;diff=18802</id>
		<title>Back Up a Flash Memory Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Back_Up_a_Flash_Memory_Installation&amp;diff=18802"/>
		<updated>2021-04-08T01:48:27Z</updated>

		<summary type="html">&lt;p&gt;Kenmcl2: spelling: received&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have installed Alpine Linux on flash memory, such as a CF card or USB stick, you may wish to create a backup. &lt;br /&gt;
&lt;br /&gt;
This procedure may also be used to migrate an Alpine Linux installation from one form of flash media to another.&lt;br /&gt;
&lt;br /&gt;
== Install Alpine Linux on the backup medium ==&lt;br /&gt;
&lt;br /&gt;
Follow the instructions at [[Create a Bootable USB]] to install Alpine Linux on the backup medium (CF/USB). Install the same version of Alpine Linux as you have on the running system (you can determine this using the command &amp;quot;cat /etc/alpine-release&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Copy over the cache directory ==&lt;br /&gt;
&lt;br /&gt;
If you have [[Alpine Linux package management#Local_Cache |enabled APK caching]] for packages that are downloaded over the Internet, then you should copy over the &amp;quot;cache&amp;quot; directory from the running system to your backup medium.&lt;br /&gt;
&lt;br /&gt;
For example, if the backup medium is labeled &amp;quot;sdb&amp;quot; (use the command &amp;quot;dmesg&amp;quot; to see what name your recently inserted device has received), and the system is booted from USB, you would run:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mount -t vfat /dev/sdb1 /mnt&lt;br /&gt;
cp -a /media/usbdisk/cache /mnt/&lt;br /&gt;
umount /mnt}}&lt;br /&gt;
&lt;br /&gt;
== Copy over the configuration overlay file (apkovl) ==&lt;br /&gt;
&lt;br /&gt;
All the custom configuration of your system is stored in a file named HOSTNAME.apkovl.tar.gz, where HOSTNAME is the locally configured hostname of the system (see the file /etc/hostname).&lt;br /&gt;
&lt;br /&gt;
Simply copy this file to the root of your backup medium.&lt;br /&gt;
&lt;br /&gt;
For example, if the backup medium is labeled &amp;quot;sdb&amp;quot; (use the command &amp;quot;dmesg&amp;quot; to see what name your recently inserted device has received), and the system is booted from USB, you would run:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mount -t vfat /dev/sdb1 /mnt&lt;br /&gt;
cp -a /media/usbdisk/*.apkovl.tar.gz /mnt/&lt;br /&gt;
umount /mnt}}&lt;br /&gt;
&lt;br /&gt;
[[Category:LBU]]&lt;br /&gt;
[[Category:Installation]]&lt;/div&gt;</summary>
		<author><name>Kenmcl2</name></author>
	</entry>
</feed>