diff options
author | Slack Coder <slackcoder@server.ky> | 2025-05-19 17:31:40 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2025-05-19 17:33:16 -0500 |
commit | b3265dcf3e6c22502fa332be3322f0a00956a58d (patch) | |
tree | d08765d155600a77ee26c564bf310f14e75d72a5 | |
parent | 09ed9fb6f2e515e88c9533e233f62e5ca3248937 (diff) | |
download | mirror-master.tar.xz |
-rw-r--r-- | contrib/slackbuild/mirror.toml | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/contrib/slackbuild/mirror.toml b/contrib/slackbuild/mirror.toml index d3522e6..83b083a 100644 --- a/contrib/slackbuild/mirror.toml +++ b/contrib/slackbuild/mirror.toml @@ -1,10 +1,20 @@ [global] -min-interval = "15s" -max-interval = "1m" - -[[mirrors]] -method = "git" -from = "https://github.com/ytdl-org/youtube-dl" -to = "/home/cypher/Desktop/youtube-dl" -description = "Command-line program to download videos from YouTube.com and other video sites" +min-interval = "24h" +max-interval = "72h" +#[[mirrors]] +#method = "git" +#from = "https://github.com/ytdl-org/youtube-dl" +#to = "/mirror/youtube-dl" +#description = "Command-line program to download videos from YouTube.com and other video sites" +# +#[[mirrors]] +#method = "rsync" +#from = "rsync://mirrors.kernel.org/slackware/slackware64-15.0" +#to = "/mirror/slackware/slackware64-15.0" +#staging-path = "/tmp/mirror" +#staging = "persistent" +#verify = """ +# (gpg --verify-files *.asc && tail +13 CHECKSUMS.md5 | md5sum -c --quiet -) && \ +# (find slackware64 -print0 -name '*.asc' | xargs -0L1 gpg2 --verify-files) +#""" |