# veeam.ini, v4.0.1.2372 2020-11-09 14:02:17 # 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 # 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 # Verbose logging of device enumeration # verbosedevenumlogging= false [bitlooker] # Bit mask size, bytes # bitmasksize= 536870912 # Enable BitLooker # enabled= true # Exclude the specified devices from BitLooker processing (e.g. /dev/sda1, /dev/sdb3) # exclude= # Use fsmap BitLooker algorithm # fsmap= true # Use native BitLooker algorithm # native= false # BitLooker timeout per device, ms # timeout= 900000 [btrfs] # Do not backup system-generated BTRFS snapshots # skipsystemsnapshots= true # Clean up orphaned snapshots every N seconds # snapshotcleanupperiod= 86400 # Run BTRFS version compatibility check # versioncheck= true [cloudconnect] # Enable CRL check for Cloud Connect # crlcheckmode= 1 # Update CRL every N hours # crllivetime= 168 # HTTP proxy login # httpproxylogin= # HTTP proxy password # httpproxypasswd= # HTTP proxy URL for CRL checks # httpproxyurl= [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] # Maximum allowed path length for deduplication appliances # agentmanagementmaxfilenamelength= 0 # Root folder path for mount file systems of backup disks # backupdisksfsmountfolder= /mnt/backup # Root folder path for mount backup disks # backupdisksmountfolder= /tmp/veeamflr # Local CA certificates stores paths, comma separated. Example: ca-trust-stores=/path1,/path2 # catruststores= # Force FUSE mount on kernels 4.0.0-4.1.33 (for file level restore) # ignorefusebug= false # Logs path # logsfolder= /var/log/veeam # Log archives count limit # logsmaxagesnum= 10 # Log file size limit, bytes # logsmaxsize= 15728640 # 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= 600 # Retry all errors, set to 'false' to enable retries only for 'snapshot overflow' # retryallerrors= true [mysql] # Sets MySQL client library name # libraryname= # MySQL lock strategy (Auto,LockAll,NoLock) # lockstrategy= Auto # MySQL lock timeout value, in seconds (from 1 to 31536000 seconds). # lockwaittimeout= 600 # Sets MySQL unix socket path # socketname= [oracle] # Exclude databases from processing by SID. Example: excludeSids = db1,db2 # excludesids= # Oracle AAIP temporary directory # tmpdir= /tmp/veeam_oraclelogs [policyselfsync] # Check for configuration updates no more often than once in N minutes # jobinterval= 360 # If a job is idle, check for configuration updates every N minutes # scheduleinterval= 1440 [postgres] # Path to PostgreSQL configuration file # configpath= # Default PostgreSQL database to connect to # dbname= template1 [reconnects] # Time to wait before each reconnect attempt, ms # attemptinterval= 5000 # Enable reconnect # enabled= true # Reconnect attempts timeout, ms # overalltimeout= 1800000 [restore] # Mount backups as read-write during restores # mountrw= false [scripts] # Ignore freeze and thaw scripts result # ignorefreezethawfailures= false # Timeout for freeze and thaw scripts, sec # timeoutfreezethaw= 600 # Timeout for pre- and post-backup scripts, sec # timeoutprepost= 600 [service] # Service socket # socket_path= /var/tmp/veeam/socket/veeam.sock [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 # Location folder for snapshot data, only for 'stretch' and 'common' snapshot # location= # Maximum possible snapshot data size, not for stretch snapshot # maxsize= 21474836480 # Minimal possible snapshot data size, not for stretch snapshot # minsize= 536870912 # Snapshot data type, can be 'stretch' (default) or 'common' # type= [stretchsnapshot] # Stretch snapshot data portion # portionsize= 1073741824 [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 # Skip kernel compatibility check for el7 kmod veeamsnap module # kmodanykernel= true