# veeam.ini, v3.0.0.468 2021-05-19 14:45:14 # This is the veeamservice system-wide configuration file. # The strategy used for options in the default veeam.ini shipped with # Veeam Agent for Unix is to specify options with their default value where # possible, but leave them commented. Uncommented options override the # default value. [backup] # Verbose logging of device enumeration # verboseDevEnumLogging = false # Verbose logging of memory usage during backup # verboseMemoryUsageLogging = false # CPU priority for veeamagents, from 0 to 19 # priority = 10 # IO rate limit, from 0.01 to 1.0 # ioRateLimit = 0.9 # Backup cluster alignment logarithm # clusterAlign = 3 [core] # Logs rotation period, days # logsRotateDays = 14 # Path to directory with logs # logsFolder = /var/log/veeam # Maximum number of archived logs files # logsMaxAgesNum = 10 # Maximum size for each log file, bytes # logsMaxSize = 15728640 [general] # Root folder path for mount file systems of backup disks # backupDisksFsMountFolder = /mnt/backup [job] # Job retry delay interval (seconds) # retriesInterval = 600 # New job default retries count # retriesCount = 3 #Show Warning instead of Fail if system info collection fails #SysInfoCollectWarning = false [policySelfSync] # Check for configuration updates no more often than once in N minutes # jobInterval = 360 # Directory for policy scripts # scriptsDirectory = /var/lib/veeam/scripts # catchall discovery updates every N minutes # discoveryInterval = 1440 # If a job is idle, check for configuration updates every N minutes # scheduleInterval = 360 [reconnects] # Reconnect attempts timeout, ms # overallTimeout = 1800000 # Enable reconnect # enabled = true # Time to wait before each reconnect attempt, ms # attemptInterval = 5000 [restore] # FLR NFS port # useNFSPort = 0 # FLR mount port # useMountPort = 0 [scripts] # Script execution results # ignoreJobScriptFailures = true # Timeout for pre- and post-backup scripts, sec # timeoutPrePost = 600