Backup deletion fails with custom rclone config for local folders #63

Closed
opened 2026-04-05 20:25:23 +02:00 by MrUnknownDE · 0 comments
Owner

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

*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_
Sign in to join this conversation.