mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-21 04:42:46 +00:00
19 lines
409 B
TOML
19 lines
409 B
TOML
[[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
|