Fabian Peters
|
a35f6c27be
|
Fix "Failed to upload the chunk ... sync ...: operation not supported" issue when using SMB on MacOS. This is done by inspecting the error type and returning the error only if its operation is "sync" and the type is "operation not supported".
Note: this change is my first ever foray into go and based simply on the information provided in: https://forum.duplicacy.com/t/failed-to-upload-the-chunk-operation-not-supported/2875/11
|
2020-03-16 15:56:31 +01:00 |
|
gilbertchen
|
31c25e98f7
|
Merge branch 'master' into master
|
2019-01-04 13:48:44 -05:00 |
|
Gilbert Chen
|
bb652d0a8c
|
Add a Sync call before close when uploading a file to local storage
|
2019-01-03 12:44:50 -05:00 |
|
Michael Cook
|
a782d42ad6
|
go vet: result of fmt.Errorf call not used
|
2018-12-29 13:20:10 +01:00 |
|
Gilbert Chen
|
86767b3df6
|
Implement new chunk directory structure
|
2017-11-07 12:05:39 -05:00 |
|
Mark Lowne
|
3dad87f13a
|
default to single-dir-nesting for local and SFTP storages
|
2017-09-25 15:05:09 +02:00 |
|
Gilbert Chen
|
923cd0aa63
|
Run goimports on all source files
|
2017-09-20 23:07:43 -04:00 |
|
Gilbert Chen
|
315dfff7d6
|
Add caching to network drives
|
2017-08-08 23:10:22 -04:00 |
|
Gilbert Chen
|
2aa3b2b737
|
Fixed a chunk not found error if the storage is a Windows network share with deduplication on
|
2017-08-02 22:04:22 -04:00 |
|
Gilbert Chen
|
823b82060c
|
Add a storage prefix flat:// that can handle a flat chunk directory
|
2017-07-27 22:42:48 -04:00 |
|
Gilbert Chen
|
7f04a79111
|
Replace Fair Source 5 with our own free-for-personal-use license
|
2017-07-13 23:33:14 -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 |
|
Gilbert Chen
|
42337d84c3
|
Move source files into src for a better looking front page
|
2017-06-07 14:04:11 -04:00 |
|
Gilbert Chen
|
4a1dc01ff4
|
Reorganize src directory
|
2017-06-02 16:33:36 -04:00 |
|
Gilbert Chen
|
bdf017e552
|
Move source files to src/
|
2017-05-23 10:25:00 -04:00 |
|