# List of files/directories to exclude from backups
# See rsync's manual page for syntax details

# Nowadays those directories are tmpfs mounts, which are purposefully avoided
# by this script, but we explicitely exclude them in case we're backing up an
# ancient system
/proc/**
/run/**
/sys/**
/tmp/**
/var/lock/**
/var/run/**

# Mount points
/mnt/*/**

# These can be easily rebuilt
/var/cache/apt/*.bin
/var/cache/apt/archives/*.deb
/var/lib/mlocate/**
/home/*/.cache/**
/home/*/.thunderbird/**/*.msf
/home/*/.icedove/**/*.msf

# We don't want these
/home/*/.xsession-errors
