Commit Graph

669 Commits

Author SHA1 Message Date
7ae40cb352 Update information on revised hash functionality. 2016-01-16 10:17:11 +00:00
e8daab7971 Fix integration tests for remotes with unsupported hash schemes 2016-01-16 09:45:15 +00:00
78c3a5ccfa Add support for multiple hash types.
Add support for multiple hash types with negotiation of common hash types for comparison.

Manually rebased version of #277 (see discussion there)
2016-01-11 13:39:33 +01:00
2142c75846 Add missing docs for options - fixes #278 2016-01-10 12:04:20 +00:00
c724d8f614 dropbox: Make file exclusion error controllable with -q #287 2016-01-10 11:49:04 +00:00
af5f4ee724 Make --include rules add their implict exclude * at the end of the filter list
This means you can mix `--include` and `--include-from` with the
other filters (eg `--exclude`) but you must include all the files you
want in the include statement.

Fixes #280
2016-01-10 11:42:53 +00:00
01aa4394a6 Explain that errored sync doesn't delete files - fixes #285 2016-01-10 10:44:33 +00:00
2646519712 Add --memprofile flag 2016-01-09 15:25:48 +00:00
5b2efd563a Add Xavier Lucas to contributors 2016-01-08 08:32:52 +00:00
e7b7432079 OVH Swift authentication enpoint 2016-01-08 08:30:13 +00:00
ea2ef4443b Remove -verbose from errcheck 2016-01-08 08:20:04 +00:00
25f22ec561 Add "--ignore-existing" flag.
Add option to completely ignore existing files and not consider them for transfer.

Fixes #274
2016-01-08 08:20:04 +00:00
5189231a34 Tweaks to rclone authorize
* Document the headless / remote setup procedure
  * Move Config constants into fs
  * Parse arguments in main for Authorize
2016-01-07 20:31:23 +00:00
bcbd30bb8a Add easier headless configuration.
This will allow setting up a remote with copy&paste of values to a headless machine. It will allow copy+pasting a token into the configuration.

This requires rclone to be on a machine with a proper browser. Custom client id and secrets are supported.

To test token generation, use `rclone auth "fs type"`.
2016-01-07 20:31:23 +00:00
c245183101 Stop errcheck running for go < 1.5 2016-01-07 16:37:51 +00:00
4ce2a84df0 Document workaround for ACD maximum file size.
Document workaround for ACD maximum file size and display a warning in verbose mode before upload starts.

Fixes #215.
2016-01-05 17:12:16 +00:00
3c31d711b3 Add local file system option to disable UNC on Windows.
This will add an option to disable UNC conversion on Windows to deal with buggy file system implementations like EncFS.

Fixes #261
2016-01-05 17:08:11 +00:00
3f5d8390ba Add Björn Harrtell to contributors 2016-01-05 17:05:31 +00:00
78edafcaac drive: add --drive-auth-owner-only to only consider files owned by the user. 2016-01-05 17:02:04 +00:00
1ce3673006 Add -clean flag to test_all.go to clean left over test directories 2016-01-03 21:49:26 +00:00
3423de65fa Make canonical place for all fs in fs/all/all.go 2016-01-03 14:12:45 +00:00
0c81439bc3 Fix upload_github target 2016-01-02 12:18:32 +00:00
77fb8ac240 Version 1.26 v1.26 2016-01-02 12:04:32 +00:00
979dfb8cc6 Add Joseph Spurrier to contributors 2016-01-02 11:50:49 +00:00
fe0289f2f5 s3: Fix corrupting Content-Type on mod time update
This fixes an issue where updating the modification time resets the
content-type to the S3 default of binary/octet-stream which breaks
static websites that expect an html file to have a content-type of
text/html.
2016-01-02 11:47:52 +00:00
6a64567dd7 Add Dmitry Burdeev (dibu) to contributors 2016-01-02 11:45:30 +00:00
8de8cd62ca yandex: stop create folder error being fatal 2015-12-30 21:07:42 +00:00
cba27d2920 yandex: correct precision to 1ns 2015-12-30 20:47:44 +00:00
9ade179407 yandex: Fix socket leaks 2015-12-30 14:30:16 +00:00
82b85431bd yandex: Make it use our http client so logging, bwlimit etc works properly 2015-12-30 14:30:16 +00:00
98778b1870 Docs for Yandex 2015-12-30 14:30:16 +00:00
dfd46c23f9 Fix forgotten update for test_all.go 2015-12-30 12:12:24 +00:00
3ac4407b88 Implement Yandex storage backend - fixes #234 2015-12-30 12:11:46 +00:00
8ea0d5212f Add -verbose flag to test_all and fix tries count 2015-12-30 11:34:22 +00:00
acd350d833 Add retry for eventual consistency in findObject test 2015-12-30 10:46:04 +00:00
2f4b9f619d Add C. Bess to contributors 2015-12-30 10:13:11 +00:00
70efd0274c Add Contributing link to readme 2015-12-30 10:10:53 +00:00
33b3eea6ec Implement Backblaze B2 - fixes #224 2015-12-30 10:05:07 +00:00
113624691a Add -dump-headers and -dump-bodies flags for operations test debugging 2015-12-30 09:35:35 +00:00
afaec1a2e9 Use test logger instead of log for test output 2015-12-30 09:35:25 +00:00
ddf39f2d57 Replace test_all.sh with test_all.go which is cross platform and parallel 2015-12-30 09:26:34 +00:00
2df5d95d70 Documentation for --min-age and --max-age 2015-12-29 19:34:10 +00:00
64a808ac76 Add CONTRIBUTING file 2015-12-29 19:23:20 +00:00
05dc7183cb onedrive: Don't mask HTTP error codes with JSON decode error 2015-12-28 15:15:12 +00:00
e69e181090 Fix --min-age and --max-age when only one is present 2015-12-17 14:22:43 +00:00
a1269fa669 Make sure we use bash as our shell 2015-12-17 13:30:58 +00:00
8369b5209f swift: Make sure we read the size for 0 length files - Fixes #237
This was causing a problem with sync for chunked files.  The directory
listing would read their size back as 0 and see that the size had
changed and immediately resync it.
2015-12-17 13:30:58 +00:00
2aa3c0a2af make beta announces destination URL 2015-12-17 13:30:58 +00:00
ac65d8369e Make fs.CheckClose public to stop duplication 2015-12-17 13:30:58 +00:00
7a24532224 Factor REST library out of onedrive 2015-12-17 13:30:58 +00:00