<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Backup for Linux, Done Right - Part 2: Time Drive 0.1</title>
	<atom:link href="http://www.oak-tree.us/blog/index.php/2009/08/07/time-drive2/feed" rel="self" type="application/rss+xml" />
	<link>http://www.oak-tree.us/blog/index.php/2009/08/07/time-drive2</link>
	<description>The Rants and Raves of an Unsettled Mind</description>
	<lastBuildDate>Wed, 07 Apr 2010 15:43:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Eats Wombats</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/08/07/time-drive2/comment-page-1#comment-11767</link>
		<dc:creator>Eats Wombats</dc:creator>
		<pubDate>Mon, 05 Apr 2010 14:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=1117#comment-11767</guid>
		<description>PS. Just figured out (with a laugh) what &#039;nice&#039; means! But only because I happened to install Ubuntu&#039;s task scheduler which I&#039;ve never used before (I&#039;ve just edited crontab by hand).

I&#039;m now using Back in Time and I understand the Time Drive UI a bit better as result. With some adjustments prior knowledge of this shouldn&#039;t be needed! I&#039;ll post suggestions once I&#039;ve used it for a bit and will try Time Drive again later.

Meanwhile, a Time Drive category to find all the Time Drive posts would be nice. Alternatively, the Related Posts plugin might be worthwhile. (I had to use Google to find this page again)

I like the theme. Haven&#039;t seen it before. Finding a new on is on my to do list, after WP3.0 ships. Enjoyed yr blog.</description>
		<content:encoded><![CDATA[<p>PS. Just figured out (with a laugh) what 'nice' means! But only because I happened to install Ubuntu's task scheduler which I've never used before (I've just edited crontab by hand).</p>
<p>I'm now using Back in Time and I understand the Time Drive UI a bit better as result. With some adjustments prior knowledge of this shouldn't be needed! I'll post suggestions once I've used it for a bit and will try Time Drive again later.</p>
<p>Meanwhile, a Time Drive category to find all the Time Drive posts would be nice. Alternatively, the Related Posts plugin might be worthwhile. (I had to use Google to find this page again)</p>
<p>I like the theme. Haven't seen it before. Finding a new on is on my to do list, after WP3.0 ships. Enjoyed yr blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eats Wombats</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/08/07/time-drive2/comment-page-1#comment-11707</link>
		<dc:creator>Eats Wombats</dc:creator>
		<pubDate>Sun, 04 Apr 2010 23:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=1117#comment-11707</guid>
		<description>Very well thought out and interesting approach. I&#039;ve installed on Lucid beta 1 and am looking forward to trying it out. Here goes:

First impressions

Where is the BACKUP NOW button? I have used a combination of tar, rsync and sbackup (simple backup) and Clonezilla on Linux up to now. Sbackup sets the standard for elegant simplicity. Unfortunately it doesn&#039;t work on Lucid which is what started me looking for something better. I was about to give Back In Time a go when I found Time Drive.

First: the program crashed immediately with a SIGSEGV (I had just exited after looking at some menus). The crash log is 10Mb, most of which is a core dump. If you want it and tell me where to upload it  I&#039;ll be happy to do the needful. I hesitate to upload this to launchpad -- I&#039;ll upload the log minus the core dump.

Second: I believe that there should be a default list of directories that are excluded from backup. Sbackup offers,  quite sensibly, I think:

/media
/var/spool
/var/cache
/var/tmp

to which I add remote directories mounted under /mnt (on an 8.04 LTS machine on which I run it). Update: I see from the duplicity site that /proc is advisable to exclude. If true, doing so would be a good default.

Entering the command sudo time-drive in a terminal window (after configuring via the GUI) yielded

/usr/lib/pymodules/python2.6/gtk-2.0/gtk/__init__.py:127: RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK
  set_interactive(1)
Could not resolve property : linearGradient5167
Could not resolve property : linearGradient5167
Could not resolve property : linearGradient4636
Could not resolve property : linearGradient4592
Could not resolve property : linearGradient4247
Could not resolve property : linearGradient5167
Could not resolve property : radialGradient3709

[ at this point the program opened on screen ]

^CTraceback (most recent call last):
  File &quot;/usr/lib/python2.6/dist-packages/timedrive/app.py&quot;, line 634, in buttonExit_Pressed
    def buttonExit_Pressed(self):
KeyboardInterrupt

OK, on the 2nd attempt I&#039;ve found the backup button. I thought the floppies represented archives. There&#039;s really nothing to beat a button labeled &quot;Backup now&quot;. I know there&#039;s a tool tip but I missed it the first time. Clicking it yielded

04/04/10 23:27:05 ERROR Failed: /

followed by a report that the backup had completed. I had no better luck backing up my own home directory (exactly the same result).

It&#039;s not clear if &quot;Exclude file patterns&quot; expects directory names, directory names plus file names, or file names, as in

/dir
/dir/*
dir/*.tmp

or all 3. Some guidance would help. Symmetry between include and exclude would be nice. Sbackup offers to include and exclude individual files and named directories.

Run &#039;nice&#039; as a cron job (default: enabled)

was confusing. First, what&#039;s nice? I assume it means that running as a cron job is a good idea (in which case Run &#039;nice&#039;, i.e., as a cron job), but I&#039;m used to seeing a field with a ? at the end which is clickable and which explains the option (dnsmadeeasy.com e.g., does it well). If it&#039;s the default why isn&#039;t the box already checked?

I tried using General Settings and Local Backup Directory (what&#039;s the difference if any between these?). Backups failed with both. The backup got as far as creating a username folder on the mounted drive (an NFS partition on a ReadyNAS server that looks local to the OS and which is freely readable and writable by both the user, me, and root).

Having two Advanced buttons on the screen at the same time is a little odd. One deals with overall settings and the other with job specific settings. I would change the job settings to &quot;Customize&quot; and move the advanced options to button on the Options tab.

Can&#039;t get into the autoremove menu at all. Not sure it&#039;s because there&#039;s nothing to remove or a bug.

The restoring files UI is not intuitive. 

A green button with a plus sign under Restore files, with a tool tip that says add folders or files the backup queue???

Adding here to the restore queue would make sense, but backup? (under a menu heading &quot;Restore files&quot;?). You&#039;ve lost me here. Should the tool tip read &quot;restore queue&quot;? I assume so. The red button would be a chance to make it clear but it doesn&#039;t offer any more info on the queue.

Two blue &quot;i&quot;s on the screen? Not great from a design pov. One does nothing, the other shows log info. And the ring? Help? Emergency? Rescue? 

Clicking on the Restore Files button is good for a heart attack as it triggers an announcement that a restoration is in progress even though there&#039;s nothing to restore (I think we&#039;ve all seen announcements like that followed by non-bootable systems).

So, maybe I just got a bad build but it looks like a great idea but... 

The concept is too good to languish. Do consider making a video for YouTube showing the program working and explaining it. And put up a matrix showing how it compares with other backup tools. You&#039;d probably rather focus on getting the project working but it&#039;ll happen faster with help. I doubt I&#039;m the only person who has stopped by and wondered if this is a sustainable project despite both the robust underlying tools and and the great idea.

Unfortunately, I&#039;m not able to help with development. 

Incidentally, I found Time Drive partly by chance. I didn&#039;t find it in any searches on &quot;linux backup&quot; but before I commit to installing anything I search on &quot;better than X&quot; (Back In Time in this case) and it turned up exactly 1 hit.</description>
		<content:encoded><![CDATA[<p>Very well thought out and interesting approach. I've installed on Lucid beta 1 and am looking forward to trying it out. Here goes:</p>
<p>First impressions</p>
<p>Where is the BACKUP NOW button? I have used a combination of tar, rsync and sbackup (simple backup) and Clonezilla on Linux up to now. Sbackup sets the standard for elegant simplicity. Unfortunately it doesn't work on Lucid which is what started me looking for something better. I was about to give Back In Time a go when I found Time Drive.</p>
<p>First: the program crashed immediately with a SIGSEGV (I had just exited after looking at some menus). The crash log is 10Mb, most of which is a core dump. If you want it and tell me where to upload it  I'll be happy to do the needful. I hesitate to upload this to launchpad -- I'll upload the log minus the core dump.</p>
<p>Second: I believe that there should be a default list of directories that are excluded from backup. Sbackup offers,  quite sensibly, I think:</p>
<p>/media<br />
/var/spool<br />
/var/cache<br />
/var/tmp</p>
<p>to which I add remote directories mounted under /mnt (on an 8.04 LTS machine on which I run it). Update: I see from the duplicity site that /proc is advisable to exclude. If true, doing so would be a good default.</p>
<p>Entering the command sudo time-drive in a terminal window (after configuring via the GUI) yielded</p>
<p>/usr/lib/pymodules/python2.6/gtk-2.0/gtk/__init__.py:127: RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK<br />
  set_interactive(1)<br />
Could not resolve property : linearGradient5167<br />
Could not resolve property : linearGradient5167<br />
Could not resolve property : linearGradient4636<br />
Could not resolve property : linearGradient4592<br />
Could not resolve property : linearGradient4247<br />
Could not resolve property : linearGradient5167<br />
Could not resolve property : radialGradient3709</p>
<p>[ at this point the program opened on screen ]</p>
<p>^CTraceback (most recent call last):<br />
  File "/usr/lib/python2.6/dist-packages/timedrive/app.py", line 634, in buttonExit_Pressed<br />
    def buttonExit_Pressed(self):<br />
KeyboardInterrupt</p>
<p>OK, on the 2nd attempt I've found the backup button. I thought the floppies represented archives. There's really nothing to beat a button labeled "Backup now". I know there's a tool tip but I missed it the first time. Clicking it yielded</p>
<p>04/04/10 23:27:05 ERROR Failed: /</p>
<p>followed by a report that the backup had completed. I had no better luck backing up my own home directory (exactly the same result).</p>
<p>It's not clear if "Exclude file patterns" expects directory names, directory names plus file names, or file names, as in</p>
<p>/dir<br />
/dir/*<br />
dir/*.tmp</p>
<p>or all 3. Some guidance would help. Symmetry between include and exclude would be nice. Sbackup offers to include and exclude individual files and named directories.</p>
<p>Run 'nice' as a cron job (default: enabled)</p>
<p>was confusing. First, what's nice? I assume it means that running as a cron job is a good idea (in which case Run 'nice', i.e., as a cron job), but I'm used to seeing a field with a ? at the end which is clickable and which explains the option (dnsmadeeasy.com e.g., does it well). If it's the default why isn't the box already checked?</p>
<p>I tried using General Settings and Local Backup Directory (what's the difference if any between these?). Backups failed with both. The backup got as far as creating a username folder on the mounted drive (an NFS partition on a ReadyNAS server that looks local to the OS and which is freely readable and writable by both the user, me, and root).</p>
<p>Having two Advanced buttons on the screen at the same time is a little odd. One deals with overall settings and the other with job specific settings. I would change the job settings to "Customize" and move the advanced options to button on the Options tab.</p>
<p>Can't get into the autoremove menu at all. Not sure it's because there's nothing to remove or a bug.</p>
<p>The restoring files UI is not intuitive. </p>
<p>A green button with a plus sign under Restore files, with a tool tip that says add folders or files the backup queue???</p>
<p>Adding here to the restore queue would make sense, but backup? (under a menu heading "Restore files"?). You've lost me here. Should the tool tip read "restore queue"? I assume so. The red button would be a chance to make it clear but it doesn't offer any more info on the queue.</p>
<p>Two blue "i"s on the screen? Not great from a design pov. One does nothing, the other shows log info. And the ring? Help? Emergency? Rescue? </p>
<p>Clicking on the Restore Files button is good for a heart attack as it triggers an announcement that a restoration is in progress even though there's nothing to restore (I think we've all seen announcements like that followed by non-bootable systems).</p>
<p>So, maybe I just got a bad build but it looks like a great idea but... </p>
<p>The concept is too good to languish. Do consider making a video for YouTube showing the program working and explaining it. And put up a matrix showing how it compares with other backup tools. You'd probably rather focus on getting the project working but it'll happen faster with help. I doubt I'm the only person who has stopped by and wondered if this is a sustainable project despite both the robust underlying tools and and the great idea.</p>
<p>Unfortunately, I'm not able to help with development. </p>
<p>Incidentally, I found Time Drive partly by chance. I didn't find it in any searches on "linux backup" but before I commit to installing anything I search on "better than X" (Back In Time in this case) and it turned up exactly 1 hit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthai</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/08/07/time-drive2/comment-page-1#comment-8373</link>
		<dc:creator>Matthai</dc:creator>
		<pubDate>Wed, 23 Dec 2009 13:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=1117#comment-8373</guid>
		<description>Hi,

I tried time-drive under Ubuntu Karmic, but unfortunately it is not working - or I am doing sometnihg wrong (which is more likely).

I am trying to backup one directory to Ubuntu One, which is a local directoy (/home/user/Ubuntu One, but is actually cloud storage solution (similar to Dropbox). When you put a file in /home/user/Ubuntu One, it is synchronized with cloud.

So I went to settings and set:
Local Backup Directory: /home/matthai/Ubuntu One/time-drive-backup
Encrypt Files: &quot;somepassword&quot;. BTW: As far as I know, Duplicity enable to use GPG for encrypting. What about Time-drive?

Include (Folders in backup): /home/matthai/Desktop/important

BTW, &quot;Auto-remove&quot; tab is inactive in settings.

Then I clicked to a BackupNow button (diskette) and got a message that backup is completed.

Then I go to Restore files, create new directory (/home/matthai/Desktop/important2), TIme-drive says it has restored files, but /home/matthai/Desktop/important2 is empty.

What could be wrong? I am using Duplicity 0.6.06. BTW, help button for Time-drive is inactive - if you need help for writing Time-drive maual, please let me know. I also cannot rename or delete snapshot history and if I click to shapshot name (it is called Wed Dec 23 14:21:23 2009), I cannot see any files, actually hotnihg happens.

Any idea?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried time-drive under Ubuntu Karmic, but unfortunately it is not working - or I am doing sometnihg wrong (which is more likely).</p>
<p>I am trying to backup one directory to Ubuntu One, which is a local directoy (/home/user/Ubuntu One, but is actually cloud storage solution (similar to Dropbox). When you put a file in /home/user/Ubuntu One, it is synchronized with cloud.</p>
<p>So I went to settings and set:<br />
Local Backup Directory: /home/matthai/Ubuntu One/time-drive-backup<br />
Encrypt Files: "somepassword". BTW: As far as I know, Duplicity enable to use GPG for encrypting. What about Time-drive?</p>
<p>Include (Folders in backup): /home/matthai/Desktop/important</p>
<p>BTW, "Auto-remove" tab is inactive in settings.</p>
<p>Then I clicked to a BackupNow button (diskette) and got a message that backup is completed.</p>
<p>Then I go to Restore files, create new directory (/home/matthai/Desktop/important2), TIme-drive says it has restored files, but /home/matthai/Desktop/important2 is empty.</p>
<p>What could be wrong? I am using Duplicity 0.6.06. BTW, help button for Time-drive is inactive - if you need help for writing Time-drive maual, please let me know. I also cannot rename or delete snapshot history and if I click to shapshot name (it is called Wed Dec 23 14:21:23 2009), I cannot see any files, actually hotnihg happens.</p>
<p>Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Oakes</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/08/07/time-drive2/comment-page-1#comment-4543</link>
		<dc:creator>Rob Oakes</dc:creator>
		<pubDate>Sun, 06 Sep 2009 19:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=1117#comment-4543</guid>
		<description>@ Stan.  I&#039;d be happy to help you troubleshoot any problems.  Unfortunately, Time-Drive is still brand new software (still 0.1.x), and as a result has a number of particularly sharp edges.  I think you might have found one.

Just off the top of my head, I can think of two things.  First, the easy one.  Which version of Duplicity do you have installed?  Go to the command line and type:

duplicity -version

It should be version 0.6.04 or greater.  If it is version, 0.5.x, you&#039;ll need to install the most recent version from:

32-Bit: https://launchpad.net/~duplicity-team/+archive/ppa/+files/duplicity_0.6.04-0jaunty1_i386.deb
64-Bit: https://launchpad.net/~duplicity-team/+archive/ppa/+files/duplicity_0.6.04-0jaunty1_i386.deb

If that isn&#039;t the problem, this might be an instance of another known bug.  Duplicity (and by extension Time Drive) &lt;strong&gt;really&lt;/strong&gt; doesn&#039;t like top level folders that have spaces in them (it backs up subfolders with spaces without problems).  Thus, if your top level folder looks like this:

/Users/RobOakes/Documents

You will be fine, but if it looks like:

/Users/Rob Oakes/Documents and Settings/My Documents

Time Drive will fail silently.  I&#039;ve fixed this for the next version of Time-Drive, but other features (like Amazon S3 support and the deletion/renaming of snapshots) are not ready for prime-time.

Would you mind trying an experiment?  Create a new directory without spaces and put some files in it.  Then try and make a backup of that directory.  If that doesn&#039;t work, let me know and we&#039;ll try and we can try and dig into the problem a bit more.

Cheers,

Rob</description>
		<content:encoded><![CDATA[<p>@ Stan.  I'd be happy to help you troubleshoot any problems.  Unfortunately, Time-Drive is still brand new software (still 0.1.x), and as a result has a number of particularly sharp edges.  I think you might have found one.</p>
<p>Just off the top of my head, I can think of two things.  First, the easy one.  Which version of Duplicity do you have installed?  Go to the command line and type:</p>
<p>duplicity -version</p>
<p>It should be version 0.6.04 or greater.  If it is version, 0.5.x, you'll need to install the most recent version from:</p>
<p>32-Bit: <a href="https://launchpad.net/~duplicity-team/+archive/ppa/+files/duplicity_0.6.04-0jaunty1_i386.deb" rel="nofollow">https://launchpad.net/~duplicity-team/+archive/ppa/+files/duplicity_0.6.04-0jaunty1_i386.deb</a><br />
64-Bit: <a href="https://launchpad.net/~duplicity-team/+archive/ppa/+files/duplicity_0.6.04-0jaunty1_i386.deb" rel="nofollow">https://launchpad.net/~duplicity-team/+archive/ppa/+files/duplicity_0.6.04-0jaunty1_i386.deb</a></p>
<p>If that isn't the problem, this might be an instance of another known bug.  Duplicity (and by extension Time Drive) <strong>really</strong> doesn't like top level folders that have spaces in them (it backs up subfolders with spaces without problems).  Thus, if your top level folder looks like this:</p>
<p>/Users/RobOakes/Documents</p>
<p>You will be fine, but if it looks like:</p>
<p>/Users/Rob Oakes/Documents and Settings/My Documents</p>
<p>Time Drive will fail silently.  I've fixed this for the next version of Time-Drive, but other features (like Amazon S3 support and the deletion/renaming of snapshots) are not ready for prime-time.</p>
<p>Would you mind trying an experiment?  Create a new directory without spaces and put some files in it.  Then try and make a backup of that directory.  If that doesn't work, let me know and we'll try and we can try and dig into the problem a bit more.</p>
<p>Cheers,</p>
<p>Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stan Armstrong</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/08/07/time-drive2/comment-page-1#comment-4539</link>
		<dc:creator>Stan Armstrong</dc:creator>
		<pubDate>Sun, 06 Sep 2009 16:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=1117#comment-4539</guid>
		<description>Last month my Ubuntu hard drive failed. I had been using Simple Backup. Unfortunately, sbackup was producing empty backup files every day. As we all know (now), SB does not notify you of anything. So I am looking for something I can actually depend upon. Time-Drive promises to be everything I want. However, even though I have installed Duplicity and PyQT and Time-Drive runs, it doesn&#039;t do anything. It tells me it has started a backup, and then a few seconds later, it tell me it has successfully completed a backup. When I go to the backup site, what I find is empty directories. No backup has actually been performed. I don&#039;t know how to begin to troubleshoot this problem.</description>
		<content:encoded><![CDATA[<p>Last month my Ubuntu hard drive failed. I had been using Simple Backup. Unfortunately, sbackup was producing empty backup files every day. As we all know (now), SB does not notify you of anything. So I am looking for something I can actually depend upon. Time-Drive promises to be everything I want. However, even though I have installed Duplicity and PyQT and Time-Drive runs, it doesn't do anything. It tells me it has started a backup, and then a few seconds later, it tell me it has successfully completed a backup. When I go to the backup site, what I find is empty directories. No backup has actually been performed. I don't know how to begin to troubleshoot this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Oakes</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/08/07/time-drive2/comment-page-1#comment-4041</link>
		<dc:creator>Rob Oakes</dc:creator>
		<pubDate>Wed, 12 Aug 2009 15:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=1117#comment-4041</guid>
		<description>Hi Kelly.  It&#039;s actually in the works for the next version which should be released in the next few weeks (as soon as I can find some time to finish it).  Duplicity already supports it (and it works wonderfully), but it&#039;s handled slightly different than the other types of communications (ssh, ftp, etc).  As a result, I need to add some additional code for S3 connections and it&#039;s taken a little more time than I thought it would.

The next version will also include support for restoring files from older snapshots.  I just finished up that particular bit last night and just need to test it.</description>
		<content:encoded><![CDATA[<p>Hi Kelly.  It's actually in the works for the next version which should be released in the next few weeks (as soon as I can find some time to finish it).  Duplicity already supports it (and it works wonderfully), but it's handled slightly different than the other types of communications (ssh, ftp, etc).  As a result, I need to add some additional code for S3 connections and it's taken a little more time than I thought it would.</p>
<p>The next version will also include support for restoring files from older snapshots.  I just finished up that particular bit last night and just need to test it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Oakes</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/08/07/time-drive2/comment-page-1#comment-4040</link>
		<dc:creator>Rob Oakes</dc:creator>
		<pubDate>Wed, 12 Aug 2009 15:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=1117#comment-4040</guid>
		<description>Hi Johan, yes it is.  I should probably add a dedicated port box to the user interface.  You can specify a non-standard port for ssh by including in in the url.

computer.name.com:[port]//path/to/folder

If you use port 777 for ssh, this might look like:

backup.oak-tree.us:777//Backup/RobOakes

The same trick also works for ftp and the other communications protocols.  Though I&#039;ve broken them up into a couple of different boxes, Time Drive just combines the various pieces of information into a single unified Duplicity url.  (I thought it would be a little easier that way.)  So, you can use any of the tricks found on the duplicity man page.

http://duplicity.nongnu.org/duplicity.1.html</description>
		<content:encoded><![CDATA[<p>Hi Johan, yes it is.  I should probably add a dedicated port box to the user interface.  You can specify a non-standard port for ssh by including in in the url.</p>
<p>computer.name.com:[port]//path/to/folder</p>
<p>If you use port 777 for ssh, this might look like:</p>
<p>backup.oak-tree.us:777//Backup/RobOakes</p>
<p>The same trick also works for ftp and the other communications protocols.  Though I've broken them up into a couple of different boxes, Time Drive just combines the various pieces of information into a single unified Duplicity url.  (I thought it would be a little easier that way.)  So, you can use any of the tricks found on the duplicity man page.</p>
<p><a href="http://duplicity.nongnu.org/duplicity.1.html" rel="nofollow">http://duplicity.nongnu.org/duplicity.1.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kelly Householder</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/08/07/time-drive2/comment-page-1#comment-4039</link>
		<dc:creator>kelly Householder</dc:creator>
		<pubDate>Wed, 12 Aug 2009 15:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=1117#comment-4039</guid>
		<description>Looks like a great tool.  Hope to see you add S3 into the mix at some point.  I use S3 for much of my backups today so this would be a great way to leverage one tool for all platforms with a common storage.</description>
		<content:encoded><![CDATA[<p>Looks like a great tool.  Hope to see you add S3 into the mix at some point.  I use S3 for much of my backups today so this would be a great way to leverage one tool for all platforms with a common storage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan Folin</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/08/07/time-drive2/comment-page-1#comment-4034</link>
		<dc:creator>Johan Folin</dc:creator>
		<pubDate>Wed, 12 Aug 2009 13:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=1117#comment-4034</guid>
		<description>Hi, wonderful work! I haven&#039;t had time to try it out yet, but I will in the next few days. I use an rsync-script at the moment which works quite well, but it&#039;s cumbersome to manage. I have a question though: Is it possible to use a different port for ssh? I have a machine dedicated to backup storage that runs ssh on a non-standard port.
Keep up the good work!</description>
		<content:encoded><![CDATA[<p>Hi, wonderful work! I haven't had time to try it out yet, but I will in the next few days. I use an rsync-script at the moment which works quite well, but it's cumbersome to manage. I have a question though: Is it possible to use a different port for ssh? I have a machine dedicated to backup storage that runs ssh on a non-standard port.<br />
Keep up the good work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

