gitlab-mirrors

(★ 823)

A set of scripts adding the ability of managing remote mirrors to GitLab.

File Explorer

  • .flake8
  • .gitignore
  • add_mirror.sh
  • CHANGELOG.md
  • config.sh.SAMPLE
  • CONTRIBUTING.md
  • delete_mirror.sh
  • Dockerfile
  • git-mirrors.sh
  • includes.sh
  • LICENSE
  • ls-mirrors.sh
  • README.md
  • RELEASE
  • requirements.txt
  • update_mirror.sh

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

crontab

View Details ▼

Schedule cron jobs to run on a time interval for the current user.

crontab -e

[e]dit the crontab file for the current user:

sudo crontab -e -u {{user}}

[e]dit the crontab file for a specific [u]ser:

crontab {{path/to/file}}

Replace the current crontab with the contents of the given file:

// repository documentation