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

Add Item Versioning and Backup #7

Open
she3o opened this issue Nov 19, 2024 · 0 comments
Open

Add Item Versioning and Backup #7

she3o opened this issue Nov 19, 2024 · 0 comments
Labels
enhancement New feature or request storage

Comments

@she3o
Copy link
Owner

she3o commented Nov 19, 2024

Feature Overview

Implement file versioning and backup mechanisms

Requirements

  • Track changes to items and files and maintain historical versions.
  • Allow users to restore items to previous versions.
  • Ensure that versioning does not significantly impact performance.

Acceptance Criteria

  • Users can access and restore previous versions of their synchronized items.
  • Automated backups run at configurable intervals without manual intervention.
  • Versioning data is stored efficiently and securely. Elaborate...

Implementation Suggestions

  • Use a version control system (like git?) for tracking changes, or implement a custom versioning solution (unlikely to happen).
  • Schedule backups asynchronously.
@she3o she3o added enhancement New feature or request storage labels Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request storage
Projects
None yet
Development

No branches or pull requests

1 participant