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

New feature : Automatic Exports #36

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Conversation

amayard
Copy link

@amayard amayard commented Sep 15, 2021

This fork presents a new feature : automatic exports can be enabled in the plugin's settings.

A cron task is scheduled by default to perform an export of the entire platform's settings once a day. This offers an easy back-up solution.
Also, a clean-up feature is offered, which can also be enabled through the plugin's settings. The clean-up will only target automatic export. If an automatic export is imported in it's native platform or another platform, it will not be targeted by the cleanup.

The clean-up will clean automatic exports by their age :

  • up to 7 days old : keep all
  • 7 to 14 days old : keep 1/2 automatic exports
  • 14 to 30 days old : keep 1/4 automatic exports
  • 30 to 90 days old : keep 1/8 automatic exports
  • older than 90 days : deleted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant