All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
【inst.sh】how to dump disk on your vps to http directlink tarball (supports both whole disk or parts)
it might be interesting and desirable to dump a disk of your vps to local backup, or just use it for a instant-restoring into another same model vps online
(the counterparts were found everywhere ...)
though the idea and initial workable implenments borns in early drafts of inst.sh
just util recently i set about to integrate it into inst.sh
the underlaying toolset is based on netcat: it accept data streamings as exportable http static file service
let us begin to play it:
(your src linux should be debian based dists,like debian,ubuntu,kali,etc)
wget -qO- inst.sh|bash -s - -t 10000:/dev/sda
(this command dumps /dev/sda as a download tarball link at ip:10000 or you vps,
10000:sda1, 10000:sdb1 etc forms are accepted too)
while dumping, you can also go to http://yourvpspublicip for realtime online vnc view
when there are other vps client pulling data from it, the data flow statistics in the vnc view may varies widely compared to those time when it stay idle
=======
enjoy it and star us:
the github repo: https://github.com/minlearn/inst
video:



Comments
noice
Would be cool to have an english README
Why you do that Kris Wu?
just for creativity and fun
too lazy to write docs
just play with the command