ramius345

u/ramius345@sh.itjust.works
2 posts · 443 comments

Recent posts

Recent comments

on Pick one · c/historymemes · 6 pts · 34d

The kettle hat will probably give the best compromise of safety and battlefield visibility. Id imagine it's what a normal foot soilder would wear.

I've done similar things with ssh pipe tunneling and dd ala:

,,, dd if=/dev/sda | ssh user@host "dd of=/some/other/file/or/disk" ,,,

Should really do it while the root is ro, but in a pinch this will mostly be ok on a quiet machine.

You might be able to run rsync afterwards to spot check if you are paranoid.

If you didn't need block level I would have suggested just using rsync or rclone.