Содержание
Veeam Backup
For Linux
Debian/Ubuntu:
https://www.veeam.com/download_add_packs/backup-agent-linux-free/deb-32
https://www.veeam.com/download_add_packs/backup-agent-linux-free/deb-64
Recovery Media:
https://www.veeam.com/download_add_packs/backup-agent-linux-free/recovery-32
https://www.veeam.com/download_add_packs/backup-agent-linux-free/recovery-64
Recovery media
Для линукса создать диск восстановления из консоли Veeam нельзя. Либо нужно пользоваться стандартным вариантом этого диска, либо создавать его непосредственно на целевой системе.
Скачать стандартный вариант диска (выбрать систему и разрядность, внизу Additional downloads).
Creating Custom Veeam Recovery Media
# Поставить необходимые компоненты, помимо Veeam Agent: apt install xorriso isolinux # Закачать в систему стандартный диск восстановления, на его базе сделать диск для конкретной системы: veeamconfig patchiso --input /home/user/veeam-recovery-media-3.0.2.1185_x86_64.iso --output /home/user/veeam-recovery-media-server1.iso --efi
ISO: FATAL ERROR:write_file: failed to create file /tmp/veeam/livecd-..., because Too many open files
The patching of the Veeam Recovery Media version 5.0 fails with the «ISO: FATAL ERROR:write_file: failed to create file /tmp/veeam/livecd-…, because Too many open files» error.
Cause: Veeam Agent reaches the limit of concurrently opened files during the ISO image unpacking that is performed by means of the unsquashfs utility.
Solution: Increase the limit of concurrently opened files for the Veeam Agent service. To do this, perform the following operations:
# Open the service file for editing: sudo systemctl edit veeamservice.service # Set the following values: [Service] LimitNOFILE=524288 LimitNOFILESoft=524288 # Save changes: sudo systemctl daemon-reload sudo systemctl restart veeamservice.service
Veeam Agent для Windows не ставится
%programdata%\Veeam\Setup\Temp\EndPointSetup.txt
MSI (s) (CC!0C) [11:42:40:773]: Product: Veeam Agent for Microsoft Windows -- Setup is unable to proceed. Please install the following prerequisites: Microsoft System CLR Types for SQL Server 2012 (11.4.7001.0 or later) Microsoft SQL Server 2012 Management Objects (11.4.7001.0 or later) Microsoft SQL Server 2012 Express LocalDB (11.4.7001.0 or later)
Решение: установить компоненты (поиск в гугле), имена файлов:
SQLSysClrTypes.msi SharedManagementObjects.msi SqlLocalDB.msi
Установить Veeam Agent.