The Importance of Offsite Backups
This article goes over some of the history and technology behind offsite data backups, as well as some practical matters to consider when remotely backing up your own data.
This article goes over some of the history and technology behind offsite data backups, as well as some practical matters to consider when remotely backing up your own data.
When running multiple services and applications on a…
Backing up important data is an essential part of managing any computer infrastructure. In this tutorial, we will build a script around the s3cmd command line tool which can be used to quickly upload data to object storage. We will then use crontab to regularly invoke the backups script and upload files to our Space.
Restic is a secure and efficient backup client written in the Go language. It can backup local files to a number of different backend repositories such as a local directory, an SFTP server, or an S3-compatible object storage service. In this…
Create a Node.js app to upload a file to your the cloud provider Space
Heartbeat is an open source program that provides cluster infrastructure capabilities—cluster membership and messaging—to client servers, which is a critical component in a high availability (HA) server infrastructure. Heartbeat is typically used in conjunction with a cluster resource manager (CRM), such as Pacemaker, to achieve a complete HA setup. However, in this tutorial, we will demonstrate how to create a 2-node HA server setup by simply using Heartbeat and a the cloud provider Reserved IP.
In this article, we will go over the specific features of a high-availability application setup and discuss its components at a high level. At the end of each section, we’ll link out to additional resources on the topic to support you as you consider methodologies and best practices.
Los Ingress de Kubernetes le permiten dirigir de manera flexible el tráfico del exterior de su clúster de Kubernetes a servicios dentro de su clúster. Esto se realiza usando recursos de Ingress, que definen…
The previous chapter demonstrated how to reduce downtime by adding redundancy at the web frontend layer of your infrastructure. If your service works with files and data, you’ll also need a centralized backend — which should be similarly redundant to avoid being a single point of failure.
In this Solutions guide, we’ll demonstrate how to offload your WordPress Media Library and other static assets to object storage, and deliver these to end users using the object storage CDN.