<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.dxcluster.org/w/index.php?action=history&amp;feed=atom&amp;title=Backup</id>
	<title>Backup - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.dxcluster.org/w/index.php?action=history&amp;feed=atom&amp;title=Backup"/>
	<link rel="alternate" type="text/html" href="https://wiki.dxcluster.org/w/index.php?title=Backup&amp;action=history"/>
	<updated>2026-04-26T03:51:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.dxcluster.org/w/index.php?title=Backup&amp;diff=438&amp;oldid=prev</id>
		<title>G0TRT: Created page with &quot;As DX Spider runs on Linux it is very simple to keep a constant back up of DX spider either onboard, off-board, or even somewhere remote.  To install a backup of your node your new system will need to install dxspider and its dependencies, and then copy your existing ~/spider/* and sub-directories over the top of your new installation. This should bring your whole configuration, connections, scripts, crontab etc.  The [https://www.geeksforgeeks.org/rsync-command-in-linux...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.dxcluster.org/w/index.php?title=Backup&amp;diff=438&amp;oldid=prev"/>
		<updated>2025-04-24T20:48:56Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;As DX Spider runs on Linux it is very simple to keep a constant back up of DX spider either onboard, off-board, or even somewhere remote.  To install a backup of your node your new system will need to install dxspider and its dependencies, and then copy your existing ~/spider/* and sub-directories over the top of your new installation. This should bring your whole configuration, connections, scripts, crontab etc.  The [https://www.geeksforgeeks.org/rsync-command-in-linux...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;As DX Spider runs on Linux it is very simple to keep a constant back up of DX spider either onboard, off-board, or even somewhere remote.&lt;br /&gt;
&lt;br /&gt;
To install a backup of your node your new system will need to install dxspider and its dependencies, and then copy your existing ~/spider/* and sub-directories over the top of your new installation. This should bring your whole configuration, connections, scripts, crontab etc.&lt;br /&gt;
&lt;br /&gt;
The [https://www.geeksforgeeks.org/rsync-command-in-linux-with-examples/ rsync] package will be used to copy ~/spider/* to your backup location.&lt;br /&gt;
&lt;br /&gt;
 rsync -ar /home/sysop/ /home/sysop/usb1/&lt;br /&gt;
&lt;br /&gt;
Running this command once will copy all files in /home/sysop/ into the location /home/sysop/usb1/ In this case usb1 is a usb thumb drive that&amp;#039;s plugged into the computer running DX Spider&lt;br /&gt;
&lt;br /&gt;
In order to have the rsync command run frequently, to capture changes, it&amp;#039;s added to the computer&amp;#039;s crontab as explained at the [https://linuxhandbook.com/crontab/ Linux Handbook]&lt;br /&gt;
&lt;br /&gt;
Using this method, even after reboot, rsync will run as often as crontab makes it, and when there is a system failure, or you want to add a test node to your setup, use the contest of your thumb drive to quickly copy across your original configuration&lt;/div&gt;</summary>
		<author><name>G0TRT</name></author>
	</entry>
</feed>