61 lines
1.4 KiB
Plaintext
61 lines
1.4 KiB
Plaintext
# Files and directories listed here will be included in your borg backup
|
|
#
|
|
# Good candidates for inclusion would be things like your mailcow configuration
|
|
# files, customized docker-compose overrides, your SSL certificates, etc.
|
|
#
|
|
# List the path to files/directories one per line.
|
|
# Any blank lines will be ignored.
|
|
# Any lines starting with '#' will be ignored as a comment.
|
|
# For consistency, you should include the trailing slash for directories.
|
|
|
|
# these examples are for a very basic Debian machine hosting mailcow
|
|
|
|
|
|
### important system configuration files
|
|
|
|
# basic configuration
|
|
/etc/fstab
|
|
/etc/network/interfaces
|
|
/etc/network/interfaces.d/
|
|
/etc/systemd/timesyncd.conf
|
|
|
|
# ssh configuration and host keys
|
|
/etc/ssh/
|
|
|
|
# apt configuration
|
|
/etc/apt/sources.list
|
|
/etc/apt/sources.list.d/
|
|
/etc/apt/listchanges.conf
|
|
/etc/apt/apt.conf.d/50unattended-upgrades
|
|
/etc/apt/apt.conf.d/20auto-upgrades
|
|
|
|
# user profile defaults and configurations
|
|
/etc/profile
|
|
/etc/bash.bashrc
|
|
/etc/skel/
|
|
/etc/nanorc
|
|
|
|
# selected root user files
|
|
/root/.bashrc
|
|
/root/.ssh/
|
|
|
|
# scripts
|
|
/scripts/
|
|
|
|
|
|
### important programs and configurations
|
|
|
|
# name of program for reference
|
|
# include the paths to important configuration files/directories and/or
|
|
# data directories
|
|
|
|
# mailcow configuration
|
|
/opt/mailcow-dockerized/
|
|
|
|
# NGINX (if this host is a reverse proxy, for example)
|
|
/etc/nginx/
|
|
/usr/share/nginx/html/
|
|
|
|
# LetsEncrypt
|
|
/etc/letsencrypt/
|