1. Initialise time machine in virtual box by following the steps below:
a. Stop Virtual machine.
b. Run the following commands in command prompt from the location where virtual box is present
(For windows : Ex: C:\Program Files\Oracle\VirtualBox\)
(For Linux : cd/usr/lib/virtualbox/)
VBoxManage modifyvm "VMNAME" -biossystemtimeoffset -0
VBoxManage.exe setextradata "VMNAME" "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled"
"1"
Start Virtual machine and run the following to Start Time Machine : python /host/Time_Machine/trunk/src/time_machine.py
Goto URL: http://192.168.56.101:8083/timemachine and change the time to 21 Oct 2014 13:14:00
Note - VNAME – Name of your virtual machine (Example: centos clone 1.03) .
While changing the date click on Stop button (Cron Service Status ) in the the TimeMachine UI and change the date. Then start it again. To confirm the change of date, in the terminal type ‘date’ and check the result.(It should give you the date/time that you set in TimeMachine)