Appologies if this is a silly question or has already been answered elsewhere, I did a quick search around and couldnt find an answer.
I am looking at using TKLBAM to backup a number of appliances which I am going to run as VMs on an ESXI server. From the docs and videos I have seen it looks like only a single appliance can be backed up and restored using a turnkey hub account (and its associated API). Is this correct?
My TKBLM Dashboard is not showing the latest backups. Shows only the backup from 11/8/2011 and none from 11/9/2011. Is there an issue anyone is aware of?
I would like to know if there is any way to get a complete, real time, back up of the ENTIRE vTiger install.
Meaning - that as data is being entered - and then all of the sudden the server crashes unrecoverable - will the very last change made be part of the backup available for restore?
Then also - what about EVERY last change that is made? Not just record data but user custom fields, layout changes, reports, settings, EVERYTHING? Is there a standard way to do that in vTiger or is there a better/easier way to do that in vTiger?
I would like to know if there is any way to get a complete, real time, back up of the ENTIRE vTiger install.
Meaning - that as data is being entered - and then all of the sudden the server crashes unrecoverable - will the very last change made be part of the backup available for restore?
Then also - what about EVERY last change that is made? Not just record data but user custom fields, layout changes, reports, settings, EVERYTHING? Is there a standard way to do that in vTiger or is there a better/easier way to do that in vTiger?
I have TKL Core with Samba Server installed. I've been through Webmin and Samba documentation, but can't get it to connect. I'm pretty sure my configuration is correct, but could be wrong, when I use the command line in Windows to connect, I get:
I've got a problem with domain controller's users. I can join machines into domain perfectly.
The problem starts when user A login, because profile is allocated into C:\Documents and Settings\TEMP directory, so if i login with user B, all user A's data are deleted.
I just upgraded my Domain Controller Appliance to version 11.2 using TKLBAM (amazing tool BTW!) from 10.x. The init script /etc/init.d/nfs-kernel-server lines 66-70 are:
# See if our running kernel supports the NFS kernel server
if [ -f /proc/kallsyms ] && ! grep -qE 'init_nf(sd| )' /proc/kallsyms; then
log_warning_msg "Not starting $DESC: no support in current kernel."
exit 0
fi