Page 1 of 1

Question: Replication of the repository

Published: August 18, 2017 - 11:13
by neckatskin
Hello,

I wanted to know if there is currently a way to replicate repositories in a Windows environment?
Assuming I find a way to replicate on Windows myself, could I use a second WAPT server installation and simply use it as a repository server? (Using a remote WAPT server as the primary server, or administration server).

Thank you in advance for your answers.

Sincerely,


NeckAtSkin

Re: Question about repository replication

Published: August 18, 2017 - 4:45 PM
by sfonteneau
Hello!

Several types of technology can be used!

Using Syncthing and Apache for Windows works very well!

The other day I even set up replication with DFS and IIS...

The secondary repository is just a web server that makes packages available!

The web server can be anything! Apache, Nginx, IIS, Lighthttpd, NCSA...

The replication method can also be anything: script, rsync, Syncthing, DFS, Dropbox... in short, the choice is yours!

Simon