mirror

Mirror free and open-source projects you like with minimal effort
Log | Files | Refs | README

commit b3265dcf3e6c22502fa332be3322f0a00956a58d
parent 09ed9fb6f2e515e88c9533e233f62e5ca3248937
Author: Slack Coder <slackcoder@server.ky>
Date:   Mon, 19 May 2025 17:31:40 -0500

Fix default config

Diffstat:
Mcontrib/slackbuild/mirror.toml | 26++++++++++++++++++--------
1 file changed, 18 insertions(+), 8 deletions(-)

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