Commit Graph

  • c2baacc0a4 union: fix uploading files to union of all bucket based remotes Nick Craig-Wood 2022-05-13 16:08:52 +01:00
  • fcec4bedbe drive: fix 404 errors on copy/server side copy objects from public folder Nick Craig-Wood 2022-05-16 17:20:48 +01:00
  • 813a5e0931 s3: Remove bucket ACL configuration for Cloudflare R2 Nick Craig-Wood 2022-05-17 15:55:42 +01:00
  • bd4abb15a3 Add Derek Battams to contributors Nick Craig-Wood 2022-05-17 15:56:56 +01:00
  • 7f84283539 Add Erik van Velzen to contributors Nick Craig-Wood 2022-05-17 15:56:56 +01:00
  • 47b1a0d6fa docs: improve guide for installing from source - fixes #5809 albertony 2022-01-16 16:17:44 +01:00
  • ce168ecac2 Configurable version suffix independent of version number albertony 2022-02-04 23:46:12 +01:00
  • 4f0ddb60e7 refactor: replace strings.Replace with strings.ReplaceAll Eng Zer Jun 2022-05-17 00:11:45 +08:00
  • b929a56f46 Add Christian Galo to contributors albertony 2022-05-16 13:01:55 +02:00
  • 74af6409d4 docs/rc: added missing global flags (#6083) Christian Galo 2022-05-16 07:00:19 -04:00
  • 0e77072dcc vfs: error strings should not be capitalized albertony 2022-01-13 13:47:01 +01:00
  • 2437eb3cce vfs: fix incorrect detection of root in parent directory utility function albertony 2022-01-13 13:33:39 +01:00
  • a12c94caff docs: replaced extended ascii smart quotes (#6171) Michael C Tiernan - MIT-Research Computing Project 2022-05-16 06:34:54 -04:00
  • 542c1616b8 docs: small style fixes Kaspian 2022-05-14 00:06:45 +02:00
  • 8697f0bd26 about: improved error message albertony 2022-01-14 22:18:32 +01:00
  • a9f18f8093 Set proper exit code for errors that are not low-level retried (e.g. size/timestamp changing) albertony 2021-11-06 15:55:37 +01:00
  • 8e5e230b81 b2: use chunksize lib to determine chunksize dynamically Derek Battams 2022-05-06 15:25:30 -04:00
  • c0985e93b7 azureblob: use chunksize lib to determine chunksize dynamically Derek Battams 2022-05-06 15:26:05 -04:00
  • fb4f7555c7 s3: use chunksize lib to determine chunksize dynamically Derek Battams 2022-05-06 15:25:44 -04:00
  • f2e7a2e794 chunksize: initial implementation of chunksize helper lib Derek Battams 2022-05-06 15:24:27 -04:00
  • 9e4854955c storj: fix put Erik van Velzen 2022-05-06 03:51:48 +02:00
  • 319ac225e4 s3: backend restore command to skip non-GLACIER objects Vincent Murphy 2022-05-12 20:42:37 +01:00
  • a9d3283d97 jottacloud: fix listing output of remote with special characters albertony 2022-04-27 12:47:53 +02:00
  • edf0412464 test_all: correct path for Internet Archive test Nick Craig-Wood 2022-05-12 20:37:36 +01:00
  • e6194a4b83 Add Hugal31 to contributors Nick Craig-Wood 2022-05-12 20:37:54 +01:00
  • 7f05990623 Add Werner to contributors Nick Craig-Wood 2022-05-12 20:37:54 +01:00
  • e16f2a566f Add Kaspian to contributors Nick Craig-Wood 2022-05-12 20:37:54 +01:00
  • a36fef8a66 rclone.mount: ignore _netdev mount argument - FIxes #5808 Hugal31 2022-05-12 21:27:13 +02:00
  • 6500e1d205 docs: bisync: minor grammar fix Werner 2022-05-12 21:24:52 +02:00
  • 9f7484e4e9 docs: faq: small grammar fix Kaspian 2022-05-12 21:23:48 +02:00
  • 0ba702ccf4 install: Pre verify sudo authorization "-v" before calling curl. Michael C Tiernan - MIT-Research Computing Project 2022-05-12 15:19:33 -04:00
  • 6f91198b57 s3: Support Cloudflare R2 - fixes #5642 Nick Craig-Wood 2022-05-06 12:09:29 +01:00
  • cf0a72aecd fs: fix FixRangeOption to do nothing on unknown sized objects Nick Craig-Wood 2022-05-06 14:09:07 +01:00
  • f6fd6ee777 fs: fix FixRangeOption make SeekOptions into absolute RangeOptions Nick Craig-Wood 2022-05-06 14:03:01 +01:00
  • 1e66d052fd fs: fix FixRangeOption to make fetch to end Range options absolute Nick Craig-Wood 2022-05-06 12:06:20 +01:00
  • e5974ac4b0 s3: use PutObject from the aws SDK to upload single part objects Nick Craig-Wood 2022-05-03 17:39:01 +01:00
  • 50a0c3482d lib/readers: add FakeSeeker to adapt io.Reader to io.ReadSeeker #5422 Nick Craig-Wood 2022-05-03 16:37:55 +01:00
  • 389a29b017 Add Michael C Tiernan - MIT-Research Computing Project to contributors Nick Craig-Wood 2022-05-12 08:48:49 +01:00
  • 9dcf9375e8 Add Mateusz Puczyński to contributors Nick Craig-Wood 2022-05-12 08:48:49 +01:00
  • 1d6d41fb91 backend/internetarchive: fix uploads can take very long time Lesmiscore 2022-05-08 05:54:14 +09:00
  • a3d4307892 install: set the modes on the files and/or directories on macOS Michael C Tiernan - MIT-Research Computing Project 2022-05-05 12:50:22 -04:00
  • a446106041 s3: update Arvancloud default values and correct docs ehsantdy 2022-05-02 19:34:01 +04:30
  • 607172b6ec go: run go mod tidy and set version to minimum supported go - go1.16 Mateusz Puczyński 2022-04-26 17:08:52 +02:00
  • 94757277bc build: fix go mod tidy removing golang.org/x/mobile dependency Nick Craig-Wood 2022-05-01 12:36:39 +01:00
  • deab86867c build: support mount on windows/arm64 - all windows binaries now not cgo Nick Craig-Wood 2022-04-22 17:46:12 +01:00
  • c0c5b3bc6b build: add rclone version step Nick Craig-Wood 2022-04-24 10:37:46 +01:00
  • a947f298e6 cmount: remove cgo from windows build requirements since it builds without Nick Craig-Wood 2022-04-24 10:27:28 +01:00
  • 1b0128ecb2 cmount: update winfsp/cgofuse dependency for windows/arm64 build Nick Craig-Wood 2022-04-22 17:48:16 +01:00
  • c5395db1f1 Changelog updates from Version v1.58.1 Nick Craig-Wood 2022-04-29 13:10:34 +01:00
  • 6e5382fc99 Add SwazRGB to contributors Nick Craig-Wood 2022-04-29 13:11:07 +01:00
  • 134592adaa Add ehsantdy to contributors Nick Craig-Wood 2022-04-29 13:11:07 +01:00
  • 36e614f550 Add Lesmiscore to contributors Nick Craig-Wood 2022-04-29 13:11:07 +01:00
  • 7bfed98b48 Add Zsolt Ero to contributors Nick Craig-Wood 2022-04-29 13:11:07 +01:00
  • f471096fd0 Add Leroy van Logchem to contributors Nick Craig-Wood 2022-04-29 13:11:07 +01:00
  • c726ae3afb azureblob: update to SDK 0.15.0 to Fix memory leak fix-azureblob-leak Nick Craig-Wood 2022-04-29 12:43:29 +01:00
  • 02f04b08bd Version v1.58.1 v1.58.1 v1.58-stable Nick Craig-Wood 2022-04-29 12:15:41 +01:00
  • 4cebade95d b2: Add b2-version-at flag to show file versions at time SwazRGB 2022-03-15 04:55:20 +01:00
  • a8cd18faf3 fs: Implement fs.Time SwazRGB 2022-03-26 19:49:04 +01:00
  • 04a20350f7 docs: Add --multi-thread-streams note to --transfers. Zsolt Ero 2022-04-27 19:40:39 +02:00
  • 90ca184338 webdav: don't override Referer if user sets it - fixes #6040 Nick Craig-Wood 2022-04-26 08:58:31 +01:00
  • 02f7da4b0c mount: fix --devname and fusermount: unknown option 'fsname' when mounting via rc Nick Craig-Wood 2022-04-21 20:28:09 +01:00
  • 4ba1944186 vfs: remove wording which suggests VFS is only for mounting Nick Craig-Wood 2022-04-25 12:07:24 +01:00
  • 5aa15459c9 jottacloud: fix scope in token request albertony 2022-04-22 13:52:00 +02:00
  • 20343a7001 fs/rc/js: correct RC method names Sơn Trần-Nguyễn 2022-04-17 14:11:36 -05:00
  • dc46c76e80 storj: fix bucket creation on Move picked up by integration tests Nick Craig-Wood 2022-04-15 17:35:50 +01:00
  • c125792a78 build: update github.com/billziss-gh to github.com/winfsp Nick Craig-Wood 2022-04-13 10:14:45 +01:00
  • bc63bdd608 docs: fix some links to command pages albertony 2022-04-07 14:25:48 +02:00
  • 7c0e00a0c7 docs: Note that Scaleway C14 is deprecating SFTP in favor of S3 Adrien Rey-Jarthon 2022-04-05 12:11:52 +02:00
  • e34c543660 s3: Add ArvanCloud AOS to provider list ehsantdy 2022-04-28 14:12:30 +04:30
  • 598364ad0f backend/internetarchive: add support for Internet Archive Lesmiscore 2022-04-12 18:38:44 +09:00
  • 211dbe9aee docs: Add --multi-thread-streams note to --transfers. Zsolt Ero 2022-04-27 19:40:39 +02:00
  • 4829527dac jottacloud: refactor timestamp handling albertony 2022-04-24 19:34:29 +02:00
  • cc8dde402f jottacloud: refactor SetModTime function albertony 2022-04-22 15:19:51 +02:00
  • 2b67ad17aa jottacloud: fix issue with server-side copy when destination is in trash albertony 2022-04-22 15:11:21 +02:00
  • 6da3522499 jottacloud: minor cleanup of upload response albertony 2022-04-24 14:46:46 +02:00
  • 97606bbdef ncdu: refactor accumulated attributes into a struct albertony 2022-04-11 17:06:01 +02:00
  • a15885dd74 docs/ncdu: document flag prefixes albertony 2022-04-05 22:27:07 +02:00
  • 87c201c92a ncdu: fix issue where dir size is summed when file sizes are -1 albertony 2022-04-05 15:46:56 +02:00
  • d77736c21a docs/size: extend documentation of size command albertony 2022-04-10 13:21:12 +02:00
  • 86bd5f6922 size: warn about inaccurate results when objects with unknown size albertony 2022-04-06 14:15:07 +02:00
  • fe271a4e35 docs/drive: mention that google docs count as empty files in directory totals albertony 2022-04-11 16:27:53 +02:00
  • 75455d4000 azureblob: Calculate Chunksize/blocksize to stay below maxUploadParts Leroy van Logchem 2022-04-26 18:37:40 +02:00
  • 82e24f521f webdav: don't override Referer if user sets it - fixes #6040 Nick Craig-Wood 2022-04-26 08:58:31 +01:00
  • 5605e34f7b mount: fix --devname and fusermount: unknown option 'fsname' when mounting via rc Nick Craig-Wood 2022-04-21 20:28:09 +01:00
  • 06598531e0 vfs: remove wording which suggests VFS is only for mounting Nick Craig-Wood 2022-04-25 12:07:24 +01:00
  • b1d43f8d41 jottacloud: fix scope in token request albertony 2022-04-22 13:52:00 +02:00
  • b53c38c9fd fs/rc/js: correct RC method names Sơn Trần-Nguyễn 2022-04-17 14:11:36 -05:00
  • 03715f6c6b docs: add encoded characters to encoding table Nick Craig-Wood 2022-04-21 12:22:04 +01:00
  • 07481396e0 lib/encoder: add Semicolon encoding Nick Craig-Wood 2022-04-21 12:02:27 +01:00
  • b0c54538b0 drive: make backend config -o config add a combined AllDrives remote fix-5600-bind Nick Craig-Wood 2022-04-21 09:58:59 +01:00
  • e62b9d017d Add combine backend to combine multiple remotes in one directory tree - FIXME WIP Nick Craig-Wood 2022-04-20 17:57:43 +01:00
  • 632f626f08 fstests: check for wrapped errors in ListR test Nick Craig-Wood 2022-04-20 17:56:15 +01:00
  • bab91e4402 putio: ignore URL encoded files as these fail in the integration tests Nick Craig-Wood 2022-04-15 17:55:43 +01:00
  • fde40319ef koofr: remove digistorage from integration tests as no account Nick Craig-Wood 2022-04-15 17:48:44 +01:00
  • 94e330d4fa onedrive: remove onedrive China from integration tests as we no longer have an account Nick Craig-Wood 2022-04-15 17:44:29 +01:00
  • 087543d723 sftp: ignore failing entries in rsync.net integration tests Nick Craig-Wood 2022-04-15 17:43:10 +01:00
  • 6a759d936a storj: fix bucket creation on Move picked up by integration tests Nick Craig-Wood 2022-04-15 17:35:50 +01:00
  • 7c31240bb8 Add Nick Gooding to contributors Nick Craig-Wood 2022-04-15 17:56:55 +01:00
  • 25146b4306 googlecloudstorage: add --gcs-no-check-bucket to minimise transactions and perms Nick Gooding 2022-04-12 20:16:05 +01:00
  • 68ca748227 netstorage: add support contacts to netstorage doc Nil Alexandrov 2022-04-12 21:49:02 -04:00