-
Some python code that uses subprocess to backup my bedrock server every couple of hours.
-
Previously I had been using pyautogui to type into the server console save hold and save resume, and then os.system to run a batch file that would copy the files. That required a focus on the server window. This solution doesn't require focus on the window.
Iapetus-11/bedrock-server-backup
Some python code that uses subprocess to backup my bedrock server every couple of hours
PythonMIT