From 48dbfdd6ea42b4bea4e56830e8038e2baa5eb61f Mon Sep 17 00:00:00 2001 From: da2001 Date: Sat, 28 Mar 2026 15:29:59 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20=D0=9F=D0=B5=D1=80=D0=B5=D0=BD=D0=BE=D1=81=5F=D1=81?= =?UTF-8?q?=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D1=8B=5F=D0=BD=D0=B0=5F=D0=B4?= =?UTF-8?q?=D1=80=D1=83=D0=B3=D0=BE=D0=B9=5F=D1=80=D0=B0=D0=B7=D0=B4=D0=B5?= =?UTF-8?q?=D0=BB.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Перенос_системы_на_другой_раздел.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Перенос_системы_на_другой_раздел.md b/Перенос_системы_на_другой_раздел.md index 3ab3cf2..30f7b40 100644 --- a/Перенос_системы_на_другой_раздел.md +++ b/Перенос_системы_на_другой_раздел.md @@ -109,7 +109,9 @@ mount -o ro /dev/nvme0n1p4 /mnt/old_root - Копируем систему на новый раздел ```shell -rsync -ahHAXS --numeric-ids --info=progress2 /mnt/old_root/ /mnt/new_root/ +rsync -ahHAXS --numeric-ids --info=progress2 \ + /mnt/old_root/ /mnt/new_root/ \ + --exclude=/home ``` - Настройка fstab