You are not logged in.
Your remote SSHD server is just refusing your connection using a public key.
Are you using some manufacturer custom build of ESXi?.
Have you fully enabled SSH access on the remote host?
STARTTLS is a mechanism by which an SMTP communication that started as non-secure is turned into a TLS session.
- ¿Have you previously linked both servers?. If the GUI is exiting, run this command in the command line:
./xsibackup --link-srv=1.2.3.4:22Where 1.2.3.4 is the remote IP and 22 is the default SSH port.
- ¿What type of server are you backing up to?
- Is it ESXi, ¿what version of ESXi?
Contact support if you need some further help
Well, I don't have the newer add ons to the SMTP spec now in mind, but, isn't that a feature on the server side upgrading non secure SMTP to a secured connection?
XSIBackup does indeed support TLS through OpenSSL if the server does.
Well, the GUI menu has been around for some months now and we have tried all sorts of things with it. But the field of possibilities in regards to interaction sequences is endless. You don't need to record your actions, we said just in case you remembered.
The errors you are suffering are very gross, as you can see, the SMTP module is not able to retreive the SMTP server info, which is very basic functioning. A reinstall should fix it. All main files should be overwritten and your config saved.
It could be some permission issue, but I guess that's the first thing your checked.
If you feel more comfortable by doing an installation from scratch, just use this procedure to completely remove any remains:
[url]https://33hops.com/xsibackup-uninstall-procedure.html[/url]
Thank you!, If they find out they will move me to the commercial area ;-)
Just write to support with your tech request and we'll propose you the best fit
Your entry is O.K., please clarify: "Unfortunately, neither worked"
Do you mean you keep on getting?
Plain SMTP Module ::: The email server [] is not reachable at portWhy don't you just reinstall everything?, the installer will preserve your config files and RSA keys, just copy them somewhere as a backup. It'll take you just some seconds.
Please post the complete log output, so that we have all details.
Contact support, as this is complicating a bit, and looks like something particular to you.
The [b]conf/smtpsrvs[/b] file might have gotten corrupted somehow. It's not a big deal, as it's easy to fix, but if you managed to unformat/ corrupt it through the GUI, it could be considered a bug. It's most probably due to some special character in the input, we filter them, but you migth have passed something we are not taking into account.
[b]Solution:[/b]
Just edit the [b]conf/smtpsrvs[/b] file manually. The format for each line is described in the head of the file, you can just delete all active lines and start from scratch or correct manually, should you find something that should not be there.
No worries. There are indeed warnings around mixed HW versions. We'll revise the checks around file systems to refine it as much as possible.
It will prune the [b][https://33hops.com/xsitools-vmfs-deduplication.html](c)XSITools[/url][/b] repository to make sure it stays within the 2Tb boundary. You don't have to take this literally to the Mb unit, as there are maneuver margins and the repo is pruned only when the new backup set has been fit into the repo, but you just have to tweak the [b][https://33hops.com/xsibackup-help-man-page.html#backuproom]--backup-room[/url][/b] a bit below your desired size to fit your available space.
Please, be aware that as [b][https://33hops.com/xsibackup-help-man-page.html#backuproom]--backup-room[/url][/b] not only affects the size of the (c)XSITools repo, but also the accumulated size of the folders with an XSITools mask, i.e.: 20190107102345, it may also prune other types of backups if the accumulated size of those thusly masked folders reach the configured value, so it's better to keep your XSITools repositories in a different root folder.
You may as well run out of space in your disk while the size of the repo is still below the limit, in that case you would get out of space errors from the file system. It's easy to prevent all of this situations by keeping backup contents well organized.
As you have probably noticed so far, we are not much commercially oriented, which is a problem, as geeky nerds also eat something from time to time.
Haven't you noticed that the value of your own time trying to fit your backups in your backup space exceeds by far the price of a Pro license, which features deduplication and would wipe all your problems away.
You are too limited.
Download latest version 11.2.2, which allows to prune (c)XSITools repositories by using the --backup-room argument. It allows to parse up to 2048 gb as the XSITools repo limit, next version clears that restriction.
You have a big notice with a big alert sign at the top of the feature page, which has a direct link from the product page:
[url]https://33hops.com/xsibackup-pro-onediff.html[/url]
On the other side you cut down the file system information from the log, so we coudn't help you any further.
It's not necessary to explain why OneDiff can't be used accross incompatible file systems, it's a kind of obvious that exchanging snapshot data between VMs hosted in different FS won't work. In any case, we never loose the chance to remind that in every post covering OneDiff.
In the local machine, as stated control is always returned to the master server.
[b]--backup-room[/b] sets the maximum size you wish your set of backups to use. Of course there are operational margins, so you should not expect the mechanism to work at the Mb. precission.
You can inspect the code beginning by the [b]make_room[/b] function in the [b]xsibackup[/b] file to check out how it works.
Use backup chaining combined with the [b]--host[/b] argument. When you add [b]--host=1.2.3.4[/b] to a backup job, having previously linked to host [b]1.2.3.4[/b] by means of the [b]--link-srv[/b] option, you will make that job be executed in the [b]1.2.3.4[/b] host.
The log will be stored to the [b]var/logs/xsibackup-1.2.3.4.log[/b] file. When the remote job ends control will be returned to the master server and it will look for any eventual [b]--on-success[/b] and [b]--on-error[/b] arguments asigned to the job.
If the job id is found in the jobs folder, it will be triggered, if it contains a [b]--host=1.2.3.4[/b] the job will be executed to the remote host and so on.
By wiping the .vmsd file and pointing to the base disk you are discarding the data in the snapshot. What you describe is normal behaviour, as the base disk was copied without errors, thus it will work if you use it as the boot disk, nothing out of usual.
You should delve into the stack of errors by searching in the ESXi host logs and find the ultimate cause of the snapshot coalescing problem. I doubt that the -delta.vmdk file is corrupt, it is in fact the only file neccessary to integrate the snapshot data, but that's only from a pure data analisys point of view, you do need the auxiliary files, at least .vmsd to be able to delete it.
That looks fine, once you reach the limit set in the [b]datedirmask[/b] variable, if the sum of all the folders matching the mask exceeds the value set in [b]--backup-room[/b] argument, the folders will start to be deleted starting by the eldest one. They will be removed until making enough room to fit the current backup.
You should also take a look at the [b][https://33hops.com/xsibackup-help-man-page.html#deldirs]--del-dirs[/url][/b] argument.
Oops, sorry, we messed up with a different thread.
Right, you are not using XSITools, so our answers are useless.
The regular space provissioning mechanism deletes files which are named according to the [b]datedirmask[/b], i.e.: [b]20190104034551[/b] variable in the [b]conf/xsiopts[/b] file, it will ignore any other folder and it will only delete folders in the [b]--backup-point[/b] root.
If you don't allow deletion, then your disk will fill up.
- .vmx file is renamed to .vmx.bak to reset the (c)OneDiff cycle automatically.
- As the .vmx file is not present, rename .vmx.bak back to .vmx (you already did).
- Error: error deleting all snapshots VM. This is just a generic error, you must follow the thread to know what's the root cause. Inspect your ESXi log files to delve into the issue.
- All needed files seem to be present: -000001.vmdk, -000001-delta.vmdk, .vmsn
- It could be that some process is holding some of the snapshot files. Use lsof command to find out:
lsof | grep "datastore_d2/VM_BACKUP/Ubuntu"- Reboot the host if you have the chance, this does magic most of the times.
ERROR DIFDELAL, details: [Ubuntu] error: error deleting all snapshots VM [Ubuntu_XSIBAK] Id 45, details: Remove All Snapshots: Remove all snapshots failedThis is an ESXi error, it's not XSIBackup related. If you try to delete the snapshots from the GUI you may find out you can't, or you may be able, that message just states that ESXi was not able to delete them at the time to perform the backup.
ESXi is great but it's far from perfection. If you did some works in the host, like adding some new VMs or reconfiguring something in the guest, we have noticed the snapshot subsystem may get unstable. Just reset the OneDiff cycle.
Thank you so much for your feedback, you are right. We will correct this and add the final command. It's a kind of obvious for more experienced LVM users, as otherwise the added chunk remains as unused space, but less obvious for people just wanting to extend the XSINAS appliance size.
XSINAS is O.K., it's a useful appliance in SMEs scenarios, but some people which don't fully understand what block deduplication is, just take for granted that it will work as any other regular FS when it obviously doesn't. The FS will slow down as you add data to it.
We have been extremely conservative when configuring XSINAS, so that nobody inadvertedly "hurts himself" by not fully understanding the concept behind. If you want to take the appliance to its limits, you should consider switching to Tokio Cabinet and using fast PCI SSDs. It will multiply its possibilities. Nevertheless, take on account that Tokio Cabinet may loose data in extreme circumstances, like a power outage, while BerkeleyDB has been programmed to be more robust, but lacks Tokio Cabinet speed.
Read the last post in this thread:
[url]https://33hops.com/forum/viewtopic.php?id=380[/url]
If you input a wrong path when asked to input the restore directory when restoring via the [b]--restore-vms[/b] argument, you will be prompted to overwrite the root dir, if you confirm you whish to overwrite, your system will be partially deleted.
[b]Solution:[/b]
You will need to reboot the server and restore the closest configuration backup in time.
[b]Fix:[/b]
A fix has already been released. Please update to latest version before restoring an (c)XSITools backup to prevent this situation. This bug was affecting only versions 11.1.6 and 11.1.7