Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backup /app/data folder via API #5440

Open
ArthurQQII opened this issue Dec 16, 2024 · 2 comments
Open

Backup /app/data folder via API #5440

ArthurQQII opened this issue Dec 16, 2024 · 2 comments
Labels
feature-request Request for new features to be added

Comments

@ArthurQQII
Copy link

ArthurQQII commented Dec 16, 2024

πŸ“‘ I have found these related issues/pull requests

not found

🏷️ Feature Request Type

API / automation options

πŸ”– Feature description

I know v2 doesn't support backup/import any more. But this feature is still very important for my case. So an API endpoint/button which could download the compressed data folder will be very helpful.

βœ”οΈ Solution

new API path, for example, /api/download-zip-data.

It could download a zip file for the data folder.

Some nice-to-have features

  1. cron job to create the zip file
  2. In the setting page, there is a page to manage the backup zip files, like delete, manually create a new one.

❓ Alternatives

No response

πŸ“ Additional Context

No response

@ArthurQQII ArthurQQII added the feature-request Request for new features to be added label Dec 16, 2024
@Ionys320
Copy link
Contributor

For the moment, I would suggest creating a CRON task handling all of this (Zipping the folder and perform a rsync or something similar) for you.

@ArthurQQII
Copy link
Author

I would suggest creating a CRON task handling all of this (Zipping the folder

Yeah, that is my plan at the moment. Hope kuma could have this feature in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features to be added
Projects
None yet
Development

No branches or pull requests

2 participants