https://github.com/mwt/mirror-docker
https://github.com/mwt/mirror-docker
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mwt/mirror-docker
- Owner: mwt
- License: bsd-2-clause
- Created: 2023-05-23T23:21:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T23:21:51.000Z (about 3 years ago)
- Last Synced: 2025-03-29T08:18:59.244Z (about 1 year ago)
- Language: Shell
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mirror-scripts
## Cron tasks
```
MIRROR_SCRIPTS="/home/mirror/scripts"
MIRROR_LOGS="/home/mirror/logs"
# m h dom mon dow command
09 */6 * * * $MIRROR_SCRIPTS/ctan-mirror.bash >> $MIRROR_LOGS/ctan.log
09 2-23/6 * * * $MIRROR_SCRIPTS/termux-mirror.bash >> $MIRROR_LOGS/termux.log
41 4-23/6 * * * $MIRROR_SCRIPTS/apt-mirror.bash >> $MIRROR_LOGS/apt-mirror.log
02 4-23/6 * * * $MIRROR_SCRIPTS/dnf-reposync.bash >> $MIRROR_LOGS/dnf-reposync.log
17 4-23/6 * * * $MIRROR_SCRIPTS/makerepo.bash >> $MIRROR_LOGS/makerepo.log
```