Skip to content

mpldr/BackUploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!