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

Forum ©XSIBackup: ©VMWare ©ESXi Backup Software


You are not logged in.

#1 Re: General matters » Config cron » 2024-04-07 11:28:29

To invoke the GUI rin xsibackup-gui from the comamnd line.
To update your cron use the GUI preferably, or just edit the crontab at:
/var/spool/cron/crontabs/root

You should preferably use the GUI, as the ESXi crontab is not persistent and editing the crontab manually will only work until next reboot.
By using the GUI ©XSIBackup will take care to add and entry to ©ESXi startup scripts so that the cron is refilled across reboots.

#2 Re: General matters » Gui - opening » 2024-04-07 11:23:53

This thread is from 2019, five years ago.
Since then the way to invoke the GUI has changed.
It's still very easy though, enter: xsibackup-gui from the command line in DC edition or plainly gui from the App edition command line.

#3 (c)XSIBackup-Pro & DC bug tracker » License reissuing problem » 2024-03-03 14:10:44

admin
Replies: 0

Due to a file sync issue between the hosts in our internet server's cluster some reissued license key files would not work. Reuploading the request files could result in a valid downloadable license key or not.

This would not affect new license keys but just reissued ones.

The problem has been fixed. All clients experiencing problems were assisted so far. If you have some problem with your license key, please contact support.

#4 Re: Feature requests & improvements » Backup monitoring / Logfile monitoring » 2024-02-26 12:15:22

Well, you can monitor the logs with Nagios or any similar tool if you will. Doing so with ©XSIBackup-App is easy, as it's a CentOS 7 appliance. You can also achieve that by connecting to an ©ESXi host via SSHFS if you are using ©XSIBackup-DC (the service running directly on ©ESXi).

You can also use tail -f on the log files from a command line.

#5 Re: General matters » One VM not backing up » 2024-02-26 12:07:46

We will release today ©XSIBackup-App 1.1.0.9 with reinfoced VM detection. Depending on if you have VMs with similar names, the appliance's VM selection routine could skip some VM or return errors. Today we will release a fix via a new version.

#6 Re: General matters » One VM not backing up » 2024-02-19 19:45:02

Well the problem seems clear: "No such file or directory", now let's try to find out what is the file that ©XSIBackup expects to find and it does not.

Prepend strace to your job to have some finer level of detail on what's going on.

Things like a full disk can trigger this kind of behavior. Last time we stumbled on something like this it was due to some remote disk not being mounted. The root file system filled, no new files or dirs could be created and this triggered this error.

In your case it could be some renamed or missing file out of what ©XSIBackup can handle in the following VM.

#7 Re: General matters » One VM not backing up » 2024-02-17 14:50:18

Well, we overlooked the most obvious reason: if you are using a cluster, each VM may be moved around by DRS anytime depending on the cluster conditions. Just make sure that you set some policy to prevent DRS from acting during the backup windows.

#8 Re: General matters » One VM not backing up » 2024-02-17 11:24:10

If the VM machine is plainly skipped the most likely cause is that you are calling it by the wrong name or that ©XSIBackup can't find it by the provided name in the /etc/vmware/hostd/vmInventory.xml file.

Check the name using the following command.

vim-cmd vmsvc/getallvms

Make sure that the name is not too complicated or has any special characters in it. If it contains spaces make sure that they have not been replaced by some other blank character different than char(32), some people end up with char(255) instead. Or even better, do not use spaces in your VM names.

#9 Re: General matters » XSIBackup-App Issue » 2024-02-16 18:12:44

We sent you a new binary by e-mail ;-)
Please try it out and let us know whether this fixed your issue.

#10 Re: General matters » XSIBackup-App Issue » 2024-02-16 18:09:07

Yes, if you are a user of the trial you need to redownload. You may extract the xsibackup binary from the new version and overwrite yours at: /home/root/.xsi/xsibackup and also at /home/root/.xsi/bin/xsibackup

#11 Re: General matters » XSIBackup-App Issue » 2024-02-16 16:29:32

You have some errors in your job:

xsibackup --backup "VMs (speedtest)" /mnt/XSI/nfs/ESXCORPC/ --backup-host=192.168.250.3:22 --mail-to=smccloud@donotemail.com

1/ An spurious space between the VMs keyword and the parenthesis
2/ You are missing the username in the --backup-host argument.

Your job should read:

xsibackup --backup "VMs(speedtest)" /mnt/XSI/nfs/ESXCORPC/ --backup-host=root@192.168.250.3:22 --mail-to=smccloud@donotemail.com

©XSIBackup reads data directly from the SCSI disks thus the path is correct, it must read:

/mnt/XSI/srvs/192.168.250.3/dev/disks

Your problem is that somehow your LUN is returning the disk three times and ©XSIBackup is concatenating it producing an inexistent file.

/mnt/XSI/srvs/192.168.250.3/dev/disks/naa.6e843b66132386236323237396630623naa.6e843b66132386236323237396630623naa.6e843b66132386236323237396630623

We can consider this to be a bug and we will be fixing it this weekend.

#12 General matters » Operation not permitted » 2024-02-16 16:12:58

admin
Replies: 0

We have opened this topic to move here messages from different users that are affected by this error message and post to wrong forums or the wrong topic.

XSIBackup-DC and App automatically manage and issue the

esxcli system settings advanced set -o /User/execInstalledOnly -i 0

command when ESXi 8 is detected. For this to be possible the program has to be installed using the installer, which creates an alias that takes care to activate the execution of binaries before actually calling the xsibackup binary and deactivates it when the job is complete. This way you keep your system safer.

You should not need to issue the command manually unless you have updated some older installation instead of installing with the installer.

#13 Re: General matters » XSIBackup-App Issue » 2024-02-15 06:59:22

You don't need to deploy anything on the hosts, just add them via the --add-host argument or use the GUI.
When you need support, please paste the full output (obfuscating your sensible data) so that we can have the details on your issue.
Starting to use XSIBackup-App

Are you using ESXI software RAID or any other user than root to connect to the hosts by any chance?

#14 Re: General matters » XSI Backup Usage of CBT with a rotation » 2024-02-14 18:54:04

Yes, it's the wrong forum, we moved it here.
Yes, of course you can use CBT with rotation. You are probably making wrong assumptions, CBT doesn't probably work the way you think it does.

#15 Re: General matters » Incorrect backup from XSI Backup app » 2024-02-14 18:51:42

Yes, you posted to the wrong forum.
Please, don't post links to images outside this forum, use some proper SSH client and paste the output as text.

Your backup seems to have completed OK, you are just making wrong assumptions. If you used the --backup action then you have made a deduplicated backup to a backup repository.

If what you want is a replica use the --replica action instead.

#16 Re: General matters » Redirect XSIBAckup-DC 1.7.1.7 output into a log file » 2024-01-25 06:29:44

We created a date line prefixed log file as requested by the majority of users. This is also something rather canonical. If you miss some info in the log increase verbosity, if you still miss something create a feature request for that info to be added.

#17 Re: Feature requests & improvements » XSIBackup-DC 1.7.1.7 prohibit overwriting identical file names » 2024-01-25 06:27:24

In case of backups this is handled and the duplicate disk is suffixed. In case of replicas you need to rename the disks to make them unique, this is something rather simple.

#18 Re: General matters » Solution: Error trying to backup from ESXI to NFS mounted Synology » 2023-12-31 16:14:55

Use some real Linux server. Synology devices are expensive and have little RAM and outdated CPUs. Any 4th to 6th Intel generation i3 or i5 will perform way better for a fraction of the cost of a Syonology device.

#20 Re: Repositories » --check clarifications » 2023-12-20 19:49:29

FULL will uncompress the block and check the hash of the contents against the block name, which should match. It's obviously much slower.

#21 Re: General matters » Segmentation fault » 2023-11-29 10:30:09

There is a bug we just fixed by which if some VM in the list of VMs to backup does not exist any more the job SEGFAULTS. Check that you aren't trying to backup some VM that you removed or renamed.

Also, by the way you describe your issue, you could have filled some temp folder. Check that you have space in the root FS and /tmp by issuing:

df -h
vdf -h

We recommend that you update to the latest version, yours is rather outdated.

#22 Re: General matters » SMTP not working on 2.1.0.0.009 » 2023-11-27 16:58:40

Can you share what you did to sort your issue?.

#23 Re: General matters » SMTP not working on 2.1.0.0.009 » 2023-11-26 11:42:06

In your case you could probably sort your problems with your SMTP server by increasing the last field in the SMTP server entry from 0 to 1. This will set a sleep time between commands that many SMTP servers require to prevent SPAM.

#24 Re: General matters » When trying to do a delegate backup I get the following error » 2023-11-23 16:39:43

The local ESXi server is 6.7, but the remote server to which you are delegating the job must be >= 8.0, otherwise the execInstalledOnly command would not be used (the version is checked before running that command).

Contact support dept. for a more personalized support. The forum is OK for general errors, we need some more details from your setup though.

#25 Re: General matters » SMTP not working on 2.1.0.0.009 » 2023-11-23 16:34:04

We are now revising the SMTP client to make it easier to configure. In 1.1.0.1 you can use --smtp-client=sendmail argument to use the classic SMTP client.

Board footer