Skip to content

rsilvestre/GitlabBackupUtil

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitlabBackupUtil

A Small utility to backup all of your gitlab repositories to local filesystem.

Before running the script, make sure you have persisted authentication on local cli with gitlab.

Create a file named token.json with the structure

{
    "token" : "YOUR_GITLAB_TOKEN"
}

place the file in the root directory of the project.

run the following commands

npm install
npm start

Future Scope

    • If the repository already exists, git pull instead of cloning
    • Gui for entering token

Thats It 🚀, Now go backup

About

A small node project to clone all existing gitlab projects into your local filesystem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%