Rislem Posted July 3, 2019 Share Posted July 3, 2019 Hi EVeryone I got a VIP client that is asking if there is a way I can create a backup botton for him, that he can click and it backups his servers. Now I am thinking of just making a batch file to do this, but the issue is how do I stop his services with a batch file and start it after the copy has taken place? I am thinking of something like this Stop service Run a Rar.exe to zip the folders. Copy the zip to desired location Start his service Then somehow I need to be able to add this to a schedule for it to run Any idea's where I can start or suggestions? Link to comment Share on other sites More sharing options...
Dennis Posted July 4, 2019 Share Posted July 4, 2019 It's actually very easy to start and stop it - it's built into TCAdmin. If you select the Custom Action or Custom Icon event, you can make TCAdmin stop the service before the script is executed: https://i.imgur.com/SyA7AvF.png The service is automatically started after. If you allow scheduling, the client can create a scheduled task that does this every few hours. Link to comment Share on other sites More sharing options...
mspsmuge Posted July 5, 2019 Share Posted July 5, 2019 I get the following error when i try and import the config, does anyone know what causes this? "SQLite error table tc_games has no column named custom_home_view" Link to comment Share on other sites More sharing options...
Dennis Posted July 8, 2019 Share Posted July 8, 2019 Update your TCAdmin installation to 2.0.129.0 or newer. You can also edit the .xml file using a text editor and remove the custom_home_view setting and any other setting that might give an error. Link to comment Share on other sites More sharing options...
Rislem Posted July 9, 2019 Author Share Posted July 9, 2019 @DennisMidjorg Thank you very much exactly what I wanted to do. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now