From a7fa613c4100efae759cfb960e53b42a60807b71 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sun, 23 Nov 2025 20:17:06 -0800 Subject: [PATCH] :memo: Adjusted backup command --- artix_backup.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/artix_backup.md b/artix_backup.md index 25ab60f1..c012b2e3 100644 --- a/artix_backup.md +++ b/artix_backup.md @@ -9,7 +9,7 @@ mount /dev/sda1 /mnt/media/usb-drive ``` ```sh -sudo rsync -aHAXS --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found","/home/brian/Videos/*","/home/brian/Documents/books/*","/home/brian/Downloads/*","/home/brian/Music/*","/home/brian/Pictures/*"} /* /mnt/media/usb-drive/backup +doas rsync -aHAXS --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found","/home/brian/Videos/*","/home/brian/Documents/books/*","/home/brian/Downloads/*","/home/brian/Music/*","/home/brian/Pictures/*","/home/brian/Games/*"} /* /mnt/media/usb-drive/backup ``` ## Restoring: @@ -120,5 +120,6 @@ reboot ## If all went well... -If all went well, you'll boot into a standard arch install, but with no Videos -(too large, pick the ones you want from your backup). +If all went well, you'll boot into a standard arch install, but with no Videos, +Games, Music, books, Pictures, Downloads (too large, pick the ones you want from +your backup).