-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
filtlist.txt.sample
55 lines (49 loc) · 961 Bytes
/
filtlist.txt.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# A list of filters to match
# SALTBOX
+ /srv/
+ /srv/git/
+ /srv/git/saltbox/
+ /srv/git/saltbox/*.yml
+ # HOME DIR
+ /home/
+ /home/max/
+ /home/max/*.sh
+ /home/max/scripts/
+ /home/max/scripts/*.sh
+ /home/max/.ssh/
+ /home/max/.ssh/**
# SYSTEMD
+ /etc/
+ /etc/systemd/
+ /etc/systemd/system/
+ /etc/systemd/system/*.service
+ /etc/systemd/system/*.timer
# OPT
+ /opt/
+ /opt/authelia/
+ /opt/authelia/*.yml
+ /opt/crop/
+ /opt/crop/*.conf
+ /opt/emby/
+ /opt/emby/config/
+ /opt/emby/config/*.xml
+ /opt/jellyfin/
+ /opt/jellyfin/*.xml
+ /opt/prowlarr/
+ /opt/prowlarr/Definitions/
+ /opt/prowlarr/Definitions/Custom/
+ /opt/prowlarr/Definitions/Custom/*.yml
+ /opt/radarr*/
+ /opt/radarr*/config.xml
+ /opt/readarr*/
+ /opt/readarr*/config.xml
+ /opt/sonarr*/
+ /opt/sonarr*/config.xml
+ /opt/tautulli*/
+ /opt/tautulli*/config.ini
# SOME FULL DIRS
+ /opt/systemd-backup/
+ /opt/systemd-backup/**
+ /opt/crontab-backup/
+ /opt/crontab-backup/**
- *