BLOG BACKUP

blog.zus.network - wordpress and SQL backup.

Wordpress & MySQL Backup GitHub Action - https://github.com/0chain/zus-cicd/actions/workflows/blog.zus.network-backup.yaml

The backup of the blog is a crucial operational duty that guarantees the security and recoverability of the material. Every day at 2 a.m., a scheduled Git action starts the backup procedure, automating this crucial step. Backups are essential for preserving information, configurations, and databases since they provide as a safety net in the event of data loss, unintentional deletions, or system malfunctions. It is simple to retrieve and restore the blog to a prior state quickly and effectively, maintain data integrity, and increase the overall resilience of the blogging platform now that the scheduled backup is available through Git activities.

The backups of the blog are safely kept in an AWS S3 bucket. This storage solution contributes to a strong backup and recovery strategy that strengthens the platform's resilience by guaranteeing dependability, durability, and easy accessibility for speedy retrieval and restoration of the blog's vital data in case of emergencies.

AWS S3 BUCKET - s3://0chain-git-backup/

blog.zus.backup is running over Hetzner Cloud Server and the server have self-hosted runner for blog.zus.network.

GITHUB ACTION

GitHub Action is scheduled to run every day at 2 am, however if you want to manually start it, click on Run Workflow and choose the necessary branch from Use workflow from.

Regularly scheduled backups are essential for protecting the blog's data, facilitating effective recovery, and boosting overall operational resilience. GitHub Actions can quickly initiate these backups, which are safely saved in AWS S3.

Last updated