Hii All,
I want to create a python daemon win windows named daemon.py.
there is a file a.py which is used to take backup. I want to run this file every one hour and that also as background process. After one hour this daemon.py automatically should call a.py and then again after each hour it should do the same.
Also this daemon needs to be running whole the time. If by mistake user deleted this daemon process, it should start automatically & also it should start automatically after the start of the window.
I have tried many cases but not able to yet get the proper code.
Can anyone help me in solving this please?