Backup ID and last modification time of Sone, too.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 25 Oct 2010 19:57:10 +0000 (21:57 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 25 Oct 2010 19:57:10 +0000 (21:57 +0200)
src/main/resources/templates/backup.xml

index 1278404..d844fbb 100644 (file)
@@ -1,7 +1,9 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <sone>
 
+       <id><% currentSone.id|xml></id>
        <name><% currentSone.name|xml></name>
+       <time><% currentSone.time|xml></time>
        <requestUri><% currentSone.requestUri|xml></requestUri>
        <insertUri><% currentSone.insertUri|xml></insertUri>