mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Unable to create backup on S3 Provider - source file is being updated #39
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @arthurbrunot on 10/16/2025
CloudPanel version(s) affected
2.5.2
Description
When CloudPanel tries to upload a backup archive (backup.tar) to a MinIO instance using rclone, the operation fails with the error:
can't copy - source file is being updated (size changed from X to Y)This occurs because rclone starts copying while the backup file is still being written or updated. As a result, the multipart upload fails after several retries.
How to reproduce
Possible Solution
rclonecopy command until the backup archive is fully created and closed.Additional Context
Website size is about 25GB.