Hello,
When we execute the backup command, it gives an error but completes the backup.
/www/server/panel/plugin/gdrive/gdrive_main.py:249: SyntaxWarning: invalid escape sequence '\c'
public.ExecShell('\cp -rp {} /root/gdrive_token.json'.format(self.__config_path))
/www/server/panel/plugin/gdrive/gdrive_main.py:316: SyntaxWarning: invalid escape sequence '\d'
file_regx = prefix_dict.get(data_type) + "(.+)20\d+\d+(?:.|)"
/www/server/panel/plugin/gdrive/gdrive_main.py:406: SyntaxWarning: invalid escape sequence '\s'
c_type = str(re.findall("SET\s+([\w\d-]+)\s",tmp[0][1])[0])
/www/server/panel/plugin/gdrive/gdrive_main.py:553: SyntaxWarning: invalid escape sequence '['
rep = "[mysqldump]\nuser=root"
PHP version. 8.1 with openlitespeed.
Please check.