diff --git a/core/ui/ControlPanel/Saving.tid b/core/ui/ControlPanel/Saving.tid
index 287c9de37..f72525021 100644
--- a/core/ui/ControlPanel/Saving.tid
+++ b/core/ui/ControlPanel/Saving.tid
@@ -2,10 +2,21 @@ title: $:/core/ui/ControlPanel/Saving
tags: $:/tags/ControlPanel
caption: Saving
+\define backupURL()
+http://$(userName)$.tiddlyspot.com/backup/
+\end
+\define backupLink()
+<$reveal type="nomatch" state="$:/UploadName" text="">
+<$set name="userName" value={{$:/UploadName}}>
+>><$macrocall $name="backupURL" $type="text/plain" $output="text/plain"/>
+$set>
+$reveal>
+\end
! TiddlySpot
|[[Wiki name|$:/UploadName]] |<$edit-text tiddler="$:/UploadName" default="" tag="input"/> |
|Password |<$password name="upload"/> |
|Server URL |<$edit-text tiddler="$:/UploadURL" default="" tag="input"/> |
+|Backups |<> |
//The server URL defaults to `http://.tiddlyspot.com/store.cgi` and can be changed to use a custom server address//
diff --git a/editions/tw5.com/tiddlers/Release 5.0.0alpha16.tid b/editions/tw5.com/tiddlers/Release 5.0.0alpha16.tid
index de35d9d40..43a88e6a3 100644
--- a/editions/tw5.com/tiddlers/Release 5.0.0alpha16.tid
+++ b/editions/tw5.com/tiddlers/Release 5.0.0alpha16.tid
@@ -17,6 +17,7 @@ tags: releasenote
** [[$:/TopSideBar]] and [[$:/LeftSideBar]] are no longer specially treated; use the new tag instead
* Fixed problem that prevented tag configured items from shadow tiddlers interleaving with items from ordinary tiddlers
* Refactored control panel to add ''Saving'' tab that includes TiddlySpot options
+* Added backup URL to TiddlySpot control panel tab
!! Bug fixes