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

Forum ©XSIBackup: ©VMWare ©ESXi Backup Software


You are not logged in.

#1826 Re: General matters » xsi-backup and snapshots » 2018-02-01 18:16:37

XSIBackup-Free is a basic version. Try XSIBackup_pro and see if it suits your needs. If you find something that could be improved or some new functionality that you think would be useful, just let us know.

#1827 Re: © OneDiff » Segmentation fault again » 2018-02-01 18:13:53

Update to latest version. There was a bug, that we already fixed, that could cause this in some circumstances.

#1828 Re: © XSITools » Space usage with xsitools » 2018-02-01 18:12:08

Dear Sirs:

You can post add-ons, just as long as they don't imply modifying and redistributing XSIBACKUP-PRO's code. Nevertheless, we don't support any kind of third party tool and will not give support for it.

Thank you for your understanding.

#1829 Re: © OneDiff » Do you think it has finished? » 2018-02-01 00:28:36

That looks very weird, Something is returning wrong size figures. Contact support with full log.

#1830 Re: General matters » onediff and xsitools question » 2018-01-29 22:27:19

Dear Sir., we now, at least have a glimpse of what you might be trying to achieve.

Yes, you can perfectly do that, but I detect that you might be assuming wrong premises. You are probably thinking that if you issue the second backup to the same NAS where the first backup was made, the data will be moved only inside the NAS device, is that right?, which is plainly a wrong asumption.

That NAS device is attached to the ESXi server as a local datastore. It does not matter whether it's placed in a local LAN or over a WAN. All data will travel through whatever network acts as the carrier to the ESXi host memory and from there to the destination datastore, so you will not only be transferring all data through the WAN, but you will be doing it twice.

To achieve your goal you need another ESXi server on the other side.

#1831 Re: General matters » Xsibackup not firing on-success jobs when using --host parameter » 2018-01-27 11:50:02

Mmmm, thank you for the feedback. Please send us the log with the details if you have the chance. VMFS block size is 1M, on addition, du bundled with busybox in ESXi can't count bytes. We can easily create some binary or look for othe binary in the system that is able to, but the blocksize fact kept us from doing it. Did you import that .vmdk?, some tools, including VMWare's might not round up to a 1M block count.

#1832 Re: General matters » Xsibackup not firing on-success jobs when using --host parameter » 2018-01-27 09:07:34

Yes, you are right, in our effort to make XSIBackup recursive, we applied eval to that remote call too. We'll fix it soon. You can remove that eval or substitute that line by:

ssh $( echo "$SSHOPTS" ) -o ConnectTimeout=20 -p$srv2 root@$srv1 "${xsidefaultpath}/xsibackup \"${keyvalstr} --from=$HOSTIP --exec=yes\" &" >>"$PWD"/xsibackup-cron-${srv1}.log &

Nevertheless, keep your working version until we launch the fix. End of 10.2.X series will contain all bug fixes.

#1833 Re: © OneDiff » error OVMXCHK1: VMX file check » 2018-01-26 17:16:54

That first line

#!/usr/bin/vmware

Does not follow ESXi standards. Beware of custom builds distributed by manufaturers, they are commercial traps mainly. Always use official ESXi builds, unless you have no other choice. In case of the latter, you'll have to assume you are using a custom build and call your hardware manufaturer with a credit card at hand.

To solve your particular issue, you can disable that check, or delete that first line in your .vmx file, of course, at your own risk. We do not offer support for custom builds.

#1834 Re: General matters » Size limitations still apply after activating with license.key » 2018-01-24 21:05:57

Most issues with (c) XSIDiff licensing have to do with uploading the wrong license key file. Some tips: when you generate the license in the user zone, the file name contains your first NIC mac address (tipically vmk0), that way you can identify which key corresponds to which server.

You can get a list of your hosts NICs and their corresponding MAC addresses with the command below:

esxcfg-nics -l

#1835 Re: General matters » xsibackup and plink.exe » 2018-01-22 00:16:08

We offer the same support quality regardless of future aquisitions.
As stated, XSIBackup is a bash script, it doesn't close or kill anything selectively. We cannot offer support for any Linux distro, although it should simply work, just as long as you meet some minimun requirements.

You should probably increase the level of debuging, you may find out that you aren't able to run your job cause KEX is failing. OpenSSH has made some changes to KEX priorities lately, so you may need to tweak your SSH command or config file.

#1836 Re: General matters » onediff and xsitools question » 2018-01-22 00:06:24

I'm sorry sir, but we don't understand what you mean.

#1837 Re: General matters » Remote on-error / on-success triggering problem » 2018-01-21 22:14:45

It's probably a missconception. When the remote backup job finishes, it will look for the next backup job in its local crontab, not in the master server. You may need to reorganize your backup jobs in a different way.

#1838 Re: General matters » onediff and xsitools question » 2018-01-17 07:58:17

You can use OneDiff locally, from your VMs' datastore to a different datastore and then XSITools to a deduplicated repository. The only thing to be concerned about, is that if you use the same NAS or disk both as the source and target, your effective speed will be drastically reduced, probably to 50-40%

#1839 Re: © OneDiff » 10.2.1 replicate to other esxi host : Segmentation fault » 2018-01-16 17:50:02

I think you should take a look at this:
[url]https://www.experts-exchange.com/questions/28703884/ESXi-5-5-Cannot-boot-any-vms-after-crash.html[/url]

And this:
[url]https://www.rootlinks.net/2014/02/08/invalid-syntax-error-of-df-command-on-esxi-5-5/[/url]

#1840 Re: General matters » Bug in 10.2.3 » 2018-01-15 16:50:29

We located the bug and corrected it, the fix will be published in short. If you are in a hurry, write to us and we'll send you a quick fix update.

#1841 Re: © OneDiff » 10.2.1 replicate to other esxi host : Segmentation fault » 2018-01-15 16:33:14

Thank you, but the -E switch is present indeed. I have to correct myself, I missed that they key is obvious:

Traceback (most recent call last):
  File "/bin/df", line 101, in <module>
    sys.exit(main(sys.argv))
  File "/bin/df", line 55, in main
    o = eval(output)
  File "<string>", line 1
    Errors:

Which is a Python error, where no Python code is present. This could be a broken installation, have you thought of that possibility?

#1842 Re: © OneDiff » 10.2.1 replicate to other esxi host : Segmentation fault » 2018-01-15 16:13:38

Can you post the output of this command in your ESXi system?:

/usr/lib/vmware/busybox/bin/busybox --help

And also this:

/usr/lib/vmware/busybox/bin/busybox grep --help

#1843 Re: © OneDiff » 10.2.1 replicate to other esxi host : Segmentation fault » 2018-01-15 16:10:09

This is due to grep lacking the -E switch for regexp patterns in ESXi 5.1
We'll update this thread ASAP

#1844 Re: General matters » Bug in 10.2.3 » 2018-01-15 15:43:39

Yes, that seems to be a bug, can you post your backup job?

#1845 Re: © OneDiff » interrupted backup » 2018-01-15 07:46:03

As a rule of thumb, I would not delete anything in your source VM, you don't need to.
The [b]___hash[/b] is the hash of the corresponding file, it is overwritten on every file comparison. The rest of the files belong to the VM, check VMWare documentation for more details.

#1847 Re: Rsync » Segmentation fault in rsync or xsidiff » 2018-01-13 16:49:00

The fix is available to download as XSIBACKUP-PRO 10.2.3

#1848 Re: Rsync » Segmentation fault in rsync or xsidiff » 2018-01-13 16:35:48

It's a bug affecting some short paths, we'll launch the fix today.
Sorry about the inconvenience.

#1849 Re: General matters » "SMTP protocol violation, see RFC 2821" when sending mail » 2018-01-13 09:43:19

GMail SMTP client has been custom programmed, as GMail has some special requirements. We cannot develop something for a small base of users, but you can use any other SMTP server, including some free options like regular GMail. You can also program it on your own and keep your personalized src/sendmail module.

#1850 Re: General matters » "SMTP protocol violation, see RFC 2821" when sending mail » 2018-01-11 23:16:35

XSIBackup does not support you product. Use a regular GMail account or other regular SMTP server with authentication.

Board footer