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

Forum ©XSIBackup: ©VMWare ©ESXi Backup Software


You are not logged in.

#2 General matters » Upgrade and uninstall procedure » 2020-02-25 07:07:49

cdasn
Replies: 2

Hello,

Could you provide an upgrade procedure and an uninstall procedure for DC or help me find existing ressources?

Thanks for your help.

#3 Re: General matters » Backup on remote server (eSXI) » 2020-02-06 07:50:57

For some reasons between having XSI Free running, and setting up DC, SSH client was disabled in the firewall.

Thanks for your help.

#4 General matters » Backup on remote server (eSXI) » 2020-02-05 15:10:39

cdasn
Replies: 2

Hello,

  • I have two ESXI on 2 public IP.

  • I had XSIFree running backup between those two host over SSH. My assumption here is that communication and authorization is OK.

  • Host 1 can ping Host 2, and vice versa.

  • I'm able to SSH to both host.

When trying a command from Host 1 (or 2) to backup to the other:

./xsibackup --backup "VMs(VM1)" root@XX.XX.XX.XX:22:/vmfs/volumes/datastore2/backup-fromE1 --remote-path=/scratch/xsi/xsibackup --rotate=7

Here is the output:

|||   (c)XSIBackup-DC 1.1.0.8: Backup & Replication Software                    |||
|||   (c)33HOPS, Sistemas de Informacion y Redes, S.L. | All Rights Reserved    |||
||-------------------------------------------------------------------------------||
|---------------------------------------------------------------------------------|
                   (c)Daniel J. Garcia Fidalgo | info@33hops.com
|---------------------------------------------------------------------------------|
System Information: ESXi, Kernel 6 Major 7 Minor 0 Patch 0
-----------------------------------------------------------------------------------------------------------
License: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-----------------------------------------------------------------------------------------------------------
OpenSSH server at XX.XX.XX.XX:22 can't be reached, timed out
-----------------------------------------------------------------------------------------------------------
Removed <tmp> dir        OK
-----------------------------------------------------------------------------------------------------------
Unlocked backup          OK
-----------------------------------------------------------------------------------------------------------
Removed PID              OK

Is there anything I forgot?

Thanks for your help.

#5 Re: General matters » How to check back-up command state or success » 2020-02-05 13:54:13

Okay, thanks for your feedback.

You are correct, let's simplify by running on screen. Step by step.

#6 Feature requests & improvements » Replica VS Backup differences » 2020-02-05 13:52:59

cdasn
Replies: 3

Hello,

Could you tell me a simple explanation of the difference between replica and backup (or link to a ressource that explain it)?

From what I understood, a replica is a ready-to-start new VM copied from an original VM.
A backup is some data stored but not ready-to-start from an original VM.

Am I right?

If we are talking about daily remote jobs, in term of possibility, efficency and speed, is there one to choose more than the other?

Thanks for your help.

edit: found more information in docs>XSIBackup-DC Manual.pdf part "1 - Actions".

#7 Re: General matters » How to check back-up command state or success » 2020-02-04 10:00:27

1 - If I'm running the command with a non existant VM, I get an error in the output file.

[root@ns3004174:/vmfs/volumes/5ba1068c-a299582c-a00f-ac1f6b006640/xsi] tail /scratch/xsi/var/log/xsibackup.log
-----------------------------------------------------------------------------------------------------------
2020-02-04T10:01:34 | Error code 1851 at file xsibackup.c, line 1851
Error description: could not find any VM in list: webserver

2 - I think I'm not using DRS, as I am not grouping ESXIs, using only free ESXIs without vSphere nor vMotion.

It looks that like even if I have no output and waited 3 days for my task to end, is has not ended.

Today when I tried to run a new command, I had the following output:

There are other --backup or --replica instances of XSIBackup-DC running
Only one instance of XSIBackup-DC client is allowed to run at a time
You can manually remove the /tmp/xsibackup.pid file, or wait.

Checking on my second host, there is a /tmp/xsibackup.pid file. So my command for backup 10vms seems to be still running after 3 days even if the output stopped.

edit: to sum up things:
on ESXI1, I ran last friday:

./xsibackup --backup "VMs(VM1,VM2,VM3,VM4,VM5,VM6,VM7,VM8,VM9,VM10)" /vmfs/volumes/datastore2/backup-local --rotate=7 >> /scratch/xsi/var/log/xsibackup.log 2>&1 &

The output stopped after VM3. Looking at datastore2, I can see folders about VM1,VM2,VM3 and that's it. The PID was still running this morning, and was killed by a new xsibackup that is used this morning.

on ESXI2, I ran last friday:

./xsibackup --backup "VMs(VM1,VM2,VM3,VM4,VM5,VM6,VM7,VM8,VM9,VM10)" /vmfs/volumes/datastore2/backup-local --rotate=7 >> /scratch/xsi/var/log/xsibackup.log 2>&1 &

The output stopped after VM3. Looking at datastore2, I can see folders about VM1,VM2,VM3 and that's it. The PID seems to be still running now.

My VMs range from 20Go to 80Go.

edit2: if I'm checking the /tmp/xsibackup.pid I get a PID number (maybe WID or CID?), and can't find any trace of it by running "ps | grep $PIDnumber" nor "ps" command.

#8 Re: General matters » How to check back-up command state or success » 2020-02-03 08:05:04

Hello there,

1 - I tried to run that command to backup around 10 VMs.

./xsibackup --backup "VMs(RUNNING)" /vmfs/volumes/datastore2/backup-local >> /scratch/XSI/XSIBackup-DC/var/log/xsibackup.log 2>&1

When I'm checking the log file (xsibackup.log) I can see the first backup being done. If I wait a bit, I can see the progress.

Two days later, when everything is supposed to be OK, I'm going back to the log file. I'm seing output of the first, second and third backup, but nothing (nor error messages) about the rest.

Is there any way to know what happened?


2 - Is there a test command like in XSI Free?

--test-mode=true

#10 General matters » How to check back-up command state or success » 2020-01-30 07:41:37

cdasn
Replies: 7

Hello,

When running a back-up command (./xsibackup --backup "VMs(RUNNING)" /vmfs/volumes/datastore2/backup-local) that is suppose to take quite a long time (like 24h, because of VMs sizes, and first backup), when my SSH terminal disconnect, I'm loosing the progress of the actual task output.

When reconnecting to my ESXi host via SSH, I'm not able to find how to check is the task is still running or not, or any error exit code.

  • On free version, I used to check if an instance of XSI was still running using command

    ps | grep 'xsi'

    or I was looking at logs files.

  • Right now on my DC version, ps | grep 'xsi' is empty, and logs files /var/log/error.log and /var/log/xsibackup.log are empty as well.

    On my ESXI GUI, I can see one xsi snapshot that is present.

Thanks for your help.

Version used: (c)XSIBackup-DC 1.1.0.8:

#11 Re: General matters » Help choosing correct product. » 2020-01-29 07:10:59

Hello, thanks for your feedback. Do you know how long is the trial for the DC version?

#12 General matters » Help choosing correct product. » 2020-01-27 16:09:08

cdasn
Replies: 3

Hello there,

We are using XSIBackup Free Version for almost a year now.
We are satisfied with the product and are thinking about upgrading to Pro or DC version.

Here is our setup:

Datacenter 1
[ESXI 1 with public IP]
XSIBackup 1

Datacenter 2 (different location than Datacenter 1)
[ESXI 2 with public IP]
XSIBackup 2

Every night or so:
1 -> XSIBackup 1 backup local backups of running VM.
2 -> XSIBackup 2 backup local backups of running VM.
3 -> XSIBackup 1 backup local backups of running VM to XSI Backup 2 using --backup-prog=rsync
4 -> XSIBackup 1 backup local backups of running VM to XSI Backup 2 using --backup-prog=rsync

Here is one remote backup conf example:
"/vmfs/volumes/datastore2/xsi-dir/xsibackup" \
--backup-point=XX.XX.XX.XX:XXXX:/vmfs/volumes/datastore2/backup \
--backup-type=custom \
--backup-vms=xxxx,xxxx,xxxx,xxxx,xxxx,xxxxx,xxxxx \
--backup-prog=rsync \
--use-smtp=1 \
--mail-to=xxxxx@xxxxxx.com \
--backup-id=003 \
--description="Remote backup of ESXi-1 VM's on ESXi-2 (datastore2)" \
--test-mode=false \
--exec=yes >> "/vmfs/volumes/datastore2/xsi-dir/var/logs/xsibackup.log"

Our mean goal is to reduce remote backup total time.

What would be our best upgrade option? Pro/DC? Why?

[edit: sorry if my post is not in the correct section]

Board footer