123456789101112131415161718 |
- [[mirrors]]
- name = "debian"
- command = "/tmp/tunasync/bin/myrsync.sh"
- provider = "two-stage-rsync"
- stage1_profile = "debian"
- upstream = "rsync://ftp.debian.org/debian/"
- use_ipv6 = true
- [[mirrors]]
- name = "fedora"
- command = "/tmp/tunasync/bin/myrsync.sh"
- provider = "rsync"
- upstream = "rsync://ftp.fedoraproject.org/fedora/"
- use_ipv6 = true
- exclude_file = "/etc/tunasync.d/fedora-exclude.txt"
- # vim: ft=toml
|