Skip to content

Commit f204b68

Browse files
committed
update
1 parent 8ee4dc6 commit f204b68

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# GoLang backup to Dropbox
1+
# Backup files to Dropbox
22

3-
Tested on Linux, Mac, Windows
3+
Compress files and upload zip archives to Dropbox folder
4+
5+
Support incremental backup
6+
7+
Work on Linux, Mac, Windows
48

59
## Installation
610

@@ -9,12 +13,7 @@ Tested on Linux, Mac, Windows
913
3) modify config.ini __(not forgot create and add token!)__
1014

1115
~~~sh
12-
go get github.com/djherbis/times
13-
go get github.com/dustin/go-humanize
14-
go get github.com/NightMan-1/go-dropbox
15-
go get github.com/NightMan-1/go-dropy
16-
go get github.com/siddontang/ledisdb/ledis
17-
16+
go mod download
1817
go build go-backup.go
1918
~~~
2019

@@ -23,4 +22,4 @@ go build go-backup.go
2322

2423

2524
## Credits
26-
Copyright © 2017-2019 [Sergey Gurinovich](mailto:sergey@fsky.info).
25+
Copyright © 2017-2020 [Sergey Gurinovich](mailto:sergey@fsky.info)

0 commit comments

Comments
 (0)