A computer system without proper backup is as vulnerable as a piece of software without updates. The problem comes when we want to restore our system to a particular time point and can’t find the right tool to do so. In this guide, I will show you two tools that you can use to back up a Linux system. This tutorial doesn’t need a particular distribution running on your machine. You can have whatever you need. You must know how to choose a backup tool for Linux which is efficient and faster to get things done.
Most of the cloud services now offer one-click backups for both small and large size virtual private servers, also known as VPS, but they usually are not effective as servers do not return to their original state. On bare metal servers, the problem is even more severe. Here are a few tools to keep you on the safe side.
Rsync is the fastest and versatile backup utility out there. It usually comes pre-installed with most of the distributions. If it didn’t come with your distribution then you can install using the following commands on the most famous distributions.
$ sudo apt install rsync
$ sudo dnf install rsync
$ sudo yum install rsync
We have several tools available to create backups of our local disks to avoid bad times. As discussed already, Rsync too can be used for Desktops. However, it does not provide an optimum user interface for desktop users. We figured out intuitive tools for your needs.
Timeshift comes with a world-class graphical user interface. It doesn’t come preinstalled on systems except for Linux Mint. You can install it from your distribution’s repositories. Here are the commands to get it done.
$ sudo apt install timeshift
$ sudo dnf install timeshift
$ sudo yum install timeshift
In this guide, we learned how to choose a specific utility for a certain task. We carefully looked at various back software to decide to use the above two on servers and desktops.
Magento is a free and open-source e-commerce platform written in PHP. It is simple, easy…
ISPConfig is an open-source control panel that allows users to manage multiple servers from a…
As a Linux administrator, you may find it necessary to troubleshoot or test your Simple…
Ubuntu 24.04, like many modern Linux distributions, relies on the NetworkManager for managing network connections.…
Restic is a modern, open-source backup program designed for efficiency, security, and simplicity. It enables…
phpMyAdmin is a popular free tool written in PHP intended to administer MySQL and MariaDB…