# List of excluded Files -> see also: borg help patterns

####
# Common notes: 
####

# es gibt verschiedene Styles, unter anderem shell, regexp - oder standard ist: Fnmatch
# there are different styles for exclude patterns: shell, regexp or as standard: fnmatch
# **/.nobackup -> excludes the whole directory
# **/.nobackup/ -> Verzeichnis wird angelegt - Inhalt aber nicht kopiert -> meist zu empfehlen!
# **/.nobackup/ -> directory will be createted but the files inside are not included in the backup- probably better

# directories with files not exlusive stored on the server
# /srv/data/shares/music/
# /srv/data/shares/software/

# exclude directories in the user home directories:
# **/home/*/.cache/ 
# **/home/*/Downloads/ 
# **/home/*/.icedove/**/ImapMail/

# exclude files in user homes: 
# **/home/*/.xsession-errors


# common patterns (be carefull - only exclude them if you're absolutely shure) 
# **/.[Tt]mp/ 
# *.gvfs 
# *.pyc 
# **/[Tt]mp/ 
# **tor-browser** 
# **/.thumbnails* 
# **/.dbus* 

# special directories
# **/*.nobackup/

