You are not logged in.
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.
Update to latest version. There was a bug, that we already fixed, that could cause this in some circumstances.
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.
That looks very weird, Something is returning wrong size figures. Contact support with full log.
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.
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.
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.
That first line
#!/usr/bin/vmwareDoes 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.
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 -lWe 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.
I'm sorry sir, but we don't understand what you mean.
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.
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%
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]
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.
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?
Can you post the output of this command in your ESXi system?:
/usr/lib/vmware/busybox/bin/busybox --helpAnd also this:
/usr/lib/vmware/busybox/bin/busybox grep --helpThis is due to grep lacking the -E switch for regexp patterns in ESXi 5.1
We'll update this thread ASAP
Yes, that seems to be a bug, can you post your backup job?
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.
We just released a fix for this issue.
The fix is available to download as XSIBACKUP-PRO 10.2.3
It's a bug affecting some short paths, we'll launch the fix today.
Sorry about the inconvenience.
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.
XSIBackup does not support you product. Use a regular GMail account or other regular SMTP server with authentication.