diff options
-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) +#""" |