# veeam.ini, v5.0.0.4318 2021-02-03 21:30:14 # 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] # Extra amount of RAM equal to GPT BIOS boot partition size is consumed during backup. This key sets the upper limit (MiB): # biosBootPartitionLimit = 32 # Ignore inactive LVM logical volumes during backup # ignoreInactiveLvm = false # CPU priority for veeamagents, from 0 to 19 # priority = 10 # IO rate limit, from 0.01 to 1.0 # ioRateLimit = 0.9 # Verbose logging of device enumeration # verboseDevEnumLogging = false # Backup cluster alignment logarithm # clusterAlign = 3 [bitlooker] # Bit mask size, bytes # bitMaskSize = 536870912 # Use fsmap BitLooker algorithm # fsmap = true # Enable BitLooker # enabled = true # BitLooker timeout per device, ms # timeout = 900000 # Exclude the specified devices from BitLooker processing (e.g. /dev/sda1, /dev/sdb3) # exclude = # Use native BitLooker algorithm # native = false [btrfs] # Run BTRFS version compatibility check # versionCheck = true # Do not backup system-generated BTRFS snapshots # skipSystemSnapshots = true # Clean up orphaned snapshots every N seconds # snapshotCleanupPeriod = 86400 [connectionSecurity] # Allow authentication via NTLM protocol # isNtlmEnabled = true # Update CRL every N hours # crlLiveTime = 168 # Enable CRL check for Cloud Connect # crlCheckMode = 1 # HTTP proxy URL for CRL checks # httpProxyUrl = # Require Root CA Cert in a local trusted storage # requireRootCert = false # HTTP proxy login # httpProxyLogin = # HTTP proxy password # httpProxyPasswd = [core] # Maximum count of archived log files # logsMaxAgesNum = 10 # Maximum log file size, bytes # logsMaxSize = 15728640 # Logs rotation period, days # logsRotateDays = 14 # Path to directory with logs # logsFolder = /var/log/veeam [filelevel] # Display warnings for extended attributes backup process: 0 = Disable, 1 = Partial, 2 = Full # xattrWarnings = 1 # Back up extended attributes. # xattrBackup = true [general] # Enable FIPS mode # fipsMode = true # Enables backup metadata checker exceptions # MetaCheckerEnabled = false # Root folder path for mount backup disks # backupDisksMountFolder = /tmp/veeamflr # Root folder path for mount file systems of backup disks # backupDisksFsMountFolder = /mnt/backup # Maximum allowed path length for deduplication appliances # AgentManagementMaxFileNameLength = 0 # Force FUSE mount on kernels 4.0.0-4.1.33 (for file level restore) # ignoreFuseBug = false # Local CA certificates stores paths, comma separated. Example: ca-trust-stores=/path1,/path2 # caTrustStores = # Custom Veeam Recovery ISO URL # customRecoveryIsoUrl = [job] # Job retry delay interval (seconds) # retriesInterval = 600 # File system ea_inode extension: 0 = Off, 1 = On, 2 = Auto. Do not forget to run full backup after change! # useEAInode = 2 # Retry all errors, set to 'false' to enable retries only for 'snapshot overflow' # retryAllErrors = true # New job default retries count # retriesCount = 3 # File system block size in bytes: 0 = Auto, 4096, 65536 # blockSize = 4096 [mysql] # Sets MySQL unix socket path # socketName = # Sets MySQL client library name # libraryName = # MySQL lock timeout value, in seconds (from 1 to 31536000 seconds). # lockWaitTimeout = 600 # MySQL lock strategy (Auto,LockAll,NoLock) # lockStrategy = Auto [oracle] # Oracle AAIP temporary directory # tmpDir = /tmp/veeam_oraclelogs # Exclude databases from processing by SID. Example: excludeSids = db1,db2 # excludeSids = [policySelfSync] # Check for configuration updates no more often than once in N minutes # jobInterval = 360 # catchall discovery updates every N minutes # discoveryInterval = 1440 # If a job is idle, check for configuration updates every N minutes # scheduleInterval = 360 # Local time in minutes to start the discovery # catchAllDiscoveryStartTimeMin = -1 [postgres] # Path to PostgreSQL configuration file # configPath = # Default PostgreSQL database to connect to # dbname = template1 [reconnects] # Reconnect attempts timeout, ms # overallTimeout = 1800000 # Time to wait before each reconnect attempt, ms # attemptInterval = 5000 # Enable reconnect # enabled = true [restore] # Mount backups as read-write during restores # mountRW = false [scripts] # Timeout for freeze and thaw scripts, sec # timeoutFreezeThaw = 600 # Timeout for pre- and post-backup scripts, sec # timeoutPrePost = 600 # Ignore freeze and thaw scripts result # ignoreFreezeThawFailures = false [snapshot] # Lifetime limit in days for btrfs snapshots # lifetimeDays = 14 # Percent of free space on block device can be used for snapshot data allocating # limitFreePercent = 50 # Maximum possible snapshot data size, not for stretch snapshot # maxSize = 21474836480 # Snapshot data type, can be 'stretch' (default) or 'common' # type = # Location folder for snapshot data, only for 'stretch' and 'common' snapshot # location = # Minimal possible snapshot data size, not for stretch snapshot # minSize = 536870912 [stretchsnapshot] # Stretch snapshot data portion # portionSize = 1073741824 [veeamsnap] # Enable change tracking # enableChangeTracking = true # Skip kernel compatibility check for el7 and el8 kmod veeamsnap modules # kmodAnyKernel = true # 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