gilbertchen
|
a7613ab7d9
|
Update README.md
|
2017-07-07 14:34:11 -04:00 |
|
Gilbert Chen
|
65127c7ab7
|
Fixed incorrect restore percentage: should use chunk sizes instead of file sizes
|
2017-07-07 12:53:56 -04:00 |
|
Gilbert Chen
|
09f695b3e1
|
Verify chunk id for snapshot chunks
|
2017-07-07 12:08:38 -04:00 |
|
Gilbert Chen
|
2908b807b9
|
Fixed incorrect stats during backup; also check in files missing from last commit
v2.0.5
|
2017-07-06 23:12:22 -04:00 |
|
Gilbert Chen
|
ba3702647b
|
Fixed #90: unprocessed files may leak into incomplete snapshot leading to incorrect file size
|
2017-07-06 22:06:51 -04:00 |
|
Gilbert Chen
|
0a149cd509
|
Bump version to 2.0.5
|
2017-07-04 15:17:27 -04:00 |
|
Gilbert Chen
|
2cbb72c2d0
|
Handle 3xx status codes from B2
|
2017-07-04 15:14:15 -04:00 |
|
Gilbert Chen
|
12134ea6ad
|
Fixed #83: don't pass unchanged files to the chunk downloader
|
2017-07-04 14:50:34 -04:00 |
|
Gilbert Chen
|
4291bc775b
|
Retry on authentication error for Google Drive
|
2017-07-02 20:49:56 -04:00 |
|
Gilbert Chen
|
817e36c7a6
|
Bump version to 2.0.4
v2.0.4
|
2017-06-29 22:22:59 -04:00 |
|
Gilbert Chen
|
b7b54478fc
|
Don't compute file hashes when DUPLICACY_SKIP_FILE_HASH is set; handle vertical backup-style hashes in restore
|
2017-06-29 22:19:41 -04:00 |
|
Gilbert Chen
|
8d06fa491a
|
Merge branch 'master' of https://github.com/gilbertchen/duplicacy
|
2017-06-29 13:19:53 -04:00 |
|
Gilbert Chen
|
42a6ab9140
|
In fixed-size chunking, create a new chunk after returning the old one
|
2017-06-29 13:11:28 -04:00 |
|
gilbertchen
|
bad990e702
|
Merge pull request #81 from chbmuc/master
Move error parsing behind status code handling
|
2017-06-26 11:08:38 -04:00 |
|
gilbertchen
|
d27335ad8d
|
Update README.md
|
2017-06-23 22:02:15 -04:00 |
|
Gilbert Chen
|
a584828e1b
|
Merge branch 'master' of https://github.com/gilbertchen/duplicacy
|
2017-06-22 22:53:42 -04:00 |
|
Gilbert Chen
|
d0c376f593
|
Implement fast resume; refactor GetDuplicacyPreferencePath()
|
2017-06-22 22:53:33 -04:00 |
|
gilbertchen
|
a54029cf2b
|
Update GUIDE.md
|
2017-06-22 13:11:04 -04:00 |
|
Gilbert Chen
|
839be6094f
|
Remove unused import
v2.0.3
|
2017-06-20 16:37:47 -04:00 |
|
Gilbert Chen
|
84a4c86ca7
|
Bump version to 2.0.3
|
2017-06-20 14:39:04 -04:00 |
|
Gilbert Chen
|
651d82e511
|
Check directory existence again when failing to create it to avoid erroring out on race condition
|
2017-06-20 14:38:09 -04:00 |
|
Christian Brunner
|
6a73a62591
|
Move error parsing behind status code handling
Otherwise request throttling won't work and you will get errors like this:
PUT https://api.onedrive.com/v1.0/drive/root:/dup/chunks/91xxx08:/content
Failed to upload the chunk 91xxx08: 503 Unexpected response
|
2017-06-16 14:06:14 +02:00 |
|
gilbertchen
|
169d6db544
|
Create README.md
|
2017-06-15 16:22:09 -04:00 |
|
gilbertchen
|
25684942b3
|
Merge pull request #78 from stefandz/patch-2
another tiny typo
|
2017-06-15 10:49:59 -04:00 |
|
gilbertchen
|
746431d5e0
|
Merge pull request #77 from stefandz/patch-1
Update GUIDE.md
|
2017-06-15 10:49:17 -04:00 |
|
Gilbert Chen
|
28da4d15e2
|
Fixed #76: must create a new chunk for uploading in the copy operation
|
2017-06-15 10:48:24 -04:00 |
|
stefandz
|
d36e80a5eb
|
another tiny typo
|
2017-06-15 15:40:28 +01:00 |
|
stefandz
|
fe1de10f22
|
Update GUIDE.md
Tiny typo
|
2017-06-15 11:29:52 +01:00 |
|
gilbertchen
|
112d5b22e5
|
Replace goamz with aws-sdk-g
|
2017-06-13 15:16:24 -04:00 |
|
gilbertchen
|
3da8830592
|
Fix typos
|
2017-06-13 13:29:01 -04:00 |
|
gilbertchen
|
04b01fa87d
|
Merge pull request #73 from sdaros/master
Fix typo
|
2017-06-13 13:17:05 -04:00 |
|
Stefano Da Ros
|
4b60859054
|
Fix typo
The file should be titled "known_hosts" instead.
|
2017-06-13 18:53:59 +02:00 |
|
Gilbert Chen
|
7e5fc0972d
|
Make LICENSE a Markdown file for better viewing
|
2017-06-13 12:37:05 -04:00 |
|
Gilbert Chen
|
c9951d6036
|
Move LICENSE to the top directory
|
2017-06-13 12:36:02 -04:00 |
|
Gilbert Chen
|
92b3594e89
|
Add a LICENSE file
|
2017-06-13 12:35:06 -04:00 |
|
Gilbert Chen
|
2424a2eeed
|
Switch from goamz to aws-sdk-go for the S3 storage backend
|
2017-06-13 12:27:01 -04:00 |
|
gilbertchen
|
2ace6c74e1
|
Merge pull request #71 from ech1965/pref-dir
add -pref-dir command line option for init subcommand
|
2017-06-13 11:58:07 -04:00 |
|
Etienne Charlier
|
2fcc4d44b9
|
Merge branch 'master' of https://github.com/gilbertchen/duplicacy into pref-dir
|
2017-06-12 19:28:52 +02:00 |
|
gilbertchen
|
3f45b0a15a
|
Update README.md
|
2017-06-11 14:09:39 -04:00 |
|
gilbertchen
|
2d69f64c20
|
Create README.md
|
2017-06-11 14:08:13 -04:00 |
|
Gilbert Chen
|
7a1a541c98
|
Rename main directory for better support of go get
|
2017-06-11 14:02:43 -04:00 |
|
Etienne Charlier
|
7aa0eca47c
|
Fix typo
|
2017-06-11 14:10:14 +02:00 |
|
Etienne Charlier
|
aa909c0c15
|
Update documentation
|
2017-06-11 13:48:11 +02:00 |
|
Etienne Charlier
|
9e1740c1d6
|
Fix merge error
|
2017-06-10 17:14:58 +02:00 |
|
Etienne Charlier
|
ae34347741
|
merge version 2.0.2
|
2017-06-10 17:12:44 +02:00 |
|
Gilbert Chen
|
a37bc206d0
|
Bump version to 2.0.2
v2.0.2
|
2017-06-09 21:06:32 -04:00 |
|
Gilbert Chen
|
dd11641611
|
Fixed a bug that caused restoration of two adjacent files to crash
|
2017-06-09 21:05:44 -04:00 |
|
Etienne Charlier
|
1361b553ac
|
Remove logging statement; refactor test scripts
|
2017-06-08 22:21:57 +02:00 |
|
Gilbert Chen
|
26f2ebd8dd
|
Bump version to 2.0.1
|
2017-06-07 21:18:21 -04:00 |
|
Gilbert Chen
|
fa8c99747e
|
Fixed #65: don't show statistics when downloader.totalFileSize is 0
|
2017-06-07 21:16:27 -04:00 |
|