aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: b5b5097c9270471f8478a9b1f52897d4a95ef781 (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 versionned backups for DNA._

## Requirements

- Go >= 1.16

## Instructions

_Classical go_

```bash
# Build
go build

# Test
go test -v

# Run
./dna-backup <source-dir> <repository>
```