You are not logged in.
Pages: 1
Hi.
I have ESXi 6.7.0, XSIBACKUP-FREE 11.2.9. Received it throuhg e-mail today, installed according to instructions, run test command
# ./xsibackup --backup-point=/vmfs/volumes/backup --backup-type=running --mail-from=email.sender@yourdomain.com --mail-to=email.recipient@anotherdomain.com --smtp-srv=smtp.33hops.com --smtp-port=25 --smtp-usr=username --smtp-pwd=password --test-mode=true
with my parrameters and nothing happens.
I don't recieve error, I don't recieve e-mail, nothing adds to my backup folder, no logs I can see in installation_path/var/logsxsibackup.log
Please help me understand what should I do to fix this.
Last edited by hohoq (2020-06-08 11:36:07)
Offline
You are missing the --backup-prog argument.
Remove --test-mode=true to run a backup
# ./xsibackup --backup-prog=Vmkfstools --backup-point=/vmfs/volumes/backup --backup-type=running --mail-from=email.sender@yourdomain.com --mail-to=email.recipient@anotherdomain.com --smtp-srv=smtp.33hops.com --smtp-port=25 --smtp-usr=username --smtp-pwd=password
Offline
[quote=admin]You are missing the --backup-prog argument.
Remove --test-mode=true to run a backup
# ./xsibackup --backup-prog=Vmkfstools --backup-point=/vmfs/volumes/backup --backup-type=running --mail-from=email.sender@yourdomain.com --mail-to=email.recipient@anotherdomain.com --smtp-srv=smtp.33hops.com --smtp-port=25 --smtp-usr=username --smtp-pwd=password
[/quote]
Offline
What version is your ESXi host?
Offline
[quote=admin]What version is your ESXi host?[/quote]
ESXi 6.7.0
XSIBACKUP-FREE 11.2.9
Offline
Our fault, we had left a breakpoint in the code, we'll fix that and publish the corrected version today
...
UPDATE:
We already published the corrected version. Please confirm if everything is working as expected.
Offline
[quote=admin]Our fault, we had left a breakpoint in the code, we'll fix that and publish the corrected version today
...
UPDATE:
We already published the corrected version. Please confirm if everything is working as expected.[/quote]
Process started, thank you!
Offline
Pages: 1