psa: mofify backup script with backup method
authorYves <yves@marcoz.org>
Thu, 2 Feb 2012 00:32:49 +0000 (16:32 -0800)
committerYves <yves@marcoz.org>
Thu, 2 Feb 2012 00:32:49 +0000 (16:32 -0800)
FeedingIt-Sync/backup/feedingit.conf

index 89d6df3..2c56e00 100644 (file)
@@ -1,9 +1,8 @@
 <backup-configuration>
 <application-type>nokia</application-type>
 <application-name>FeedingIt Backup</application-name>
+<backup-method>permanent-backup-files</backup-method>
 <locations>
-<location type="file" category="applications" auto="true">
-  $HOME/.feedingit/feeds.db
-</location>
+<location type="permanent-backup-file" category="applications" auto="true">$HOME/.feedingit/feeds.db</location>
 </locations>
 </backup-configuration>