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

Forum ©XSIBackup: ©VMWare ©ESXi Backup Software


You are not logged in.

#726 Re: General matters » Installation questions. » 2020-09-15 13:26:55

You obviously need to change the paths in the examples by your own paths.
Check the commands to find out what they do: remove the installation dir, remove the cronlines at [b]/var/spool/cron/crontabs/root[/b] and the entries in [b]/etc/rc.local.d/local.sh[/b]
Do not worry, you can easily repair your installation if you removed something important.

#727 Re: General matters » Permissions issues and cron not starting » 2020-09-15 09:11:10

You are receiving a clear and classic message stating that you are lacking permissions on the job files

chmod 0700 /scratch/XSI/XSIBackup-Free/jobs/001

You will also need it on every parent folder, that might be your issue.
[url=https://unix.stackexchange.com/questions/416342/permissions-folder-parent-folder]Permissions on parent folder post[/url]

Always use root to perform administration tasks like managing your backups, unless you are willing to face the issues derived from using a different one.

#728 Re: General matters » Installation questions. » 2020-09-15 09:03:32

No, you can't ignore errors, you are missing files, it looks like you have mixed XSIBackup-Free and XSIBackup-Pro files on the other one.
You can install to one server and from there backup up to 19 additional ones, you don't need to install to each individual server apart from the license not allowing it.

Please, [b][url=https://33hops.com/xsibackup-uninstall-procedure.html]remove XSIBackup[/url][/b] from both servers and install to one of them, then link the master server to the secondary one.

./xsibackup --link-srv=1.2.3.4:22

And lauch backups in the second server by using the [b]--host[/b] argument. The GUI also allows to create remote jobs.

#729 Re: General matters » Does XSIBackup Pro work with ESXI 7? » 2020-09-14 09:20:31

Yes, contact us on support to offer you an upgrade path.

#730 Re: General matters » Exclude disk question? » 2020-09-11 18:07:18

Nonetheless you seem to have some sort of misconception on how snapshots work. You said "it still took a snapshot of the disk". Snapshots can't be controlled on a per disk basis, a snapshot will indeed affect all disks in a VM, excluding the disk at the backup job level is a different thing and has nothing to do with wether the snapshot is taken or not for that particular disk.

#731 Re: General matters » rotate/prune help » 2020-09-11 11:13:50

We aren't fully understanding what you mean. If you use [b]--rotate=5D[/b] every backup older than [b]5 days[/b] will be pruned.
What did you expect rotation would do?

#732 Re: General matters » Exclude disk question? » 2020-09-11 11:11:09

Use some REGEXP that mathes the full disk path, not just the file name.

#733 Re: General matters » backup job failing on one vm - disks not found » 2020-09-11 11:09:34

Are you using ESXi 7.0?, please note that ESXi Free is not compatible with version 7.0 that is stated in the product page.

#734 Re: General matters » Copy between 2 host » 2020-09-09 08:27:42

OpenSSH is throwing a clear error: [b]Permission denied (publickey,keyboard-interactive)[/b]
You may believe to have linked both servers but you have not.

Now the next questions are:

- What is the other host?: OS, version...
- Is the other OpenSSH version compatible in KEX and cipher algorithms?.

Your ESXi system is 5.1, if the remote counterpart is too distant in main version number you would need to analyze what ciphers and KEX algorithms are in use in every system, just to determine whether setting some value manually can overcome your issue.

Make sure the [b]xsibackup_id_rsa[/b] key is present at the remote server's authorized_keys file and run the below command from the [b](c)XSIBackup-Pro[/b] installation root.

ssh -vvv -i xsibackup_id_rsa root@x.x.x.x "echo HI"

It will show a verbose log that you can use to determine what the issue is.

[b](c)XSIBackup-Pro[/b] uses SSH to transfer data, it is as compatible for remote transfers as your systems at play are. If you get into complicated situations that require analyzing the SSH conversation and finding workarounds you depend on your own knowledge of general purpose Linux tools such as OpenSSH.

If you are trying to copy data from ESXi 5.1 to some new Linux distro or ESXi version, you will be hitting some cipher incompatibility issue. The easiest way to workaround the issue is to use some older Linux or ESXi version as the target that is indeed compatible with your current set of cipehrs and KEX. Or even easier, use some shared datastore that you can mount on both ESXi/ Linux hosts via NFS3.

Should you need some additional help, we can provide it as an additional consultancy service.

#735 Re: General matters » Exclude disk question? » 2020-09-09 08:13:49

You have asumed that the syntax to exclude disks in DC version is the same as in Pro, when it's not.
As stated in the -exclude- section of the manual:
[url]https://33hops.com/xsibackup-dc-full-manual-home.html#exclude[/url]

Exclusions are performed via the [b]--exclude[/b] switch.

#736 Re: General matters » Copy between 2 host » 2020-09-08 08:09:07

You can't just copy data from one server to another, you need to be athenticated.
To do so, link both servers by means of the [b]--link-srv[/b] argument.

./xsibackup --link-srv=1.2.3.4:22

Or using the GUI: [url=https://33hops.com/xsibackup-pro-gui-manual_1.html#2]Exchange RSA keys thrugh the (c)XSIBackup-Pro Classic GUI[/url]

You also have an spurious unneded slash in your job.

#737 Re: General matters » Impossible to add key to remote system using XSIBackup-DC » 2020-09-06 13:48:02

Have you opened SSH-Out in your ESXi host?
This functionality is more than tested, contact support if you still can't get it to work.

#738 Re: General matters » xsibackup SMTP report not received » 2020-09-04 13:58:19

The message is indeed delivered, the issue is on your SMTP server.

#739 Re: General matters » Update XSIBackup-DC Process? » 2020-09-01 20:45:58

Yes, contact support, send the MAC address to free the license slot.

#740 Re: General matters » backup job failing on one vm - disks not found » 2020-08-31 14:11:18

The source in the xsibackup file, you need some minimum Bash coding skills to do that.
If that's not the case, just inspect the VM .vmx file to find out why the program complains about those missing disks

#741 Re: General matters » backup job failing on one vm - disks not found » 2020-08-31 06:19:53

There's some inconsistency in the VM layout. Look for the 'eval' keyword in the source code and debug or check your .vmx file to find the cause. Looks like some missing disk is in the .vmx file.

#742 Re: General matters » XSIBackup-DC GUI » 2020-08-29 15:38:58

For some reason the GUI was abruptly terminated and left its lock file (.guilock) there, just remove it manually.
From the install dir.

# rm -rf .guilock

This will rarely happen, as the GUI will trap Linux signalling, like Ctrl+C and still delete the lock file on exit.

#743 Re: General matters » ESXi version and XSI-BackupDC version » 2020-08-29 09:44:25

It's compatible with ALL versions of (c)ESXi 5.0 or above

#745 Re: General matters » Error while loading shared libraries » 2020-08-25 17:13:30

Your ESXi install seems to be broken. Quite common if you use an USB or flash device to install the OS.
To be more precise, it seems a GLIbC error when trying to relocate some variable, which makes no sense in the context of ESXi, as all binaries are part of the install. It could also be a hardware problem or having run out of memory.

#746 Re: General matters » Does XSIBackup Pro work with ESXI 7? » 2020-08-25 17:11:44

I'm afraid it won't. It's not something we decided, but VMWare. ESXi 7 blocks all files for reading, thus we needed to develop an alternative solution that reads data from the SCSI disk.

[url=https://communities.vmware.com/t5/ESXi-Discussions/VMware-ESXi-7-0-0-build-15843807-flat-vmdk-files-are-read-locked/m-p/518670](c)ESXi 7.0 - Flat files locked when snapshot is taken[/url]

If you read the above post, please just pay attention to continuum, the other specialist didn't grasp what we were talking about.

All editions will be ported to use DC technology soon.

#747 Re: General matters » DC 1.4.0.0 error » 2020-08-25 17:05:18

You don't need ansi2txt with 1.4.0.0
Remove that pipe processing and try again.
The remote repo was locked, that means that previous process was interrupted, you should restart the replica or run --check on the remote side.
As per our tests progress is indeed accurate and shows detail, please remove the unneeded part and try again.

#748 Re: General matters » ./xsibackup: eval: line 1: disk0: not found » 2020-08-24 12:31:58

Something unexpected in your VM layout. Check what disks are attached to the VM and whether all of them are present.
Remember Free version is not compatible with ESXi 7

#749 Re: General matters » verbosity levels » 2020-08-24 08:08:26

We can indeed download with no issue from different Internet connections, nobody else has complained. Please delete your cookies and cache and try again.

#750 Re: General matters » verbosity levels » 2020-08-22 10:01:40

1.4.0.0 was released, please feel free to offer feedback on it

Board footer