From 66607fe1b5a55beb91c4b84563769067397063b1 Mon Sep 17 00:00:00 2001 From: Dmitri Popov Date: Sun, 1 Oct 2017 13:28:30 +0200 Subject: [PATCH] Add lsblk logging :monkey: --- backup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backup.sh b/backup.sh index a7010a7..152bfdc 100755 --- a/backup.sh +++ b/backup.sh @@ -4,6 +4,9 @@ # Run the install-little-backup-box.sh script first # to install the required packages and configure the system. +# Log the output of the lsblk command for troubleshooting +sudo lsblk > lsblk.log + # Specify devices and their mount points STORAGE_DEV="sda1" STORAGE_MOUNT_POINT="/media/storage"