You are not logged in.
Pages: 1
Hi,
I am running some tests with the DC version of xsibackup.
The trial period has ended and the free edition is enough for me. I dont have any VMs larger than 100gb and I backup to a local datastore.
However, I still get the message:
Trial expired. You may still backup VMs up to 100.00 GB manually to local volumes
I dont have VMs larger than 100GB and I am not backupping over IP. What do I need to do to get the free version working?
Regards, Paul
Offline
We have tested version 1.5.0.9 and the free unlicensed features work as expected. Are you maybe using CBT?
Offline
Hi,
I have never turned this on. Never really looked into this feature tbh.
This is the command I am using in my script:
xsibackup --backup "VMs($vm-name)" /dest-dir --rotate=30d --subfolder=$vm-name --exclude="vmware-[0-9]{1,6}.log" > logfile
Are there parameters i should not use?
Offline
You can't use /dest-dir as a valid backup path within (c)ESXi.
Please run something like
xsibackup --backup "VMs(vm-name)" /vmfs/volumes/backup/dest-dir >> logfile
And let us know if it worked.
You haven't still stated which version you are using.
Offline
Hi,
Sorry I am using the latest version 1.5.0.10
The dest-dir was an example I use this as real dest-dir: "/vmfs/volumes/ESXI_BACKUPS_NFS_NAS002"
This was working fine until the trial period ended.
Offline
ok, so I reinstalled the binary, and if I run it by hand it executes fine.
But if I try to redirect the output to a logfile it gives me the message trial has expired:
/scratch/XSI/XSIBackup-DC/xsibackup --backup "VMs(Sophos-XG)" /vmfs/volumes/ESXI_BACKUPS_NFS_NAS002 --rotate=5d --subfolder=Sophos-XG
--exclude="vmware-[0-9]{1,6}.log" >> /tmp/log.log
cat /tmp/log.log
|-------------------------------------------------------------------------------------|
| Trial expired. You may still backup VMs up to 100.00 GB manually to local volumes |
| Backups & replicas over IP are limited to 6 hours after each reboot cycle |
| Buy a license from 33hops.com using this discount voucher ::: XSIDCOXST ::: |
|-------------------------------------------------------------------------------------|
-------------------------------------------------------------------------------------------------------------
Removed host <tmp> dir OK
-------------------------------------------------------------------------------------------------------------
Removed prog <tmp> dir OK
-------------------------------------------------------------------------------------------------------------
Unlocked backup OK
-------------------------------------------------------------------------------------------------------------
Removed PID OK
-------------------------------------------------------------------------------------------------------------
Is this by design?
Offline
It's not that you are redirecting the output to a log file but that you aren't running the program interactively. Free version can't be run from a crontab, you need it to be running on a TTY.
Offline
That's strange, because the product page says the free version is also cron programmable:
Features Free Pro DC
Cron programmable ✔ ✔ ✔
Offline
It could be a bug, we'll request that to be revised and eventually fixed in some next release.
Offline
Please, try version 1.5.0.11, you should find this problem solved.
Offline
Pages: 1