From Soiled Pheasant, 5 Years ago, written in Bash.
Embed
  1. # veeam.ini, v2.0.0.400 2018-03-07 11:26:15
  2. # This is the veeamservice system-wide configuration file.
  3. # The strategy used for options in the default veeam.ini shipped with
  4. # Veeam Agent for Linux is to specify options with their default value where
  5. # possible, but leave them commented. Uncommented options override the
  6. # default value.
  7.  
  8. [backup]
  9. # Backup cluster alignment logarithm
  10. # clusterAlign= 3
  11.  
  12. # Ignore inactive LVM logical volumes during backup
  13. # ignoreInactiveLvm= false
  14.  
  15. # IO rate limit, from 0.01 to 1.0
  16. # ioRateLimit= 0.9
  17.  
  18. # CPU priority for veeamagents, from 0 to 19
  19. # priority= 10
  20.  
  21.  
  22. [bitlooker]
  23. # Enable BitLooker
  24. # enabled= true
  25.  
  26. # Exclude the specified devices from BitLooker processing (e.g. /dev/sda1, /dev/sdb3)
  27. # exclude=
  28.  
  29. # BitLooker timeout per device, ms
  30. # timeout= 900000
  31.  
  32.  
  33. [db]
  34. # Veeam database path
  35. # path= /var/lib/veeam/veeam_db.sqlite
  36.  
  37. # Veeam database scheme path
  38. # schemePath= /usr/share/veeam/lpb_scheme.sql
  39.  
  40. # Veeam database upgrade scheme path
  41. # schemeUpgradePath= /usr/share/veeam/lpb_upgrade_scheme.sql
  42.  
  43.  
  44. [general]
  45. # Root folder path for mount file systems of backup disks
  46. # backupDisksFsMountFolder= /mnt/backup
  47.  
  48. # Root folder path for mount backup disks
  49. # backupDisksMountFolder= /mnt/backup
  50.  
  51. # Force FUSE mount on kernels 4.0.0-4.1.33 (for file level restore)
  52. # ignoreFuseBug= false
  53.  
  54. # Logs path
  55. # logsFolder= /var/log/veeam
  56.  
  57. # Logs rotation period, days
  58. # logsRotateDays= 14
  59.  
  60. # Temp directory path
  61. # temporaryDirectory= /tmp/veeam
  62.  
  63.  
  64. [job]
  65. # New job default retries count
  66. # retriesCount= 3
  67.  
  68. # Job retry delay interval (seconds)
  69. retriesInterval= 300
  70.  
  71. # Retry all errors, set to 'false' to enable retries only for 'snapshot overflow'
  72. # retryAllErrors= true
  73.  
  74.  
  75. [reconnects]
  76. # Time to wait before each reconnect attempt, ms
  77. # attemptInterval= 5000
  78.  
  79. # Enable reconnect
  80. # enabled= true
  81.  
  82. # Reconnect attempts timeout, ms
  83. # overallTimeout= 300000
  84.  
  85.  
  86. [scripts]
  87. # Ignore freeze and thaw scripts result
  88. # ignoreFreezeThawFailures= false
  89.  
  90. # Timeout for freeze and thaw scripts
  91. # timeoutFreezeThaw= 600
  92.  
  93. # Timeout for pre- and post-backup scripts
  94. # timeoutPrePost= 600
  95.  
  96.  
  97. [service]
  98. # Service socket
  99. # socket_path= /var/tmp/veeam/socket/veeam.sock
  100.  
  101.  
  102. [snapshot]
  103. # Free percent of storage. Used for calculate optimal snapshot data size and determinate snapshot data location, not for stretch snapshot
  104. freePercent= 99
  105.  
  106. # Percent of free space on block device can be used for snapshot data allocating
  107. # limitFreePercent= 50
  108.  
  109. # Location folder for snapshot data, only for 'stretch' and 'common' snapshot
  110. #location= /srv/dev-disk-by-label-Snapshot/veeam
  111.  
  112. # Maximum possible snapshot data size, not for stretch snapshot
  113. maxSize= 68719476736
  114.  
  115. # Minimal possible snapshot data size, not for stretch snapshot
  116. minSize= 68719476736
  117.  
  118. # Snapshot data type, can be 'stretch' (default) or 'common'
  119. # type=
  120.  
  121. # Used percent of storage. Used for calculate optimal snapshot data size and determinate snapshot data location, not for stretch snapshot
  122. usedPercent= 99
  123.  
  124.  
  125. [stretchsnapshot]
  126. # Stretch snapshot data portion
  127. portionSize= 18000000000
  128.  
  129. # Free percent of storage. Used for determinate snapshot data location. Only for stretch snapshot
  130. storageFreePercent= 50
  131.  
  132.  
  133. [veeamsnap]
  134. # 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)
  135. # debuglogging= 0
  136.  
  137.