ced3a4bc19
Implement -I, --ignore-times for unconditional upload - fixes #311
2016-03-22 17:02:27 +00:00
cb22583212
b2: Enable mod time syncing - fixes #348
2016-03-22 15:56:44 +00:00
f469905d07
dropbox: Note 10,000 files limitation on purge - fixes #374
2016-03-22 14:46:43 +00:00
0dc0052e93
Note that filters must use / not \ - #394
2016-03-19 17:40:54 +00:00
9dccf91da7
swift/hubic: document segmented object MD5SUM limitations - fixes #392
2016-03-16 17:39:44 +00:00
8ef551bf9c
Make dedupe remove identical copies without asking and add non interactive mode - fixes #338
...
* Now removes identical copies without asking
* Now obeys `--dry-run`
* Implement `--dedupe-mode` for non interactive running
* `--dedupe-mode interactive` - interactive the default.
* `--dedupe-mode skip` - removes identical files then skips anything left.
* `--dedupe-mode first` - removes identical files then keeps the first one.
* `--dedupe-mode newest` - removes identical files then keeps the newest one.
* `--dedupe-mode oldest` - removes identical files then keeps the oldest one.
* `--dedupe-mode rename` - removes identical files then renames the rest to be different.
* Add tests which will only run on Google Drive.
2016-03-06 18:15:01 +00:00
3c7f80f58f
Version v1.28
2016-03-01 09:00:01 +00:00
dfc7cd97a3
Optionally disable gzip compression on downloads with --no-gzip-encoding
- fixes #353
2016-02-29 19:48:54 +00:00
280ac26464
Implement -u/--update so creation times can be used on all remotes - #226
2016-02-29 17:46:40 +00:00
bfc66cceaa
Update b2 docs after temp file changes
2016-02-27 16:32:40 +00:00
1105b6bd94
Add Jakub Gedeon to contributors
2016-02-27 13:58:00 +00:00
867a26fe4f
Implement --low-level-retries flag - fixes #266
2016-02-25 22:58:21 +00:00
d2219a800a
Fix and document the move command - fixes #334
...
* Don't attempt to use server side Move unless they are on the same Fs
* Fix move in the presense of filters
2016-02-25 20:05:34 +00:00
835b6761b7
Write about convmv in the docs for fixing non UTF-8 filesystems - fixes #300
2016-02-21 14:09:06 +00:00
f30c836696
Note Linux version requirements for running rclone - fixes #346
2016-02-21 13:59:24 +00:00
090ce00afc
Clarify Dropbox docs on mod times - fixes #345
2016-02-21 13:52:00 +00:00
377986d599
Update config walk throughs with new style choice menu
2016-02-21 13:40:16 +00:00
84b00b362f
Change back to original goconfig package.
...
Add documentation for `--ask-password`.
2016-02-17 11:45:05 +01:00
bfd7601cf9
Add configuration file encryption
...
See #317 for details.
Use `rclone config` to add/change/remove password.
Tests that loads the default configuration will now fail with a better error message, and add a switch that makes it possible to disable password prompts and fail instead.
Make it possible to use the "RCLONE_CONFIG_PASS" environment variable as password for configuration.
2016-02-16 16:32:05 +01:00
4676a89963
Note that you may need curl --insecure when fetching root CA certificates
2016-02-16 14:55:26 +00:00
c2e8f06bfa
Swift storageUrl overloading fixes #167
2016-02-09 22:17:13 +00:00
08a8f7174a
Add Brian Stengaard to contributors
2016-02-09 21:45:51 +00:00
a0b9bd527e
Add both forms of env var to the docs
2016-02-09 17:19:13 +00:00
ce05ef7110
Add IAM role and Env credentials
...
This will make the s3 provider authentaction logic
- Configured credentials if both key and secret available
- Anonymous if key and secret missing and env_auth not set
- if env_auth is set to truthy (https://golang.org/pkg/strconv/#ParseBool )
- AWS_ACCESS_KEY_ID / AWS_SECRET_ACCESS_KEY environment variables
- IAM role credentials as fallback
2016-02-09 16:32:36 +00:00
6a47d966a4
Update filtering documentation - fixes #306
...
Explains that filtering is done relative to the remote root.
Also removes a section that seems more about internal knowledge and
that may likely more confuse people. Adds instead a section giving an
overview of how to perform filtering before going into details.
2016-02-09 16:25:19 +00:00
e62c0a58a7
Version 1.27
2016-01-31 17:50:13 +00:00
bbbe11790b
Update docs to make syncing from a directory more obvious - fixes #302
2016-01-31 16:27:19 +00:00
13edf62824
Document rclone return codes - fixes #308
2016-01-31 16:15:25 +00:00
558bc2e132
drive: Export Google documents - fixes #49
...
Rclone will download one format of a google doc. The choice of which
export format is controlled by the `--drive-formats` flag.
2016-01-31 16:10:43 +00:00
0f73129ab7
dedupe command to deduplicate a remote. Useful with google drive - fixes #41
2016-01-31 16:09:42 +00:00
1373efaa39
Delete command which does obey the filters - fixes #327
2016-01-31 16:06:04 +00:00
5c37b777fc
Make the --dry-run warnings into logs so they appear without the -v flag
2016-01-31 16:06:04 +00:00
d4df3f2154
acd: Download files >= 9GB with their tempLink direct from s3
...
This files the problem downloading files > 10GB.
Fixes #204 Fixes #313
2016-01-30 18:08:44 +00:00
8ae424c5a3
Emphasize testing sync with --dry-run and -v
2016-01-29 07:59:33 +00:00
14069fd8e6
Implement --delete-before, --delete-during, --delete-after - fixes #252 .
2016-01-26 16:57:09 +00:00
e6117e978e
Add Werner Beroux to contributors
2016-01-20 16:33:28 +00:00
4b40898743
Update filtering.md
...
Clarify by removing the extension which makes it confusing if not careful.
2016-01-20 16:16:24 +01:00
7ae40cb352
Update information on revised hash functionality.
2016-01-16 10:17:11 +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
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
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