summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/old/stable-0.22/mythtv/menu-xml/mythbackup.xml
blob: 5914b334d9512130a80fc4192bee011fa3b1c0d8 (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>
     <action>NONE</action>
   </button>

   <button>
     <type>BACKUP</type>
     <text>Yes</text>
     <action>EXEC sudo /usr/LH/bin/mythbackup</action>
   </button>
   
   <button>
     <type>BACKUP</type>
     <text>No</text>
     <action>UPMENU</action>
   </button>
</mythmenu>