Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/v0l/deb-mirror-net

Debian Mirror Service
https://github.com/v0l/deb-mirror-net

apt debian mirror repository

Last synced: 24 days ago
JSON representation

Debian Mirror Service

Awesome Lists containing this project

README

        

## CLI
```
DebMirrorNet:
Mirror a Debian repo

Usage:
DebMirrorNet [options]

Options:
--source Mirror source url
--cache-path Local path to store cache
--check-mode Verify mode for local files [default: ReleaseDate]
--bw-limit Download bandwidth limit (in Mbps) [default: 0]
--dists Distributions to mirror [default: ]
--arch Architectures to mirror [default: ]
--verbose Print more logs [default: False]
--version Show version information
-?, -h, --help Show help and usage information
```

## Docker
```
docker run -it --rm ghcr.io/v0l/deb-mirror-net:latest -- \
--source http://archive.ubuntu.com/ubuntu \
--cache-path /data
```