MPTP pool mirror tool
Go to file
2024-08-21 07:06:04 +03:00
locale/tr/LC_MESSAGES new: add version message 2024-08-11 19:22:58 +03:00
src new: add version message 2024-08-11 19:22:58 +03:00
.clang-format first commit 2024-08-04 18:57:59 +03:00
.gitignore first commit 2024-08-04 18:57:59 +03:00
LICENSE.txt first commit 2024-08-04 18:57:59 +03:00
Makefile fix: Makefile install commands 2024-08-21 07:06:04 +03:00
README.md update: adding installation and usage details to README 2024-08-04 19:07:39 +03:00

mirp | MatterLinux pool mirror tool

Simple MPTP server mirroring tool for creating MatterLinux package pool mirrors. Built on top of libmp.

Installation

If you are using MatterLinux, this package should be avaliable in the server repo, and you can install it with the package manager. If you are not using MatterLinux then you can build it from source.

To do so, you will need the following tools and the libraries:

After installing these dependencies, you should download the latest release. If you are building this program for development purposes, then you may also build from the latest commit. However latest commit may not always be compilable.

After obtaining the source code, you can compile the program using the make tool:

make

To install the binary, you can use the install command:

make install

Usage

To mirror a pool from a MPTP server, specify the pool name, target directory and the pool URL. For example:

mirp my-pool /srv/pools/my-pool mptp://my-pool.example.com

To learn more about pool mirrors, check out this wiki page.