Linux Backups and Restorations Articles
12 results
This collection of articles details the common commands and procedures for backing up or restoring your Linux server.
-
Editing Files with the Nano Text Editor
Read more: Editing Files with the Nano Text EditorLearn to install and use Nano, a user-friendly command-line text editor, with essential shortcuts like Ctrl-O to save and Ctrl-X to exit.
-
Exploring the rsync Utility
Read more: Exploring the rsync UtilityGo beyond basic rsync commands. Explore common flags like -a and -z to compress files, preserve permissions, and automate server backups safely.
-
File Permissions
Read more: File PermissionsFile permissions define access to files and folders on a server or website, or the ability to execute a file/script/etc.
-
Introduction to the vi Text Editor
Read more: Introduction to the vi Text Editorvi/vim is a modal Unix text editor. Master Insert, Normal, and Overwrite modes to navigate, edit, save, and search files efficiently.
-
Linux File Compression Algorithms
Read more: Linux File Compression AlgorithmsAn overview of Linux file compression algorithms. Learn how tools like tar, gzip, zip, and bzip2 work to reduce file size and speed up data transfers.
-
Managing Symbolic Links (Symlinks)
Read more: Managing Symbolic Links (Symlinks)Master the art of creating and removing symbolic links in Linux with our expert tutorial.
-
Mount ISO files via IPMI Using a local file (Java method)
Read more: Mount ISO files via IPMI Using a local file (Java method)Mount a local ISO file to your server via IPMI using Java. Learn to install or recover your OS remotely without physical access to the machine.
-
Securely Copying Files with SCP
Read more: Securely Copying Files with SCPSCP lets you securely transfer files over SSH between local and remote hosts, with simple syntax and support for directories, ports, and remote-to-remote copies.