You are not logged in.
I am using cron backup to schedule backup for ESXi using the old version one and free one. Since I am new for this software I have few questions about cron file progressing since .
1. If using backup type with custom for backup on cron file it will need backup-vms options on there. Is backup-vms with="VMs" is using the ESXI folder name for identify?
2. If the backup-vms is based on folder name above this question. Is it will skip this folder clone with not on backup-vms list?
2.1. If not with is following to ?
3. Is a custom procedure also a hot-backup situation?
4. Once the setting has been changed do still need to restart this service again?
Thanks for help.
Benjamin L
Offline
It's much simpler than the load of questions you are posing yourself. The backup job is a file you save to the jobs folder, then you invoke it from the cron, that's it.
Everything is self contained in the job, you don't need to worry about any argument/ option but in the backup job file itself.
The VM name is the asigned VM Name as stated in the .vmx file displayName field, nothing else.
Yes, all backups are hot by default if the VM is on.
[url=https://33hops.com/xsibackup-cron-troubleshooting.html](c)XSIBackup Cron Troubleshooting[/url]
Offline
Thanks for the reply.
So that means if displayname are not mention it will not do cloning?
Also it means need to restart the service after change?
Offline
We are sorry, we aren't getting what you mean.
Please read the provided URLs
Offline
On previous reply the display name is depends on .vmx(displayname.vmx) So I reverse think that, if the displayname have not list on --backup-vms set on custom setting, it will not do copy on this VM?
On the other hand, refer to provided URL it will need to kill the previous progress to start on setting. Is the progress similar to previous version of XSiBackup?
Last edited by Benjamin L (2021-01-22 10:25:12)
Offline
[quote=admin]It's much simpler than the load of questions you are posing yourself. The backup job is a file you save to the jobs folder, then you invoke it from the cron, that's it.
Everything is self contained in the job, you don't need to worry about any argument/ option but in the backup job file itself.
The VM name is the asigned VM Name as stated in the .vmx file displayName field, nothing else.
Yes, all backups are hot by default if the VM is on.
[url=https://33hops.com/xsibackup-cron-troubleshooting.html](c)XSIBackup Cron Troubleshooting[/url][/quote]
So I have check the URL provided and previous reply still need to make certain for those points:
1. Displayname is depends on .vmx(displayname.vmx). If the displayname have not list on --backup-vms set on custom setting, it will not do copy on this VM?
2. Restart service by kill previous progress and run again?
Offline