<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.qnap.com/mediawiki/index.php?title=Rdiff-backup&amp;feed=atom&amp;action=history</id>
	<title>Rdiff-backup - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.qnap.com/mediawiki/index.php?title=Rdiff-backup&amp;feed=atom&amp;action=history"/>
	<link rel="alternate" type="text/html" href="https://wiki.qnap.com/mediawiki/index.php?title=Rdiff-backup&amp;action=history"/>
	<updated>2022-08-31T22:49:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://wiki.qnap.com/mediawiki/index.php?title=Rdiff-backup&amp;diff=589&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.qnap.com/mediawiki/index.php?title=Rdiff-backup&amp;diff=589&amp;oldid=prev"/>
		<updated>2015-06-30T04:10:42Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This article describes how to setup rdiff-backup on a [[QNAP]] [[NAS]] device. This is useful if you want to make incremental backups of your server. This recipe has been tested on a TS-509 Pro. &lt;br /&gt;
&lt;br /&gt;
== QNAP Server Setup  ==&lt;br /&gt;
&lt;br /&gt;
Install [[Ipkg]] on the qnap server. See [[Install Optware IPKG]], but briefly: &lt;br /&gt;
&lt;br /&gt;
*Go to System Tool -&amp;amp;gt; qpkg -&amp;amp;gt; Get qpkg &lt;br /&gt;
*Right click &amp;quot;Optware IPKG (Itsy Package Management System)&amp;quot; copy and paste link to new browser &lt;br /&gt;
*Download the software and then install as fireware update&lt;br /&gt;
&lt;br /&gt;
Update ipkg and install rdiff-backup &lt;br /&gt;
&lt;br /&gt;
 ipkg update&lt;br /&gt;
 ipkg list | grep rdiff-backup&lt;br /&gt;
 ipkg install py26-rdiff-backup&lt;br /&gt;
&lt;br /&gt;
Find out the version of rdiff-backup because your other rdiff-backup software will need to match exactly. Note it has a slightly different name than normal. &lt;br /&gt;
&lt;br /&gt;
 rdiff-backup-2.6 -V&lt;br /&gt;
&lt;br /&gt;
Make a symbolic link in the paths so that we can call rdiff-backup rather than rdiff-backup-2.6 from the shell &lt;br /&gt;
&lt;br /&gt;
 ln -s /opt/bin/rdiff-backup-2.6 /opt/bin/rdiff-backup&lt;br /&gt;
&lt;br /&gt;
Test our command &lt;br /&gt;
&lt;br /&gt;
 rdiff-backup -V&lt;br /&gt;
&lt;br /&gt;
Make a soft link so that it can be accessed by ssh &lt;br /&gt;
&lt;br /&gt;
 ln -s /opt/bin/rdiff-backup-2.6 /bin/rdiff-backup&lt;br /&gt;
&lt;br /&gt;
Test this on a remote machine &lt;br /&gt;
&lt;br /&gt;
 ssh admin@yourqnapserver rdiff-backup -V&lt;br /&gt;
&lt;br /&gt;
== How to use rdiff-backup  ==&lt;br /&gt;
&lt;br /&gt;
The software is quite simple and there is a good guides here: http://www.nongnu.org/rdiff-backup/examples.html . &lt;br /&gt;
&lt;br /&gt;
[[Category:Backup]] [[Category:Remote Replication/ Disaster Recovery]] [[Category:QPKG]] [[Category:Optware_IPKG]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>