Updated on 2025-08-22 GMT+08:00

Result Lists

Configuring Result Lists

Result files are generated when batch tasks complete. By default, they are saved to the subfolder .obsutil_output in the home directory of the user who executes obsutil commands. You can specify another folder to save them by setting the additional parameter -o when executing a command.

Viewing Result Lists

Result files are classified into success, failure, and warning files. The naming rule is as follows: Operation _{succeed | failed | warning}_report_ Time _TaskId.txt. For example, the name of the result file for successfully uploading a folder is cp_succeed_report_20190417021908_fbbc83e3-98ac-4d19-b23a-64023b1e0c34.txt, among which, fbbc83e3-98ac-4d19-b23a-64023b1e0c34 indicates the task ID.

  • If the number of successes, failures, or warnings is zero, the corresponding result file is not generated.
  • The task ID of a result list is unique for each operation.
  • The maximum size of a result file is 30 MB and the maximum number of result files that can be retained is 1,024.
  • If there are multiple folders and files and you need to confirm the details of a failed task, refer to the failure result file in the result folder and the log files in the log path.
  • To prevent the batch operation efficiency from being reduced by too many result files, you are advised to periodically archive and back up the result files in .obsutil_output to another folder.