filmov
tv
Backup and Restore Your Linux System with rsync
![preview_player](https://i.ytimg.com/vi/oS5uH0mzMTg/maxresdefault.jpg)
Показать описание
From this video you will learn how to backup your whole Linux system and how to restore it back if something bad happens to it.
The command you need is this one:
sudo rsync -aAXv --delete --exclude=/dev/* --exclude=/proc/* --exclude=/sys/* --exclude=/tmp/* --exclude=/run/* --exclude=/mnt/* --exclude=/media/* --exclude="swapfile" --exclude="lost+found" --exclude=".cache" --exclude="Downloads" --exclude=".VirtualBoxVMs" --exclude=".ecryptfs" /source /destination
You can also add the option --dry-run to simulate the backup process.
The command to restore your system is shorter:
sudo rsync -aAXv --delete --exclude="lost+found" /backup /system
To see more options run:
rsync --help
################################################
################################################
More cool Linux stuff at other social media:
The command you need is this one:
sudo rsync -aAXv --delete --exclude=/dev/* --exclude=/proc/* --exclude=/sys/* --exclude=/tmp/* --exclude=/run/* --exclude=/mnt/* --exclude=/media/* --exclude="swapfile" --exclude="lost+found" --exclude=".cache" --exclude="Downloads" --exclude=".VirtualBoxVMs" --exclude=".ecryptfs" /source /destination
You can also add the option --dry-run to simulate the backup process.
The command to restore your system is shorter:
sudo rsync -aAXv --delete --exclude="lost+found" /backup /system
To see more options run:
rsync --help
################################################
################################################
More cool Linux stuff at other social media:
How to Backup and Restore the Linux File System - Timeshift Tutorial
Backup and Restore Your Linux System with rsync
How to backup and restore files and folders on Ubuntu Linux
Desktop Linux Guide: How To Easily Backup And Restore Your Data
We finally have a simple solution for backing up files on Linux
How to backup your Linux System with Deja Dup - All you need to know!
How to backup and restore/rollback/repair Linux
Backups in Linux - HOW and WHERE to do it!
Part 15: Azure Administrator Exam Practice Questions | AZ-104 | Membership PDF | #az104examquestions
How to make proper backups with Linux! - Tutorial with external hard disk
2 Ways to Backup Your Linux System using Timeshift and an External USB C Enclosure for M.2 NVME
How to backup and Restore Mongo Db on Linux
TimeShift - The Easy Way to Create System Restore Points on Linux
How to create a Linux image backup and restore your system later.
How to Install Timeshift in Linux | Backup and Restore
Rsync Backup on Linux
How to backup and restore Linux with TimeShift
System Backup and Restore For Linux - How To Use Timeshift! (2024)
How to backup and restore your MicroSD Card in Linux!
Easy way to backup and restore Linux/Unix machines (using Linux Mint 13)
'How To Use Timeshift To Backup Your Linux Installation - Step-by-Step Tutorial'
Backup and Recovery Strategies for Linux Systems - Riya Bansal, Microsoft
Linux Backup Software Guide - Timeshift & Back in Time
How To Back Up Your Linux Installation
Комментарии