Commit graph

  • 090ce00afc Clarify Dropbox docs on mod times - fixes #345 Nick Craig-Wood 2016-02-21 13:52:00 +00:00
  • 377986d599 Update config walk throughs with new style choice menu Nick Craig-Wood 2016-02-21 13:39:04 +00:00
  • 95e4d837ef Make config chooser easier to understand Nick Craig-Wood 2016-02-21 12:25:37 +00:00
  • e08e35984c Add help to remote chooser in rclone config - fixes #43 Nick Craig-Wood 2016-02-15 18:11:53 +00:00
  • a3b4c8a0f2 Add issue template for github Nick Craig-Wood 2016-02-21 10:32:44 +00:00
  • 700e47d6e2 Stub out ReadPassword on plan9 and solaris to fix compilation Nick Craig-Wood 2016-02-21 10:31:53 +00:00
  • ea11f5ff3d Stop make beta remaking the docs Nick Craig-Wood 2016-02-21 10:29:48 +00:00
  • 758c7f2d84 Avoid b2 temporary file. klauspost 2016-02-19 15:45:32 +01:00
  • ef06371c93 Create separate interface for object information. klauspost 2016-02-18 12:35:25 +01:00
  • 85a0f25b95 b2: Fix reading metadata for all files when using a subdir - fixes #356 Nick Craig-Wood 2016-02-19 12:09:11 +00:00
  • 84b00b362f Change back to original goconfig package. Add documentation for --ask-password. klauspost 2016-02-17 11:45:05 +01:00
  • bfd7601cf9 Add configuration file encryption klauspost 2016-02-16 16:25:27 +01:00
  • 4676a89963 Note that you may need curl --insecure when fetching root CA certificates Nick Craig-Wood 2016-02-16 14:55:26 +00:00
  • 8cd3c25b41 Amazon Cloud Drive: retry on 400, 401, 408, 504 and EOF errors - fixes #340 Nick Craig-Wood 2016-02-16 14:45:22 +00:00
  • 5f97603684 Fix fetch test dependencies too. Nick Craig-Wood 2016-02-15 17:31:11 +00:00
  • f1debd4701 Fetch test dependencies too. Nick Craig-Wood 2016-02-15 17:20:26 +00:00
  • 1cd0d9a1f2 Fix listing drive docs at root - fixes #336 Nick Craig-Wood 2016-02-06 09:22:52 +00:00
  • a6320bbad3 Fix delete command to wait until all finished - fixes missing deletes. Nick Craig-Wood 2016-02-15 16:43:59 +00:00
  • b1dd8e998b Yandex Disk: Use http.Client passed in for all operations - fixes logging. Nick Craig-Wood 2016-02-15 16:43:18 +00:00
  • c2e8f06bfa Swift storageUrl overloading fixes #167 Xavier Lucas 2016-02-02 20:45:05 +01:00
  • 08a8f7174a Add Brian Stengaard to contributors Nick Craig-Wood 2016-02-09 21:45:51 +00:00
  • ce4c1d4f35 s3: Fix empty checks in auth Nick Craig-Wood 2016-02-09 17:19:33 +00:00
  • a0b9bd527e Add both forms of env var to the docs Nick Craig-Wood 2016-02-09 17:19:13 +00:00
  • ce05ef7110 Add IAM role and Env credentials Brian Stengaard 2016-02-01 14:11:27 +01:00
  • 6a47d966a4 Update filtering documentation - fixes #306 Werner Beroux 2016-02-08 09:22:54 +01:00
  • 85d99de26b Fix typo in error strings Nick Craig-Wood 2016-02-09 16:15:50 +00:00
  • 4a82251c62 Add man page to repository too (missed from #256) Nick Craig-Wood 2016-02-07 20:26:10 +00:00
  • e62c0a58a7 Version 1.27 v1.27 Nick Craig-Wood 2016-01-31 17:50:13 +00:00
  • 1f3e48f18f Add manuals to repository - fixes #256 Nick Craig-Wood 2016-01-31 16:33:20 +00:00
  • bbbe11790b Update docs to make syncing from a directory more obvious - fixes #302 Nick Craig-Wood 2016-01-31 16:27:19 +00:00
  • 13edf62824 Document rclone return codes - fixes #308 Nick Craig-Wood 2016-01-31 16:15:25 +00:00
  • 558bc2e132 drive: Export Google documents - fixes #49 Nick Craig-Wood 2016-01-26 16:52:53 +00:00
  • 0f73129ab7 dedupe command to deduplicate a remote. Useful with google drive - fixes #41 Nick Craig-Wood 2016-01-31 12:58:41 +00:00
  • 1373efaa39 Delete command which does obey the filters - fixes #327 Nick Craig-Wood 2015-12-02 22:25:32 +00:00
  • 5c37b777fc Make the --dry-run warnings into logs so they appear without the -v flag Nick Craig-Wood 2016-01-31 15:53:09 +00:00
  • d4df3f2154 acd: Download files >= 9GB with their tempLink direct from s3 Nick Craig-Wood 2016-01-30 18:08:44 +00:00
  • 8ae424c5a3 Emphasize testing sync with --dry-run and -v Nick Craig-Wood 2016-01-29 07:59:33 +00:00
  • cae19df058 s3: URL escape CopySource Nick Craig-Wood 2016-01-27 17:39:33 +00:00
  • 8c211fc8df Warn the user about files with same name but different case Nick Craig-Wood 2016-01-23 20:16:47 +00:00
  • 74a71f7824 Add tests for --delete-before, --delete-during and --delete-after Nick Craig-Wood 2016-01-23 18:27:00 +00:00
  • 12b51c5eb8 Remove duplicate check for filter IncludeObject Nick Craig-Wood 2016-01-23 18:26:01 +00:00
  • 14069fd8e6 Implement --delete-before, --delete-during, --delete-after - fixes #252. klauspost 2016-01-12 14:33:03 +01:00
  • cd62f41606 Reduce number of logs and show hash type where appropriate Nick Craig-Wood 2016-01-24 18:06:57 +00:00
  • 109d4ee490 Prefix all test remotes with rclone-test- and make names more pronouncable Nick Craig-Wood 2016-01-24 12:37:46 +00:00
  • 18ebec8276 Check remote is empty between integration tests Nick Craig-Wood 2016-01-24 12:37:19 +00:00
  • c47b4f828f acd: Fix deadlock in directory traversal code Nick Craig-Wood 2016-01-24 11:20:55 +00:00
  • c3a0c0c451 swift: Fix upload from unprivileged user - fixes #273 Nick Craig-Wood 2016-01-23 20:32:53 +00:00
  • 6cb0de43ce Deprecate compiling with go1.3 Nick Craig-Wood 2016-01-23 17:27:00 +00:00
  • 83f0d3e03d acd: remove 409 conflict from error codes we will retry Nick Craig-Wood 2016-01-23 15:31:24 +00:00
  • eda4130703 Fix integration tests so they can be run independently and out of order - fixes #291 Nick Craig-Wood 2016-01-17 10:08:28 +00:00
  • ccba859812 Test all available hashes for each remote Nick Craig-Wood 2016-01-17 11:27:31 +00:00
  • de3cf5e8d7 Add -verbose flag to unit tests and add some more eventual consistency retries Nick Craig-Wood 2016-01-20 20:06:05 +00:00
  • ce305321b6 amazon cloud drive: Fix "Next token is expired" - Fixes #289 Fixes #263 Nick Craig-Wood 2016-01-20 16:32:15 +00:00
  • e6117e978e Add Werner Beroux to contributors Nick Craig-Wood 2016-01-20 16:33:28 +00:00
  • 4b40898743 Update filtering.md Werner Beroux 2016-01-20 16:16:24 +01:00
  • ae3a0ec27e b2: Don't re-read the SHA1 if we already have it Nick Craig-Wood 2016-01-19 08:20:23 +00:00
  • d9458fb4ee b2: return error in Hash from readFileMetadata operation Nick Craig-Wood 2016-01-18 17:53:03 +00:00
  • 27f67edb1a Fix formatting problem in sha1sum Nick Craig-Wood 2016-01-17 13:56:00 +00:00
  • 3ffea738e6 Make hash constants start from 1 not 2 Nick Craig-Wood 2016-01-17 10:33:40 +00:00
  • a63dd6020c onedrive: fix incorrectly decoded SHA-1 Nick Craig-Wood 2016-01-17 10:45:17 +00:00
  • d0678bc3e5 local: report error on stat in Hash in case file disappeared Nick Craig-Wood 2016-01-17 10:35:38 +00:00
  • ce04a073ef Update templates to changes in the latest hugo version klauspost 2016-01-13 11:47:07 +01:00
  • c337a367f3 Make make serve fail if make website would fail Nick Craig-Wood 2016-01-16 14:10:57 +00:00
  • 7ae40cb352 Update information on revised hash functionality. klauspost 2016-01-13 11:29:43 +01:00
  • e8daab7971 Fix integration tests for remotes with unsupported hash schemes Nick Craig-Wood 2016-01-16 09:44:46 +00:00
  • 78c3a5ccfa Add support for multiple hash types. klauspost 2016-01-11 13:39:33 +01:00
  • 2142c75846 Add missing docs for options - fixes #278 Nick Craig-Wood 2016-01-10 12:04:20 +00:00
  • c724d8f614 dropbox: Make file exclusion error controllable with -q #287 Nick Craig-Wood 2016-01-10 11:49:04 +00:00
  • af5f4ee724 Make --include rules add their implict exclude * at the end of the filter list Nick Craig-Wood 2016-01-10 11:42:53 +00:00
  • 01aa4394a6 Explain that errored sync doesn't delete files - fixes #285 Nick Craig-Wood 2016-01-10 10:43:59 +00:00
  • 2646519712 Add --memprofile flag Nick Craig-Wood 2016-01-09 15:25:48 +00:00
  • 5b2efd563a Add Xavier Lucas to contributors Nick Craig-Wood 2016-01-08 08:32:52 +00:00
  • e7b7432079 OVH Swift authentication enpoint xlucas 2016-01-07 14:15:10 +01:00
  • ea2ef4443b Remove -verbose from errcheck Nick Craig-Wood 2016-01-08 08:17:56 +00:00
  • 25f22ec561 Add "--ignore-existing" flag. klauspost 2016-01-05 11:35:36 +01:00
  • 5189231a34 Tweaks to rclone authorize Nick Craig-Wood 2016-01-07 15:20:32 +00:00
  • bcbd30bb8a Add easier headless configuration. klauspost 2016-01-04 16:13:36 +01:00
  • c245183101 Stop errcheck running for go < 1.5 Nick Craig-Wood 2016-01-07 16:34:52 +00:00
  • 4ce2a84df0 Document workaround for ACD maximum file size. klauspost 2016-01-04 13:23:33 +01:00
  • 3c31d711b3 Add local file system option to disable UNC on Windows. klauspost 2016-01-04 12:28:47 +01:00
  • 3f5d8390ba Add Björn Harrtell to contributors Nick Craig-Wood 2016-01-05 17:05:31 +00:00
  • 78edafcaac drive: add --drive-auth-owner-only to only consider files owned by the user. Björn Harrtell 2016-01-02 19:47:05 +01:00
  • 1ce3673006 Add -clean flag to test_all.go to clean left over test directories Nick Craig-Wood 2016-01-03 21:49:26 +00:00
  • 3423de65fa Make canonical place for all fs in fs/all/all.go Nick Craig-Wood 2016-01-03 14:12:01 +00:00
  • 0c81439bc3 Fix upload_github target Nick Craig-Wood 2016-01-02 12:18:32 +00:00
  • 77fb8ac240 Version 1.26 v1.26 Nick Craig-Wood 2016-01-02 12:03:38 +00:00
  • 979dfb8cc6 Add Joseph Spurrier to contributors Nick Craig-Wood 2016-01-02 11:50:49 +00:00
  • fe0289f2f5 s3: Fix corrupting Content-Type on mod time update Joseph Spurrier 2016-01-02 03:58:48 -05:00
  • 6a64567dd7 Add Dmitry Burdeev (dibu) to contributors Nick Craig-Wood 2016-01-02 11:45:30 +00:00
  • 8de8cd62ca yandex: stop create folder error being fatal Nick Craig-Wood 2015-12-30 21:07:42 +00:00
  • cba27d2920 yandex: correct precision to 1ns Nick Craig-Wood 2015-12-30 20:47:44 +00:00
  • 9ade179407 yandex: Fix socket leaks Nick Craig-Wood 2015-12-30 13:30:57 +00:00
  • 82b85431bd yandex: Make it use our http client so logging, bwlimit etc works properly Nick Craig-Wood 2015-12-30 13:30:01 +00:00
  • 98778b1870 Docs for Yandex Nick Craig-Wood 2015-12-30 12:45:43 +00:00
  • dfd46c23f9 Fix forgotten update for test_all.go Nick Craig-Wood 2015-12-30 12:12:08 +00:00
  • 3ac4407b88 Implement Yandex storage backend - fixes #234 dibu28 2015-12-07 10:01:03 +06:00
  • 8ea0d5212f Add -verbose flag to test_all and fix tries count Nick Craig-Wood 2015-12-30 11:34:22 +00:00
  • acd350d833 Add retry for eventual consistency in findObject test Nick Craig-Wood 2015-12-30 10:46:04 +00:00
  • 2f4b9f619d Add C. Bess to contributors Nick Craig-Wood 2015-12-30 10:13:11 +00:00
  • 70efd0274c Add Contributing link to readme C. Bess 2015-12-29 20:02:29 -06:00