# veeam.ini, v2.0.0.400 2018-03-07 11:26:15
# This is the veeamservice system-wide configuration file.
# The strategy used for options in the default veeam.ini shipped with
# Veeam Agent for Linux is to specify options with their default value where
# possible, but leave them commented. Uncommented options override the
# default value.
[backup]
# Backup cluster alignment logarithm
# clusterAlign= 3
# Ignore inactive LVM logical volumes during backup
# ignoreInactiveLvm= false
# IO rate limit, from 0.01 to 1.0
# ioRateLimit= 0.9
# CPU priority for veeamagents, from 0 to 19
# priority= 10
[bitlooker]
# Enable BitLooker
# enabled= true
# Exclude the specified devices from BitLooker processing (e.g. /dev/sda1, /dev/sdb3)
# exclude=
# BitLooker timeout per device, ms
# timeout= 900000
[db]
# Veeam database path
# path= /var/lib/veeam/veeam_db.sqlite
# Veeam database scheme path
# schemePath= /usr/share/veeam/lpb_scheme.sql
# Veeam database upgrade scheme path
# schemeUpgradePath= /usr/share/veeam/lpb_upgrade_scheme.sql
[general]
# Root folder path for mount file systems of backup disks
# backupDisksFsMountFolder= /mnt/backup
# Root folder path for mount backup disks
# backupDisksMountFolder= /mnt/backup
# Force FUSE mount on kernels 4.0.0-4.1.33 (for file level restore)
# ignoreFuseBug= false
# Logs path
# logsFolder= /var/log/veeam
# Logs rotation period, days
# logsRotateDays= 14
# Temp directory path
# temporaryDirectory= /tmp/veeam
[job]
# New job default retries count
# retriesCount= 3
# Job retry delay interval (seconds)
retriesInterval= 300
# Retry all errors, set to 'false' to enable retries only for 'snapshot overflow'
# retryAllErrors= true
[reconnects]
# Time to wait before each reconnect attempt, ms
# attemptInterval= 5000
# Enable reconnect
# enabled= true
# Reconnect attempts timeout, ms
# overallTimeout= 300000
[scripts]
# Ignore freeze and thaw scripts result
# ignoreFreezeThawFailures= false
# Timeout for freeze and thaw scripts
# timeoutFreezeThaw= 600
# Timeout for pre- and post-backup scripts
# timeoutPrePost= 600
[service]
# Service socket
# socket_path= /var/tmp/veeam/socket/veeam.sock
[snapshot]
# Free percent of storage. Used for calculate optimal snapshot data size and determinate snapshot data location, not for stretch snapshot
freePercent= 99
# Percent of free space on block device can be used for snapshot data allocating
# limitFreePercent= 50
# Location folder for snapshot data, only for 'stretch' and 'common' snapshot
#location= /srv/dev-disk-by-label-Snapshot/veeam
# Maximum possible snapshot data size, not for stretch snapshot
maxSize= 68719476736
# Minimal possible snapshot data size, not for stretch snapshot
minSize= 68719476736
# Snapshot data type, can be 'stretch' (default) or 'common'
# type=
# Used percent of storage. Used for calculate optimal snapshot data size and determinate snapshot data location, not for stretch snapshot
usedPercent= 99
[stretchsnapshot]
# Stretch snapshot data portion
portionSize= 18000000000
# Free percent of storage. Used for determinate snapshot data location. Only for stretch snapshot
storageFreePercent= 50
[veeamsnap]
# Kernel log logging level. 7 - list all messages as an error, 4 or 0 - all messages as a warning, 2 - all message as a trace (use only if veeam works perfectly on your system)
# debuglogging= 0