You are not logged in.
I'm sorry that you are having dificulties with this, you are almost there. Your cron is working and your backup job is working too.
Unfortunately, we cannot offer you to find the problem for you, but the rest of users uses the cron, it's a bit picky if you are not used to debug Linux systems and you get nervous and launch multiple instances. Try to find somebody that can debug for you.
Not possible in Free version.
You can always edit the code yourself, of course, just as long as you comply with the license terms and do not redistribute the changes.
Disk names, not only their full paths must be unique, just rename one of the "duplicate" disks.
We have checked the fast XSITools block check function and it is working O.K. for us. Please, contact support so that we can offer alternatives to narrow your problem down. In any case it looks like it's something affecting just you by now.
Never delete bad blocks without having thoroughly inspected the ultimate cause of the problem. Detecting a bad block is an extremely unfrequent issue. In your case the error seems to be a second derivate one, it could be a bug on either side (XSIBackup or some ESXi component).
We'll revise the --certify=fast feature on ESXi 6.7 this weekend. Nevertheless, it's a size comparison only. What is the size of the set of VMs being backed up?. We don't have that fundamental piece of information.
XSIBackup free has no limits at all, on top of that it should be much faster than your Nakivo described scenario. The only caveat is that XSIBackup-Free will allow you to:
1 - Perform full backups with [b]Vmkfstools[/b] (--backup-prog=Vmkfstools). No recovery points.
2 - Perform differential backups with [b]Onediff[/b]. Similar to [b]CBT[/b] but no recovery points, al backups are consolidated to the destination VM.
3 - Use [b][https://33hops.com/xsitools-vmfs-deduplication.html]XSItools[/url][/b], it's differential with recovery points, but you have no restore module, it's a Pro feature.
Your best bet would be using [b][https://33hops.com/xsibackup-pro-onediff.html]Onediff[/url][/b] combined with [b][https://33hops.com/xsinas-deduplication-backup-device.html]XSINAS[/url][/b], our free deduplication appliance. That way you could take advantage of OneDiff feature along with the compression offered by deduplication, still no differential feature.
Well, we don't know how we can help you any further. You do have a working cron. You have posted above the output of a working cron schedule adding the date to your test file [b]/tmp/my-cron-test.txt[/b]. Just change the command adding the file by your backup job and tweak the hour to your desired backup time.
Contact support if you still need some help with this.
--backup-prog=Xsidiff is not differential, --backup-prog=Onediff is indeed differential, as well as --backup-prog=Xsitools:z and --backup-prog=Rsync
Well, your cron is working and your job is working too, you are almost there. You must be overlooking something, may be some permission issue.
We are sorry but we are not getting what you mean here: "Use the crontab does not trigger automatically"
You are most probably using XSITools. That is a deduplication engine that is offered as a write-only feature. You should not use it if you just use the Free version and you are not thinking about buying the Pro.
You can't use a VM stored in a deduplicated repository directly, you need to restore it.
Use [b]--backup-prog=vmkfstools[/b] to generate plain VM copies that you can use directly.
What is the issue?
The cron is not being triggered?.
Please, follow the procedure in this post to debug your cron functioning, its detailed and explained step by step.
[url=https://33hops.com/xsibackup-cron-troubleshooting.html](c)XSIBackup Classic: troubleshooting the (c)ESXi cron[/url]
We would need more info. The best you can do is to avoid the fast check, which actually just compares sizes and perform a full check on the repo. That will take longer, but will throw more information.
--certify-backup=yes, instead of --certify-backup=fastThe text [b]1: bad number[/b] is a shell error, some amount is being compared to something that's not a number, but that in turn comes from somewhere else, so the full log is neccessary to offer more advice. Please, contact support to provide the details of your case.
A bad block issue is something very rare and is usually related to hardware flaws. In your case, it seems to be a secondary error.
You should not need to if you follow the procedure described in the cron related posts
NFS4 is broken in ESXi shell, use NFS3. NFS4 is useless for backups.
This is the first news about such issue. I'm afraid it must be something specific to your environment, otherwise we would know by now.
Take on account that VMs can't have any name, just letters, numbers, spaces, single hyphens and underscore characters are supported. If you include a double hyphen, XSIBackup might understand it as an argument separator per instance.
Your df binary functionality seems to be broken. Reboot and if the problem persists, reinstall ESXi. Avoid low end flash devices and USB drives as the boot device.
According to the EULA and license terms, you can install to one server and run remote jobs in up to 20 hosts via the [b][https://33hops.com/xsibackup-help-man-page.html#manhost]--host[/url][/b] argument.
[b]vmkfstools[/b] does indeed create thin VMs. The problem is that for this to be possible the underlying file system must support sparse files. VMFS5 does, as well as VMFS6. Regarding NFS, the same happens, you won't be able to retain the sparsness of your files if you backup to an NFS share which underlying file system does not support the feature.
In regards to your Windows file properties screenshot, its showing a sparse file. You are probably being puzzled by what a sparse file is and what to expect seeing when you use certain visual tools.
In a sparse file, the nominal size of the file as seen by the file system is its full size. The only difference is that it's empty space is filled with nulls and some file systems are able to use this to just allocate space for the non-null blocks and thus use space more efficiently.
You probably noticed that vmkfstools didn't copy all data. You can visually notice it, as it jumps over zeroed or nulled zones and the percentage progress jumps along with it, taking a lot less time than expected.
[url=https://en.wikipedia.org/wiki/Sparse_file]What are sparse files?[/url]
Yes, that is perfectly feasible, just as long as you discard the test snapshot instead of deleting it.
Thank you for your feedback, I'm sure that other users will appreciate it..
That is normal behaviour as explained in the [b](c)OneDiff[/b] page: [url=https://33hops.com/xsibackup-pro-onediff.html]Onediff feature page[/url]
Please, read documents before asking for help.
If you switch on the remote VM the CID will change and the sync will be lost.
Clone the remote mirror and switch it on if you want to check it works.
That seemed more like your ESXi host was caching some path info
Since installing the cron implies modifying your ESXi system files, you must do that explicitly.
If you used a proper naming convention, you would not need to change regular expressions all the time. Your problem is that you are trying to accomplish an exigent goal with a poor design.
Just rename your VMs so that they reflect the DS they are sitting at in their name and use a regular expression.
That "Still waiting..." is out of place. I don't know if you are aware of the fact that you are requesting others to offer you some advice for free. So, don't be that picky when it comes to ask for help that you are not entitled to receive.
Your problem is a lot easier to understand that having to go through all the checks in this post. The clue to resolving your problem and using our software appropiately is that you are overlooking some fundamental pieces of information, even though it's clear that the program's output and this very same post thread are insisting on them:
1 - The ESXi crontab is not persistent.
2 - Our software adds that line to the [b]/etc/rc.local.d/local.sh[/b] when you install the XSIBackup cron to make sure the XSIBackup crontab contents are re-copied to the ESXi's crontab on every reboot.
3 - The message: [b]2019-02-05T14:30:06| Alert: crontab is not installed for user root[/b] is almost desperately letting you know that point.
So, yes, you are right. Your backups would have never resumed on reboot, even if no power outage event would have occured.
No software can be "resilient and robust" when you have not installed it.