Linux Backups and Restorations
Safeguarding your data is the most important task in server administration. While control panels offer automated solutions, knowing how to perform manual backups and file operations via the command line gives you total control over your disaster recovery. This collection of guides covers the essential utilities you need to protect your Linux server. You will learn how to securely transfer files with rsync and SCP, compress data for efficient storage, and manage file permissions. We also cover essential text editors like Nano and Vim, which are crucial for editing configuration files during a restoration or system rescue.
Linux Backups and Restorations Articles
This collection of articles details the common commands and procedures for backing up or restoring your Linux server.
Use Tar, Gzip & Zip in Linux
Read more: Use Tar, Gzip & Zip in LinuxLearn how to decompress `.gz` and `.tar.gz` files in Linux. Our guide also covers the key differences between `TAR`, `GZ`, `TGZ`, and `ZIP` file formats.
Using rsync for backups on Linux/Unix systems
Read more: Using rsync for backups on Linux/Unix systemsLearn what `rsync` is and how to use it for fast, reliable backups on Linux. Our guide covers incremental file transfers for local and remote syncs.
Using rsync to Sync Local and Remote Systems
Read more: Using rsync to Sync Local and Remote SystemsDiscover how to sync local and remote systems using the Linux rsync utility. Learn basic commands, remote SSH transfers, and using alternate ports.
Using Tar & Gzip/Gunzip to Create or Unzip GZ Files/TGZ Files in Linux
Read more: Using Tar & Gzip/Gunzip to Create or Unzip GZ Files/TGZ Files in LinuxLearn how to unzip (decompress/uncompress) .gz or tar.gz files in Linux. This article covers the differences between TAR, GZ, TAR.GZ, TGZ, and ZIP files.