~poldi1405/BackUploader

b2abeb5d — Moritz Poldrack 1 year, 6 months ago
updated README
92ab7acc — Moritz Poldrack 1 year, 6 months ago
updated Makefile and enabled go modules
0330db26 — Moritz Poldrack 1 year, 6 months ago
setup mirroring to GitHub

clone

read-only
https://git.sr.ht/~poldi1405/BackUploader
read/write
git@git.sr.ht:~poldi1405/BackUploader

You can also use your local clone with git send-email.

#BackUploader

This Program is intended to Upload Offsite-Backups to a remote Location of your choice. For a maximum amount of freedom when configuring there are no upload-programs included.

#Installation

#Binary Release

#Build it yourself

  • with the Git-Repo
git clone https://github.com/poldi1405/BackUploader.git
cd BackUploader
go get ./...
go build
  • automatically build it
go install mpldr.codes/backuploader@latest

#ToDo

  • Some more example configurations
  • Ideas? Create an Issue!