1

I have a server running with Debian 10 . Some process are running in it. I want to have all the same software operating system/application to be installed in another server. Is there any way just to clone one server to another. The servers are remote .

For reinstalling the same operating system and the application it will require many hours. I wondered if this can be solved with just cloning the server.

Dave M
  • 4,514
  • 22
  • 31
  • 30
  • I'm searching for the same, [this rsync command](https://gist.github.com/sibsfinx/dde1877ab60c185882cd) may do the job... – brasofilo May 04 '23 at 01:19

1 Answers1

0

You can use CloneZilla (https://clonezilla.org/ , free software) to duplicate server. Moreover, it allows to run a lightweight PXE server and TFTP to duplicate up to 253 copies simultaneously. It doesn't limited to Linux, clones many OSes/filesystems.