aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 654e7e069580f933d8c59cebea11fb2500824a53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# DNA Backup

_Deduplicated versioned backups for DNA._

## Requirements

- Go >= 1.16

## Instructions

_Classical go_

```bash
# Build
go build

# Test
go test ./...

# Run
go run . <source-dir> <repository>
```