diff --git a/backup.sh b/backup.sh index 152bfdc..f790b3d 100755 --- a/backup.sh +++ b/backup.sh @@ -4,15 +4,15 @@ # 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" CARD_DEV="sdb1" CARD_MOUNT_POINT="/media/card" +# Log the output of the lsblk command for troubleshooting +sudo lsblk > "$HOME/lsblk.log" + # Set the ACT LED to heartbeat sudo sh -c "echo heartbeat > /sys/class/leds/led0/trigger"