rocky-tools/mirror/README.md

17 lines
574 B
Markdown
Raw Normal View History

2021-06-03 11:59:05 +00:00
Rocky Mirror Scripts
====================
Scripts and snippets for mirror admins.
Please read https://docs.rockylinux.org/guides/mirror_management/add_mirror_manager/ for further information on setting up a Rocky mirror.
2021-06-03 12:02:41 +00:00
2021-06-03 12:01:55 +00:00
## example.crontab
A few suggestions for setting up a crontab for syncing.
2021-06-03 11:59:05 +00:00
## mirrorsync.sh
Example script for keeping a public or private mirror in sync.
You may modify this to exclude specific repositories or directories from your mirror (for example, you can exclude "source" by changing the `--exclude` to `--exclude={'*.~tmp~', 'source'}`).