You are not logged in.
Pages: 1
Hello,
I am using XSIbackup Pro for many years. Last week I have updated to latest version 11.2.19. Everything seems to be working fine, but I have problem with chained backups. My config is:
# Config 001
"/scratch/XSI/XSIBackup-Pro/xsibackup" \
--backup-prog=onediff \
--certify-backup=no \
--backup-point=0.0.0.0:2222:/vmfs/volumes/NFS188/001_test \
--backup-type=custom \
--backup-vms=test \
--backup-how=Hot \
--remote-xsipath=/scratch/XSI/XSIBackup-Pro/ \
--backup-id=001 \
--description="test" \
--mail-from=test@test.com \
--mail-to=test@test.com \
--smtp-srv=0.0.0.0 \
--smtp-port=25 \
--smtp-usr=smtpuser \
--smtp-pwd=pass \
--on-success="backupId->002" \
--on-error="backupId->002" \
--exec=yes >> "/scratch/XSI/XSIBackup-Pro/var/logs/xsibackup.log"
This is my config. I have changed names and IP addresses, other is same. Other problem - nothing is stored in log file.
Could somebody check my configuration file? Is there problem somewhere?
Many thanks.
Lukas
Offline
You don't state what your problem is.
Offline
My problem is that backups "--on-success" and "--on-error" and log does not work. It seems that program does not read this values in config. Subsequent job "002" does not start and nothing is in log.
Offline
Where is job 002 sitting?
You don't need to use --on-success & --on-error to chain backups, you can also just chain jobs via standard shell constructs:
001 && 002 || 002
Offline
It is sitting in jobs/ directory. I have used version 11.0 before and config works. But I have upgraded to latest version and it does not work.
Offline
This does not help me. If I run it in CLI it works, but if I run it via cron, it starts in same time. I need run multiple backups in series via cron. In previous version I have chainned it via "on success". But in this version it is not working.
If you have any help how multiple backups run in series via cron without "on succes" working, it will really help me.
Offline
Please, note this thread corresponds to an old software edition - (c)XSIBackup Classic - which has been deprecated. Use our latest software edition: [b](c)XSIBackup-DC[/b] and refer to [url=https://33hops.com/xsibackup-dc-full-manual-home.html]its manual[/url] to [url=https://33hops.com/xsibackup-vmware-esxi-backup.html#prodchart]backup your (c)ESXi VMs[/url] as of 2021
Offline
Pages: 1