Diff of /trunk/data/gpxview.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 188 by harbaum, Mon Nov 16 20:30:54 2009 UTC revision 189 by harbaum, Tue Nov 17 09:07:17 2009 UTC
# Line 1  Line 1 
1  <backup-configuration>  <backup-configuration>
2    <locations>    <locations>
3      <location type="dir"      <location type="dir" category="applications">
4                category="applications">/home/user/.gpxview</location>          /home/user/MyDocs/.gpxview</location>
5  <!-- it may be a good idea to excluse downloaded images from the backup -->  
6  <!--      <!-- exclude cached images from the backup -->
7      <exclusion type="file"      <exclusion type="file" category="applications">
8                category="applications">/home/user/gpxview/*.gif</exclusion>          /home/user/MyDocs/.gpxview/*/*.gif</exclusion>
9      <exclusion type="file"      <exclusion type="file" category="applications">
10                category="applications">/home/user/gpxview/*.jpg</exclusion>          /home/user/MyDocs/.gpxview/*/*.jpg</exclusion>
11  -->      <exclusion type="file" category="applications">
12            /home/user/MyDocs/.gpxview/*/*.png</exclusion>
13    </locations>    </locations>
14  </backup-configuration>  </backup-configuration>

Legend:
Removed from v.188  
changed lines
  Added in v.189