# Files adn directories to backup (can be specified multiple times) [path]
#include = /
# Exclude a pattern (can be specified multiple times) [pattern]
#exclude = /dev
#exclude = /lost+found
#exclude = /media
#exclude = /mnt
#exclude = /proc
#exclude = /run
#exclude = /sys
#exclude = /tmp
#exclude = /var/cache
#exclude = /var/lock
#exclude = /var/spool
#exclude = /var/run
#exclude = /var/tmp
# Excludes cache directories that are marked with a CACHEDIR.TAG file [yes/no]
#exclude_caches =
# Read exclude patterns from a file (can be specified multiple times) [path]
#exclude_file =
# Takes filename[:header], exclude contents of directories containing filename (except filename itself) if header of that file is as provided (can be specified multiple times) [stringArray]
#exclude_if_present =
# Read the files to backup from file (can be combined with file args) [path]
#files_from =
# Force re-reading the target files/directories (overrides the "parent" flag) [yes/no]
#force =
# Set the hostname for the snapshot manually. To prevent an expensive rescan use the "parent" flag [string]
#hostname =
# Exclude other file systems [yes/no]
#one_file_system =
# Use this parent snapshot (default: last snapshot in the repo that has the same target files/directories) [string]
#parent =
# Add a tag for the new snapshot (can be specified multiple times) [string]
#tag =
# Time of the backup (ex. '2012-11-01 22:08:41') (default: now) [string]
#time =
# Store the atime for all files and directories [yes/no]
#with_atime =
[forget]
# Keep the last n snapshots [integer]
#keep_last = 7
# Keep the last n hourly snapshots [integer]
#keep_hourly =
# Keep the last n daily snapshots [integer]
#keep_daily =
# Keep the last n weekly snapshots [integer]
#keep_weekly =
# Keep the last n monthly snapshots [integer]
#keep_monthly =
# Keep the last n yearly snapshots [integer]
#keep_yearly =
# Keep snapshots that were created within duration before the newest (e.g. 1y5m7d) [string]
#keep_within =
# Keep snapshots with this tag (can be specified multiple times) [string]
#keep_tag =
# Only consider snapshots with the given host [string]
#host =
# Only consider snapshots which include this tag (can be specified multiple times) [string]
#tag =
# Only consider snapshots which include this (absolute) path (can be specified multiple times) [string]
#path =
# Use compact format [yes/no]
#compact =
# String for grouping snapshots by host,paths,tags (default "host,paths") [string]
#group_by =
# Do not delete anything, just print what would be done [yes/no]
dry_run =
# Automatically run the 'prune' command if snapshots have been removed [yes/no]