Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


【1keydd inst.sh】reinstall your vps from win to win on the spot yet with datavolume contents reserved
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

【1keydd inst.sh】reinstall your vps from win to win on the spot yet with datavolume contents reserved

minlearnminlearn Member
edited December 2023 in Tutorials

firstly,download the necessary deps for windows to emulator a unix-like enviroment:

https://github.com/minlearn/1keyddhubfree-debianbase/raw/master/wininstsupports.zip 

(unzip it in the windows your wanna reinstall to another os  
there are two installer.bat,one for cygwin,one for grub  
just execute them onebyone  
after autorun finished,there will be two shortcut icon appearing on the desktop)

now lanuch the cygwin64 icon

wget -qO- inst.sh|bash -s - -t xxx  
just as how you will use the script in linux,the syntax and arguments are mostly the same  

for datavolume contents reservation,add -o 4 in front of the -t  
wget -qO- inst.sh|bash - s - -o 4 -t xxx  

and that is all

the project repo:

https://github.com/minlearn/1keydd/

the tour and inst cases:

https://inst.sh

this is the video:

Comments

  • minlearnminlearn Member
    edited December 2023

    please be note that the data vol is not a data partition in the common sense
    it must be a "separated" vol in which the "data" exist
    or -o 4 dont make any sense

  • ding

    Thanked by 1minlearn
Sign In or Register to comment.