I'm currently running an apache2 server off my Raspberry Pi 2 with no problems and everything is going smoothly. Recently, my organization (which uses the Pi) came upon a pretty good computer and we were hoping to transfer the pi's data onto the computer's hard-drive itself.
I have previously made micro-sd card backups using the dd command, but I was wondering if that would work with a hard drive and whether I'd be able to POST with that.
(for reference, How do I backup my Raspberry Pi?) that post is what I used to make my sd card backups.
So is this feasible? Using dd to clone my pi's sd card onto my wiped hard drive and booting from it to raspbian without any issues?
Thank you