Contents of /trunk/data/gpxview.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 191 - (hide annotations)
Tue Nov 17 11:32:26 2009 UTC (14 years, 6 months ago) by harbaum
File size: 1629 byte(s)
Backup config
1 harbaum 188 <backup-configuration>
2     <locations>
3 harbaum 189 <location type="dir" category="applications">
4     /home/user/MyDocs/.gpxview</location>
5    
6     <!-- exclude cached images from the backup -->
7     <exclusion type="file" category="applications">
8     /home/user/MyDocs/.gpxview/*/*.gif</exclusion>
9     <exclusion type="file" category="applications">
10     /home/user/MyDocs/.gpxview/*/*.jpg</exclusion>
11     <exclusion type="file" category="applications">
12 harbaum 191 /home/user/MyDocs/.gpxview/*/*.jpeg</exclusion>
13     <exclusion type="file" category="applications">
14 harbaum 189 /home/user/MyDocs/.gpxview/*/*.png</exclusion>
15 harbaum 191 <exclusion type="file" category="applications">
16     /home/user/MyDocs/.gpxview/*/*.Gif</exclusion>
17     <exclusion type="file" category="applications">
18     /home/user/MyDocs/.gpxview/*/*.Jpg</exclusion>
19     <exclusion type="file" category="applications">
20     /home/user/MyDocs/.gpxview/*/*.Jpeg</exclusion>
21     <exclusion type="file" category="applications">
22     /home/user/MyDocs/.gpxview/*/*.Png</exclusion>
23     <exclusion type="file" category="applications">
24     /home/user/MyDocs/.gpxview/*/*.GIF</exclusion>
25     <exclusion type="file" category="applications">
26     /home/user/MyDocs/.gpxview/*/*.JPG</exclusion>
27     <exclusion type="file" category="applications">
28     /home/user/MyDocs/.gpxview/*/*.JPEG</exclusion>
29     <exclusion type="file" category="applications">
30     /home/user/MyDocs/.gpxview/*/*.PNG</exclusion>
31     <exclusion type="file" category="applications">
32     /home/user/MyDocs/.gpxview/*/????????</exclusion>
33     <exclusion type="file" category="applications">
34     /home/user/MyDocs/.gpxview/*/gcvote.xml</exclusion>
35    
36 harbaum 188 </locations>
37     </backup-configuration>