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

Feature request - Backup to cloud #3051

Open
patrickrb opened this issue Apr 4, 2024 · 1 comment
Open

Feature request - Backup to cloud #3051

patrickrb opened this issue Apr 4, 2024 · 1 comment
Labels
Feature This would improve Cloudlog

Comments

@patrickrb
Copy link
Contributor

patrickrb commented Apr 4, 2024

Feature Request: Database Backup to Cloud Storage

Objective: To develop an easy-to-use backup solution that enables server admins to securely save their entire database to a choice of cloud storage services.

Key Requirements:

Cloud Storage Options:

  • Enable backup to various cloud platforms to offer flexibility. Initial support should include:

    • Azure Blob Storage
    • Amazon Web Services (AWS) S3
    • Dropbox
    • Google Drive
    • Google Cloud Storage
  • Add options in the admin section for server admins to:

    • Choose their cloud storage service.
    • Set up access and permissions.
    • Schedule automatic backups.
    • Make sure these settings are straightforward to find and adjust.
  • Automated Backup Process:

    • Use a cron job to handle the backup at scheduled times automatically, creating and uploading the backup files to the chosen cloud service.

Backup Contents and Format:

  • The backup should include:

    • SQL database dumps.
    • All related images, including EQSL, QSL, and SSTV.
    • Pack everything into a .tar.gz file to save space while keeping the data safe.
      Security Measures:
  • Ensure the backup process is secure, encrypting files and safely transferring them to the cloud service.

Additional Considerations:

  • Think about whether to use full or incremental backups, based on database size and update frequency, to be more efficient.
  • Look into setting up notifications for the admin about the backup status.
  • Explore adding an option in the admin section for manual backup operations and restorations.
@magicbug magicbug added the Feature This would improve Cloudlog label Apr 10, 2024
@pd5wl
Copy link

pd5wl commented May 25, 2024

My be Add (S)FTP as well for those lucky enough to run there own systems (Sorry, comes with the job. Hi)

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

No branches or pull requests

3 participants