summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.25/mythtv/menu-xml/mythrestore.xml
blob: 161f13fc6d0c2a4f816e557d1185956f40fc49a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<mythmenu name="LinHES">

   <button>
     <type>RESTORE</type>
     <text>Do you wish to restore?</text>
     <description>This will restore from most recent backup.</description>
     <action>NONE</action>
   </button>

   <button>
     <type>RESTORE</type>
     <text>Yes</text>
     <action>EXEC sudo /usr/LH/bin/lh_system_restore &amp;</action>
   </button>

   <button>
     <type>BACKUP</type>
     <text>No</text>
     <action>UPMENU</action>
   </button>
</mythmenu>