Coder Social home page Coder Social logo

gitbackup's Introduction

Info:

Gitbackup is designed to help a user generate batch backups files of all gitlab repositories.

General requirements:

A Java version 8 or above is required to run the util.

Getting started:

To get started with Gitbackup you can download a release file or build an executable jar file.

You can use Gradle to build a project.

 gradle build

Or either use Docker

docker run --rm -u gradle -v "$PWD":/home/gradle/project -w /home/gradle/project gradle gradle build --warning-mode all

We encourage the use of Docker if you don't have Gradle yet.

The build output directory is:

 
./build/lisb/gitbackup.jar"

Help:

The following table includes the set of arguments required to run the util.

Symbol Description
-f,--folder repositories folder
-l,--login user login
-p,--password user password
-u,--url url of a gitlab server

Run:

Open a console to run the util. Choose the folder to save to or create a new folder using the mkdir command. The arguments should be as follows:

sudo java -jar ./gitbackup.jar -f ./folder -l user -p password -u https://gitlab.com

Note: run the program without arguments to get the Help prompt.

image

All of your GitLab projects will be stored in the target directory.

gitbackup's People

Contributors

dxrvs avatar eftechwriter avatar

Watchers

 avatar

Forkers

eftechwriter

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.