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

Forum ©XSIBackup: ©VMWare ©ESXi Backup Software


You are not logged in.

#1551 Re: General matters » Try to schedule job with no luck » 2018-10-28 15:37:35

First of all, please select an appropiate page code, any ISO-8859 western character set will do it. You are being presented garbled text and although this does not necessarily mean that it will prevent the GUI from working properly, could very well be the cause of your problems.

Please, [b][https://33hops.com/xsibackup-pro-gui-manual.html#1]read this[/url][/b]

If this does not fix your issue, please contact support with all relevant details: SSH client, OS, etc...

#1552 Re: General matters » AWS S3 bucket size problem » 2018-10-27 14:55:16

Well, first of all XSIBackup does not announce any sort of compatibility with [b]AWS S3 buckets[/b]. It nevertheless supports open standards like NFS, so just as long as you are able to [b]properly[/b] mount your NFS share in ESXi, everything should work.

Do not forget to [b]always use NFS 3[/b], as we state in every NFS related post; NFS 4.1 is useless in case of backups and, on the other side, does not even work from the ESXi shell.

You must note that NFS is a complex protocol in which a number of different ports are used in an intrincate and complex relationship between the NFS client and host, NFS was never designed to work accross the Internet, thus mounting NFS over a WAN is normally performed tunneled to avoid having to deal with that complex scheme and having to port it to any firewalls in between.

Beeing able to mount the NFS share, does not mean that the NFS protocol is properly set up. By what you are describing, it looks like NFS is not working fine and you are loosing some fundamental information.

[url]https://serverfault.com/questions/588623/is-nfs-good-to-share-disk-images-over-the-internet[/url]

#1553 Re: General matters » restore fails » 2018-10-27 14:38:31

We have checked [b][https://33hops.com/xsibackup-pro-restore-feature.html]this functionality[/url][/b] and it's working, at least as per each of our test servers. The expected behaviour is to be redirected to the shell and just see the same output than if you were directly using the command line, in fact the differences between both methods are trivial. Sometimes it may take some seconds for the command line to appear after having entered the path in the GUI's restore option. That will depend on the load the host is holding.

We would need some feedback to be able to delve into your issue:

- XSIBackup version.
- ESXi version and build.
- Path to the restore VM and contents of the backup folder.
- The .vmx file contents, to check the VM name and paths.

#1555 Re: General matters » restore fails » 2018-10-26 15:25:51

Use the command line so that we have some visible output.

./xsibackup --restore-vms=IP:Port:/path/somewhere

You have not provided any details, so just parse your local path to the [b][https://33hops.com/xsibackup-pro-restore-feature.html]--restore-vms[/url][/b] argument. In your case the IP and Port are not required, as you want to access a local datastore.

#1556 Re: General matters » remote esxi server backup fails » 2018-10-26 15:20:40

Before anything else, upgrade to the latest version, there has been some bug fixes. Use the script online, it will keep your configuration files and jobs. Copy those folders out of the server, if you will, to have a backup, just in case.

You have different problems here:

1 - You have XSIBackup installed to more than one point and this is confusing the program. Remove any leftover and keep one single installation dir. You should be tidy: per instance, keep a uniform path accross all servers, the default one if possible ([b]/vmfs/volumes/datastore1/xsi-dir[/b]). If you can't keep the default paths, you must be aware of the fact that you should change the [b]xsidefaultpath[/b] as stated in the warning message below.

2018-10-25T22:41:39|  Found more than one remote (c) XSIBackup installation dir at [10.240.100.41]
2018-10-25T22:41:39|  Using hardcoded var at conf/xsiopts [xsidefaultpath] as remote path.
2018-10-25T22:41:39|  Remote xsi path set to: /vmfs/volumes/datastore1/xsi-dir

Taking on account that you are running a remote job via the [b][https://33hops.com/xsibackup-help-man-page.html#manhost]--host[/url][/b] argument, you can just wipe every remote [b]xsi-dir[/b] folder and let XSIBackup create it for you, again according to the [b]xsidefaultpath[/b] variable in the [b]conf/xsiopts[/b] file. Note that you can also parse this variable in your backup job.

2 - You have not understood how the program works in regards to remote execution of jobs. You are parsing this in your job:

--host=10.240.100.41:22 --backup-point=10.240.100.41:22:/vmfs/volumes/Archive

Which literally means that you are going to run the job at server [b]10.240.100.41[/b] which has SSH service running on port [b]22[/b] and then, the job running there, will send the backup to the [b]10.240.100.41:22:/vmfs/volumes/Archive[/b] datastore in the same IP and port.

The above does not make much sense, as you are running the job in [b]10.240.100.41[/b], the [b]/vmfs/volumes/Archive[/b] datastore is local to it, so the --backup-point should be just [b]--backup-point=/vmfs/volumes/Archive[/b]

#1557 Re: General matters » smtp failed with job, smtp worked with test » 2018-10-23 08:46:42

This is not a failure

53.334 KB/sec Queued mail for delivery

#1558 Re: General matters » download problems » 2018-10-22 11:32:47

There was an issue affecting gmail.com domains.
It has already been solved, sorry about the inconvenience.

#1559 Re: General matters » Backup and Restore » 2018-10-20 10:32:17

The restore feature for XSITools is only available in the Pro version. You can directly use any backup generated with Vmkfstools, OneDiff or Rsync though.

#1560 Re: General matters » smtp server hostname field is a few characters too small » 2018-10-19 12:10:27

Thank you for the feedback, we'll increase that length, there will always be something longer though.

#1561 Re: General matters » xsibackup install » 2018-10-19 12:08:52

Yes, of course. XSIBACKUP-PRO must be installed on an ESXi server.
No problem, install on a dedicated ESXi OS and control the other ESXi systems from there.

#1562 (c)XSIBackup-Pro & Free Classic bug tracker » v. 11.1.0 - File src/pro/xsitoolschk not copied when using --host » 2018-10-17 13:56:35

admin
Replies: 0

The file src/pro/xsitoolschk is not copied over to the remote host when using the --host argument. Thus XSITools remote jobs fired via --host are not correctly certified when using the --certify-backup argument.

Fix included in v. 11.1.1

#1564 Re: General matters » download problems » 2018-10-17 13:27:35

Use a different e-mail address on a different domain.

#1565 Re: General matters » The --backup-point string is a mandatory value » 2018-10-16 09:24:38

You are mixing concepts, [b]--run-backup=001[/b] will look for a backup job file at [b]xsi-dir/jobs[/b] and run it. If the file does not exist you will get that "not found" error.

Something has to be broken or mixed in your XSIBackup install. It's almost impossible that there would be a bug that does not allow you to run the most basic kind of backup job and we, as well as some thousand users, have not noticed for months now.

#1566 Re: General matters » The --backup-point string is a mandatory value » 2018-10-15 17:04:17

We have never come accross such problem, and we have many thousand users sad
I removed the --certify-backup option from the example I posted before, as it's not an option available in the free version.
I also changed everything to lower case and removed all unnecessary options, as in the test script.

"/vmfs/volumes/RAIDx/xsi-dir/xsibackup" \
--backup-prog=vmkfstools \
--backup-point="/vmfs/volumes/RAID-lenovo" \
--backup-type=running \
--use-smtp=1 \
--mail-to=myemail@mydomain.com \
--backup-id=001 \
--description="Backup Enterprise VMs" \
--exec=yes >> "/vmfs/volumes/RAIDx/xsi-dir/var/logs/xsibackup.log"

Try it again and let us know.
This is very weird, I think you have just pasted some out of page code characters.

#1567 Re: General matters » The --backup-point string is a mandatory value » 2018-10-15 16:23:02

First of all thank you for your post in Portuguese, I am sure that many people will find it useful.

What you are trying to accomplish is the simplest use scenario for XSIBackup, It should work without a flaw. Please follow this short guide and reach us back witht he result of every point.

1 - First of all, do make sure that the path you are trying to copy your VMs to does exist.

ls -la /vmfs/volumes/RAID-lenovo/

2 - Use this backup job instead:

"/vmfs/volumes/RAIDx/xsi-dir/xsibackup" \
--backup-prog=vmkfstools \
--backup-point=/vmfs/volumes/RAID-lenovo \
--backup-type=Running \
--backup-how=Hot \
--use-smtp=1 \
--mail-to=myemail@mydomain.com \
--backup-id=001 \
--description="Backup Enterprise VMs" \
--exec=yes >> "/vmfs/volumes/RAIDx/xsi-dir/var/logs/xsibackup.log"

3 - Be careful when cutting and pasting text into a shell window. Some characters may be getting substitued. Some times, the characters being swapped are invisible, i.e. some space, so always paste you text into some text editor, like Notepad++ that allows you to check all characters.

#1568 Re: General matters » Unable to Backup at Remote ESXI » 2018-10-15 16:14:56

Where?
How?
Through what?

1.2 Tb. is a lot of data. If you try to push it through a dial up modem connection, then using tb/age is a reasonable unit of measure. If you are doing it through a 10 mbps WAN, then ages is still a good unit of measure. If on the contrary you are copying over a LAN, then taking ages might not be a reasonable speed.

Please, use terms that anybody reading your posts can understand, like mb/s. If you expect to receive a concrete answer, then provide some, at least, approximate information on the subject.

#1569 Re: General matters » Error NOVM2BAK: no VMs to backup » 2018-10-12 16:13:47

No worries, every experienced sys admin could write books on that subject wink

#1570 Re: General matters » Error NOVM2BAK: no VMs to backup » 2018-10-12 15:34:57

Are you sure there's at least one VM running?
Try to use the combination of --backup-type=custom --backup-vms=your,list,of,comma,delimited,VMs

#1571 Re: General matters » remote backup failed » 2018-10-12 15:27:30

_XSIBAK VMs are skipped by default. You need to parse the [b][https://33hops.com/xsibackup-help-man-page.html#override]--override=xsibackupfilter[/url][/b] to override that filter.

Please, read the man page, posting here is not an alternative to reading the product's documentation.

#1572 Re: General matters » List Server Linked to this Host- exits unexpectedly » 2018-10-12 15:24:21

You might be picking up a job that already has that VM added in the remote host. We don't have enough information to offer a precise answer.

Best advice: delete everything in th /tmp dir and start from scratch.

#1573 Re: General matters » [VMKFSTOOLS] Unable to Disable "COLD" backup (GUI). » 2018-10-12 10:03:34

We are not quite getting what you mean.

- Hot: no downtime backup is made while the VM is running, may require quiescing on some services.
- Warm: quick reboot, no more than 30 sec, usually less than that.
- Cold: VM is turned off and turned on after the backup has completed.

Those are the available options. Choose whatever is best for you. You cannot chose more than one at the same time

#1574 Re: General matters » Backup to FTP » 2018-10-11 13:03:46

You can backup over IP via SSH by just setting the backup point to a remote computer, where you have three values separated by colons, which represent [b]IP:Port:Remote path[/b], i.e.:

--backup-point=10.0.0.3:22:/your/backup/destination

All [b][https://33hops.com/xsibackup-using-backup-programs.html]backup programs[/url][/b] support SSH over IP backups except [b]Vmkfstools[/b], we are ultimating [b][https://33hops.com/xsitools-vmfs-deduplication.html](c)XSITools[/url][/b] compatibility with SSH backups at the time of writing this.

#1575 Re: General matters » xsibackup will not run - operation not permitted » 2018-10-11 11:55:57

You are the sys admin of your system. Check why you don't have execution permissions on the [b]/vmfs/volumes/Datastore[/b] datastore or choose a different location where you do have those permissions. There's nothing more to say from our part.

Board footer