本帖最后由 luogu418 于 2024-7-11 12:41 编辑
设置了不同时间的,我不知道在哪里看错误信息日志,我只是进谷歌云盘里看了,没有数据库的备份。
|-正在上传到Google Drive,请稍候...
Traceback (most recent call last):
File "/www/server/panel/plugin/gdrive/gdrive_main.py", line 770, in <module>
q.execute_command(sys.argv)
File "/www/server/panel/plugin/gdrive/gdrive_main.py", line 707, in execute_command
backup_tool.backup_database(args[2], save=int(args[3]), echo_id=args[4])
File "class/panelBackup.py", line 832, in backup_database
upload_path = os.path.join(self._cloud_new.backup_path, "database", db_type, db_name, file_name)
AttributeError: 'NoneType' object has no attribute 'backup_path'
|