Different backup frequencies for different applications
-
Hello,
I have a application dedicated to store my photo from my phone (Immich).
My cloudron instance is backed up daily, but it takes up too much space with this Immich application.
I'd like to disable the automatic Immich backup and make a monthly backup of this application.
How can I do this? I was looking at the Cloudron API (which I would have run with an n8n instance) but I don't see an endpoint dedicated to creating a backup of a single application.Any (other) ideas?
-
@q__nt_n we are looking into implementing this for the next release as part of 8.1 .https://forum.cloudron.io/topic/9975/what-s-coming-in-8-1 . As for the API, indeed, it seems to be missed in the API docs. But you can just call
/api/v1/apps/<appid>/backup
POST . This will return a taskId to track as well (similar to other API calls). -
-