Create system snapshots with CYA
Enumerated
If you call cya list, you will see the first snapshot with its date and time under point 1. Other snapshots that you created automatically or by running cya save
are numbered by the tool and rotated as needed (Figure 3).
The cya keep
command lets you create manual snapshots that are not subject to rotation, which is a good way to take a snapshot immediately after installing the operating system under a name such as basisinstallation
. Even if you are importing a large update or an extensive package, creating a snapshot up front gives you additional assurance.
If something goes wrong, you can roll back the system to a previous state. Although you will want to keep basisinstallation
and even archive it with cya archive
, you can dispose of snapshots created before updates with the cya remove
command as soon as you no longer need them.
Manual and Scripted
After entering the cya keep
command, the program prompts for a unique snapshot name, which must not contain spaces. Alternatively, enter a name with the command; if run in scripts, use:
cya keep name pre_upgrade
The rest of the process is the same as the automatic backups, except that the snapshot does not reside in a numbered directory. Instead, it ends up in a folder with the assigned name. So, if you stick to the above backup as an example right after installing the operating system, then the data could be found in /home/cya/points/basicinstallation
.
If you want to use the software in a script that automatically creates a snapshot every month and overwrites the previous one, the command is:
cya keep name monthly overwrite
Here, the tool takes an incremental approach and only considers changes since the last snapshot.
If you do not want to overwrite the backups, use
cya keep name monthly-DATE
instead; this tells the script to append the respective date to the name.
Recovery
Any backup or snapshot system is only as good as its data recovery function. It is therefore worth testing the restore before an emergency occurs. First, use the cya script
command to create a recovery script.
Specify which directories the system must mount when restoring. You can make your own entries here if you want to include additional directories (Figure 4). You will want to create the script immediately after configuration and save it separately.
If data to be restored resides outside the default directories, you can manually enter the under /home/cya/
. For example, if /var/
is on an external hard disk, you need to add the mountpoint here. Then, copy the finished recovery.sh
script to a USB stick, which you later mount in a Live system and use to restore the backups.
As already mentioned, you should test the process before an emergency occurs so that you are familiar with the procedure. If the hardware, partition layout, or CYA version changes, you will want to run cya script
again to customize the script.
The recovery process requires a Live system. You start this from a USB stick, an optical medium such as a CD, or a Netboot image. If possible, use a version of the operating system that matches the installation to be restored.
In a field test, I deleted the boot/
directory on a machine with:
sudo rm -rf /boot
This meant the computer was no longer bootable. CYA had to restore this directory to have a bootable system after the restore.
« Previous 1 2 3 Next »
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
SUSE Renames Several Products for Better Name Recognition
SUSE has been a very powerful player in the European market, but it knows it must branch out to gain serious traction. Will a name change do the trick?
-
ESET Discovers New Linux Malware
WolfsBane is an all-in-one malware that has hit the Linux operating system and includes a dropper, a launcher, and a backdoor.
-
New Linux Kernel Patch Allows Forcing a CPU Mitigation
Even when CPU mitigations can consume precious CPU cycles, it might not be a bad idea to allow users to enable them, even if your machine isn't vulnerable.
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.
-
Gnome OS Transitioning Toward a General-Purpose Distro
If you're looking for the perfectly vanilla take on the Gnome desktop, Gnome OS might be for you.
-
Fedora 41 Released with New Features
If you're a Fedora fan or just looking for a Linux distribution to help you migrate from Windows, Fedora 41 might be just the ticket.
-
AlmaLinux OS Kitten 10 Gives Power Users a Sneak Preview
If you're looking to kick the tires of AlmaLinux's upstream version, the developers have a purrfect solution.