https://github.com/asbachb/alpine-package-sync
A bash script which syncs apline linux package repository and create subdirectories for a new sync
https://github.com/asbachb/alpine-package-sync
alpine bash docker
Last synced: 2 months ago
JSON representation
A bash script which syncs apline linux package repository and create subdirectories for a new sync
- Host: GitHub
- URL: https://github.com/asbachb/alpine-package-sync
- Owner: asbachb
- License: apache-2.0
- Created: 2019-03-04T16:48:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T19:55:59.000Z (over 7 years ago)
- Last Synced: 2025-10-28T14:48:04.445Z (8 months ago)
- Topics: alpine, bash, docker
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alpine-package-sync
This bash script is used to create something like https://snapshot.debian.org/ but for alpine linux packges.
It
1. Syncs the configured alpine linux repository with a local one which contains all packages for a release and repository combination (e.g. 3.9 main)
1. Creates a repository snapshot with a timestamp of latest APKINDEX date
## Configuration
Create a copy of `alpine-package-sync.example.conf` according your needs e.g. `sync.conf`.
## Usage
`sh alpine-package-sync.sh -c ./sync.conf`