mirror

Mirror free and open-source projects you like with minimal effort
git clone git://git.server.ky/slackcoder/mirror
Log | Files | Refs | README

mirror.toml (626B)


      1 [global]
      2 min-interval = "24h"
      3 max-interval = "72h"
      4 
      5 #[[mirrors]]
      6 #method = "git"
      7 #from = "https://github.com/ytdl-org/youtube-dl"
      8 #to = "/mirror/youtube-dl"
      9 #description = "Command-line program to download videos from YouTube.com and other video sites"
     10 #
     11 #[[mirrors]]
     12 #method = "rsync"
     13 #from = "rsync://mirrors.kernel.org/slackware/slackware64-15.0"
     14 #to = "/mirror/slackware/slackware64-15.0"
     15 #staging-path = "/tmp/mirror"
     16 #staging = "persistent"
     17 #verify = """
     18 #  (gpg --verify-files *.asc && tail +13 CHECKSUMS.md5 | md5sum -c --quiet -) && \
     19 #  (find slackware64 -print0 -name '*.asc' | xargs -0L1 gpg2 --verify-files)
     20 #"""