Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/v0l/deb-mirror-net
- Owner: v0l
- License: gpl-3.0
- Created: 2020-03-21T16:09:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:58:26.000Z (about 2 years ago)
- Last Synced: 2024-12-09T15:46:51.246Z (about 1 month ago)
- Topics: apt, debian, mirror, repository
- Language: C#
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## CLI
```
DebMirrorNet:
Mirror a Debian repoUsage:
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
```