summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.27/mythtv/menu-xml/mythbackup.xml
blob: 7890d887e6e4980b6044e1cc501b3cd0f07cbd0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<mythmenu name="LinHES">
   <button>
     <type>BACKUP</type>
     <text>Do you wish to backup?</text>
     <description></description>
     <action>NONE</action>
   </button>

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

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