Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gdiggs/evier

Go-based backup tool
https://github.com/gdiggs/evier

Last synced: 7 days ago
JSON representation

Go-based backup tool

Awesome Lists containing this project

README

        

# evier

## Configuration

You can specify a yaml file to configure the backup process:

```yaml
integrations:
slack:
url: "https://..."
rsync:
user: zaphod
host: deep-thought.local
path: "/volume/backup"
rsh: "ssh ..."
delete: true
jobs:
- name: "Photos"
source: "/mnt/photos"
destination: "photos"
- name: "Documents"
source: "/mnt/docs"
destination: "docs"
```