Trying out minio as a backup destination
-
I have my own cloudron, and a customers, I have installed minio on my cloudron. And have configured my customers backup to use minio.
It accepts my configuraion, and begins... however I don't see anything inside the bucket, as the backup runs, and it eventually fails...Jul 05 01:49:45 box:storage/s3 Upload progress: {"loaded":104815656960,"part":9997,"key":"backup/snapshot/app_4450c89d-be21-42be-b831-0d9d22994883.tar.gz"} Jul 05 01:49:46 box:storage/s3 Upload progress: {"loaded":104826142720,"part":9998,"key":"backup/snapshot/app_4450c89d-be21-42be-b831-0d9d22994883.tar.gz"} Jul 05 01:49:48 box:storage/s3 Upload progress: {"loaded":104836628480,"part":10000,"key":"backup/snapshot/app_4450c89d-be21-42be-b831-0d9d22994883.tar.gz"} Jul 05 01:49:48 box:storage/s3 Upload progress: {"loaded":104847114240,"part":9999,"key":"backup/snapshot/app_4450c89d-be21-42be-b831-0d9d22994883.tar.gz"} Jul 05 01:49:49 box:storage/s3 Upload progress: {"loaded":104857600000,"part":10001,"key":"backup/snapshot/app_4450c89d-be21-42be-b831-0d9d22994883.tar.gz"} Jul 05 01:49:49 /home/yellowtent/box/node_modules/aws-sdk/lib/services/s3.js:712 Jul 05 01:49:49 resp.error = AWS.util.error(new Error(), { Jul 05 01:49:49 ^ Jul 05 01:49:49 Jul 05 01:49:49 InvalidArgument: Part number must be an integer between 1 and 10000, inclusive Jul 05 01:49:49 at Request.extractError (/home/yellowtent/box/node_modules/aws-sdk/lib/services/s3.js:712:35) Jul 05 01:49:49 at Request.callListeners (/home/yellowtent/box/node_modules/aws-sdk/lib/sequential_executor.js:106:20) Jul 05 01:49:49 at Request.emit (/home/yellowtent/box/node_modules/aws-sdk/lib/sequential_executor.js:78:10) Jul 05 01:49:49 at Request.emit (/home/yellowtent/box/node_modules/aws-sdk/lib/request.js:686:14) Jul 05 01:49:49 at Request.transition (/home/yellowtent/box/node_modules/aws-sdk/lib/request.js:22:10) Jul 05 01:49:49 at AcceptorStateMachine.runTo (/home/yellowtent/box/node_modules/aws-sdk/lib/state_machine.js:14:12) Jul 05 01:49:49 at /home/yellowtent/box/node_modules/aws-sdk/lib/state_machine.js:26:10 Jul 05 01:49:49 at Request.<anonymous> (/home/yellowtent/box/node_modules/aws-sdk/lib/request.js:38:9) Jul 05 01:49:49 at Request.<anonymous> (/home/yellowtent/box/node_modules/aws-sdk/lib/request.js:688:12) Jul 05 01:49:49 at Request.callListeners (/home/yellowtent/box/node_modules/aws-sdk/lib/sequential_executor.js:116:18) { Jul 05 01:49:49 code: 'InvalidArgument', Jul 05 01:49:49 region: null, Jul 05 01:49:49 time: 2025-07-04T13:49:49.867Z,
-
I changed the backup type to rsync and it appears to have worked. I can see that the backup takes up 314Gb on my server. But I would like to actually see the files somehow. its still not showing anything in the minio GUI view of bucket?
-
-
@CBCUN Thanks, found the advanced > part size setting. Have adjusted it, but maybe its not important now given that the default settings worked with rsync, and the following backups will be smaller anyway.
Still concerned the single bucket shows as empty.
EDIT: Scratch that. I logged out & back in and the web page shows the content. -