mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Backup deletion fails with custom rclone config for local folders #63
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 @vCoDMods on 7/18/2025
CloudPanel version(s) affected
2.5.1
Description
I use a custom rclone config for a local folder named "/backups".
In CP's "Storage Directory" i have added "/backups" and backup is working normally.
But the command for purging old backups is executing
Command " : /usr/bin/sudo /usr/bin/rclone purge remote:'backups/2025-07-15/'" failed, error message: 2025/07/18 04:03:03 ERROR : Attempt 1/3 failed with 1 errors and: directory not found.I think it's because of the missing / behind backups here
remote:'backups/2025-07-15/How to reproduce
..
Possible Solution
No response
Additional Context
No response