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

[![build][build-img]][build-url]

_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>
```

[build-img]: https://github.com/n-peugnet/dna-backup/actions/workflows/build.yml/badge.svg
[build-url]: https://github.com/n-peugnet/dna-backup/actions/workflows/build.yml