Y
Hacker News
new
|
ask
|
show
|
jobs
by
imcritic
238 days ago
How does a disaster recovery plan with it look like?
3 comments
tadfisher
238 days ago
There is never a disaster; reading from /dev/null will return the same result before and after any external event.
link
wolrah
238 days ago
/dev/null is globally redundant across almost every *nix-ish system in operation. Just reinstall your software on whatever is convenient and all the same data will be there.
link
mpyne
238 days ago
sudo mknod /dev/null c 1 3 && sudo chmod 666 /dev/null
might do it on many systems
link