aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 8d90902f00f25c956949f14c883c41723414c1df (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

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