Skip to content
/ backlab Public

Go package for backuping your GitLab instance.

Notifications You must be signed in to change notification settings

xkrsz/backlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitlab-backblaze-backup

GoDoc

Usage

import "gopkg.in/krszwsk/backlab.v0"
bl := backlab.New(backlab.Config{
  Credentials: backlab.Credentials{
    AccountID: os.Getenv("B2_ACCOUNT_ID"),
    ApplicationKey: os.Getenv("B2_APPLICATION_KEY"),
  },
  BucketName: "backlab-gitlab-backups",
  PreserveFor: 60 * 60 * 24 * 7, // 7 days
  BackupPath: "/var/opt/gitlab/backups",
})

Perform a backup, including removing old local and remote backups

bl.Backup()

About

Go package for backuping your GitLab instance.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages