Compare commits
No commits in common. "e3ef55056a6e3cc02afb68437b3f1dacf833de4b" and "1aa84441f2de182eed72aefc578e6f52cdd91d19" have entirely different histories.
e3ef55056a
...
1aa84441f2
10
README.md
10
README.md
@ -246,6 +246,16 @@ Quick Fedora Mirror is a tool to help Fedora mirrors distribute changes faster a
|
||||
|
||||
This tool requires that the upstream mirror has an module with sub modules designed for use with quick-fedora-mirror. You can use this tool with non-fedora mirrors, however they must follow the fedora module configurations. For fedora mirrors, you can utilize [tier 1 mirrors](https://fedoraproject.org/wiki/Infrastructure/Mirroring/Tiering#Tier_1_mirrors).
|
||||
|
||||
You can list modules available on an rsync server with:
|
||||
```bash
|
||||
nmap -p 873 --script rsync-list-modules SERVER
|
||||
```
|
||||
|
||||
And to check a module out, you can list the files with:
|
||||
```bash
|
||||
rsync --list-only rsync://SERVER/MODULE
|
||||
```
|
||||
|
||||
#### pre_hook
|
||||
A hook to run prior to running QFM.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user