I found the issue!
In my fstab file I had commented out the original PARTUUID's for both boot and root and created new ones below them. I did this when I first moved the filesystem from the SD to the nvme drive incase something happened and I had to go back to SD.
I think it has something to do with this line of code:
But, as soon as I removed the commented sections, image-backup ran just fine.
In my fstab file I had commented out the original PARTUUID's for both boot and root and created new ones below them. I did this when I first moved the filesystem from the SD to the nvme drive incase something happened and I had to go back to SD.
I think it has something to do with this line of code:
Code:
BOOTMNT="${MNTPATH}$(sed -n 's|^\S\+\s\+\(/boot\S*\)\s\+.*$|\1|p' /etc/fstab)"
Statistics: Posted by mdpaxton — Thu Mar 14, 2024 10:44 pm