Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 835 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 835 Bytes

Build Status

Works with

  • Almost any linux based shell.
  • Cygwin shell on Windows.
  • Git Bash on Windows.

Requirements

  • cURL
  • git
  • Some patience.

Setup Instructions

  • Copy config.cfg.example to config.cfg.
  • Set the config file values as per your requirement.
  • Run ./gitbackup.sh.

Additional Instructions

  • GITHUB_TOKEN in the config refers to Github's Personal Access Token
  • GITHUB_TOKEN is required if FETCH_PRIVATE is set to true.
  • GITHUB_ORGANIZATION is required if FETCH_ORGANIZATION is set to true.
  • To generate a GITHUB_TOKEN visit this link.
  • If you are on linux, ensure that gitbackup.sh is chmodded to 755.