<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://hurlster.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Duplicity</id>
	<title>Duplicity - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://hurlster.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Duplicity"/>
	<link rel="alternate" type="text/html" href="https://hurlster.com/wiki/index.php?title=Duplicity&amp;action=history"/>
	<updated>2026-08-28T00:15:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://hurlster.com/wiki/index.php?title=Duplicity&amp;diff=2553&amp;oldid=prev</id>
		<title>Gqwill69: Created page with &quot;This is some examples of incremental encrypted backup scripts  * duplicity-backup.sh  #!/bin/bash  export PASSPHRASE=GpGpassw0rd  export FTP_PASSWORD=ftppassw0rd    ## FTP BACKUP...&quot;</title>
		<link rel="alternate" type="text/html" href="https://hurlster.com/wiki/index.php?title=Duplicity&amp;diff=2553&amp;oldid=prev"/>
		<updated>2013-09-25T21:10:19Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This is some examples of incremental encrypted backup scripts  * duplicity-backup.sh  #!/bin/bash  export PASSPHRASE=GpGpassw0rd  export FTP_PASSWORD=ftppassw0rd    ## FTP BACKUP...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This is some examples of incremental encrypted backup scripts&lt;br /&gt;
&lt;br /&gt;
* duplicity-backup.sh&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 export PASSPHRASE=GpGpassw0rd&lt;br /&gt;
 export FTP_PASSWORD=ftppassw0rd&lt;br /&gt;
 &lt;br /&gt;
 ## FTP BACKUP (easiest)&lt;br /&gt;
 #duplicity --volsize=500 /home/user ftp://user@servername.net/server-backup&lt;br /&gt;
 &lt;br /&gt;
 ## RSYNC BACKUP (built in bandwidth shaper)&lt;br /&gt;
 ## duplicity,filesize=500MB,use FTP_PASSWORD for SSH pass, source dir, remote dir&lt;br /&gt;
 #duplicity --volsize=500 --ssh-askpass --rsync-options=&amp;quot;--bwlimit=1920&amp;quot; /home/user rsync://user@servername.net::*module*&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>Gqwill69</name></author>
	</entry>
</feed>