~poldi1405/BackUploader

b2abeb5da525d1309e1eabb23aa376562996e4a1 — Moritz Poldrack 1 year, 8 months ago 92ab7ac master
updated README
1 files changed, 14 insertions(+), 16 deletions(-)

M README.md
M README.md => README.md +14 -16
@@ 1,32 1,30 @@
# 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.
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

- Download a release from the [Release Page](https://github.com/poldi1405/BackUploader/Releases/)
- Linux
	- ArchLinux
		- install the `backuploader-bin` (AUR) Package
- Download a release from the [Release Page](https://git.sr.ht/~poldi1405/BackUploader/refs)

### Build it yourself

- with the Git-Repo
	- ```
		git clone https://github.com/poldi1405/BackUploader.git
		cd BackUploader
		go get ./...
		go build
		```
```
git clone https://github.com/poldi1405/BackUploader.git
cd BackUploader
go get ./...
go build
```
- automatically build it
	- `go install github.com/poldi1405/BackUploader`
- Linux
	- ArchLinux
		- install the `backuploader-git` (AUR) Package
```
go install mpldr.codes/backuploader@latest
```

## ToDo

- Some more sample configurations
- Some more example configurations
- Ideas? Create an Issue!