mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Rclone Backup Configuration doesn't accept custom remote name #245
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 @webprogrammingsolutions on 5/3/2024
CloudPanel version(s) affected
2.4.1
Description
I configured rclone with a Minio S3 compatible enpoint. I named my remote "minio" during the configuration process.
When configuring Cloudpanel to use my custom rclone configuration, it would not accept my config file because it was expecting my remote to be called "remote".
How to reproduce
Possible Solution
Additional Context
No response