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

Forum ©XSIBackup: ©VMWare ©ESXi Backup Software


You are not logged in.

#1 Re: General matters » line 490: syntax error: unexpected "&" » 2019-06-27 04:30:31

isombrinia wrote:

Line 200:
        VARVAL="${VARVAL//"/\"}"
               ^-- SC1078: Did you forget to close this double quoted string?

Good catch!

If I change the line ( in my version it is line 196 btw) to this:

VARVAL="${VARVAL//\"/\"}"

Then the script runs again!

#2 Re: General matters » xsibackup cron job killed with no details » 2018-01-13 18:28:31

I have this issue as well if I add --smart-info=yes  I thought smart-info used to be included in the free version, it looks like it is only the pro version now?  Also, it is trying to display that it is only available in the pro version but it is failing:

#####################################################################################
#                                                                                   #
#  (c) XSIBACKUP-FREE 9.1.11 | Backup for (c) VMWARE ESXi Hypervisor by 33hops.com   #
#                                                                                   #
#####################################################################################

Killed
[root@esxi3:/vmfs/volumes/a7f0ec19-f26b72ab/scripts/XsiBackup]

I found the error is that the src/smartinfo has the "xsib_shutdown" command in it, which is killing the running of the backup before starting and having a chance to email the smartinfo output (FREE: states that it is a pro function) to the user.

Board footer