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
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
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
77fb8ac240
Version 1.26
2016-01-02 12:04:32 +00:00
979dfb8cc6
Add Joseph Spurrier to contributors
2016-01-02 11:50:49 +00:00
6a64567dd7
Add Dmitry Burdeev (dibu) to contributors
2016-01-02 11:45:30 +00:00
98778b1870
Docs for Yandex
2015-12-30 14:30:16 +00:00
2f4b9f619d
Add C. Bess to contributors
2015-12-30 10:13:11 +00:00
33b3eea6ec
Implement Backblaze B2 - fixes #224
2015-12-30 10:05:07 +00:00
2df5d95d70
Documentation for --min-age and --max-age
2015-12-29 19:34:10 +00:00
36f1bc4a8a
Make ls/lsl/md5sum/size/check obey includes and excludes - fixes #169
...
* run check directory listings concurrently
2015-12-17 13:30:58 +00:00
6e64a71382
Add Adriano Aurélio Meirelles to contributors
2015-12-17 13:28:12 +00:00
cb651b5866
Upload releases to github too - fixes #225
2015-11-23 22:18:21 +00:00
7f0020a407
Version v1.25
2015-11-14 13:06:39 +00:00
13da1b8d28
Add docs for fs specific options - fixes #210
2015-11-14 11:38:35 +00:00
0b338eaa28
Fix up sensitive vs insensitive in the docs and some formatting - fixes #214
2015-11-14 11:20:04 +00:00
fcea3777c0
Implement Hubic storage system - fixes #200
2015-11-14 08:08:52 +00:00
4276abc58b
Version v1.24
2015-11-07 16:23:12 +00:00
2fcb8f5db7
Add support for Microsoft One Drive - fixes #10
...
* Still to do
* Copy
* Move
* MoveDir
2015-11-07 10:19:10 +00:00
0ab3f020ab
Fix Amazon icon in the docs
2015-11-06 15:26:58 +00:00
66d84c9914
Document where to install root certificates - fixes #196
2015-11-05 18:09:56 +00:00
e4a9e27a55
Add proxy information to FAQ.
...
Fixes #160 .
2015-11-02 20:19:50 +00:00
b872ff0237
Add option to disable server certificate verification.
...
The option name mirrors the 'wget' option (also `--no-check-certificate`). The cURL equivalent is called `--insecure`, which is a bit unclear.
Put in the "developers" section in documentation with proper warnings.
Fixes #168
2015-10-29 16:42:25 +01:00
1b95718460
Fix typos in filter docs and unit test assertions
2015-10-20 09:16:47 +01:00
3a900e5bb7
Version v1.23
2015-10-03 16:24:07 +01:00
bf562d7373
Tweak wording on client/secret ids in acd, gcs and drive - fixes #155
2015-10-03 16:04:45 +01:00
177dbbc29a
Implement rclone size for measuring remotes - fixes #153
2015-10-03 16:04:21 +01:00
852acd5e4e
oauthutil: tell the user they should try again if the webserver method failed
2015-10-03 16:04:21 +01:00
9f1daabb2c
s3: allow anonymous access to public repositories - fixes #154
...
When setting up the remote, leave both the access key and secret key
blank.
2015-10-03 16:04:21 +01:00
938dd24cc9
Fix typo
2015-09-28 22:51:33 +01:00
57aad81b68
Version v1.22
2015-09-28 19:38:20 +01:00
a91bcaaeb0
Implement rsync like include and exclude - fixes #27
...
* Implement include/exclude
* Implement rsync compatible file globbing
* Implement command line filtering flags
* --delete-excluded - Delete files on dest excluded from sync
* --filter - Add a file-filtering rule
* --filter-from - Read filtering patterns from a file
* --exclude - Exclude files matching pattern
* --exclude-from - Read exclude patterns from file
* --include - Include files matching pattern
* --include-from - Read include patterns from file
* --files-from - Read list of source-file nam
* --min-size - Don't transfer any file smaller than this in k or suffix k|M|G
* --max-size - Don't transfer any file larger than this in k or suffix k|M|G
* Document
2015-09-28 19:18:21 +01:00
d04c21b198
Add Sergey Tolmachev to contributors
2015-09-28 19:12:35 +01:00
5d4b149884
Version v1.21
2015-09-22 21:05:11 +01:00
34193fd8d9
Version v1.20
2015-09-15 07:42:31 +01:00
f1226f19b2
drive, googlecloudstorage: optionally use auto config for the oauth token
2015-09-12 14:17:39 +01:00
79f2e95bf9
Add Klaus Post to Contributors
2015-09-11 20:20:28 +01:00
807d4a3c00
Improve OAUTH2 usability - fixes #131
...
Shorten the URL to be used by the user and automatically use the
returned code by the server. The browser is opened on
`http://(bindaddress)/auth `, and redirected to the actual URL. When
the code is returned it is automatically inserted, instead of
requiring a copy+paste.
This is also a workaround for the "open" package, which escapes "&"
wrongly on Windows, so the opened URL's are invalid.
2015-09-11 19:44:50 +01:00
7e7c239f09
Through popular demand add a donations page
2015-09-08 21:02:48 +01:00
edd0e8abb1
Add Colin Nicholson to contributors
2015-09-08 21:02:48 +01:00
d2b537d9a1
Fix docs link typo for googlecloudstorage - fixes #120
2015-09-08 21:02:48 +01:00
8c3df224ef
Implement Amazon Cloud Drive - fixes #45
...
* Optional interfaces Copier, Mover, DirMover not done
2015-09-08 21:02:48 +01:00
8b05a8322b
FAQ entry about bidirectional sync - see #118
2015-09-02 08:33:53 +01:00
cbc6bf6a89
FAQ entry on partial transfers / binary diffs - fixes #113
2015-08-31 12:47:07 +01:00
9ed2de3d6e
Version v1.19
2015-08-28 09:47:13 +01:00