©XSIBackup-Free: Free Backup Software for ©VMWare ©ESXi

Forum ©XSIBackup: ©VMWare ©ESXi Backup Software


You are not logged in.

#1 2018-04-25 13:21:57

admin
Administrator
Registered: 2017-04-21
Posts: 2,055

ESXi backup config not working in lasts versions

This is a bug in the xsibackup main file. We'll correct it in next version, in any case it's very simple to fix in the meanwhile.

You will find this around line 4000

if [ "$testmode" != "true" ]
then
    if [ -f "$PWD"/src/esxbackup ]

The path to the esxbackup module is wrong, just change it to

if [ "$testmode" != "true" ]
then
    if [ -f "$PWD"/src/pro/esxbackup ]

Offline

Board footer