e8c84d8b53
Add Adam Plánský to contributors
2020-11-02 16:53:35 +00:00
f89ff3872d
ncdu: add toggle option for average size in directory - key 'a'
...
Add toggle option to show average size in directory. This toggle
function is for ncdu and is binded to key 'a'.
2020-10-30 15:33:54 +00:00
127f0fc64c
operations: move and copy log name of the destination object in verbose
...
If the object is moved or copied rclone in verbose mode prints name of the
destination object into the info log.
2020-10-30 15:31:54 +00:00
0cfa89f316
docs: ftp: put limitations in a single section
...
The topic is mostly about so limitations so all of these are grouped together with a section hyperlink near the top of the page. Intention is to avoid potential duplication and make it more straightforward (there is a place and it is essentially just a list so wording doesn't need to be elegant) to add notes about limitations in future, harvested from rclone forum postings.
Minor wording alterations that do not intend to change meaning
2020-10-30 14:59:36 +00:00
bfcd4113c3
mount: implement mknod to make NFS file creation work - fixes #2115
...
It turns out that NFS calls mknod in FUSE even though we have create
defined. This was causing EIO errors when creating files.
This patch fixes it by implementing mknod. The way it is implemented
means that to write to an NFS file system you'll need --vfs-cache-mode
writes.
2020-10-29 15:12:36 +00:00
0e7fc7613f
mount: make mount be cmount under macOS #4393
...
This also adds an alias to the mount command so it responds as `rclone
cmount` as well as `rclone mount`.
2020-10-29 13:34:39 +00:00
8ac2f52b6e
mount: disable bazil/fuse based mount on macOS #4393
...
The library is no longer supported on macOS.
2020-10-29 13:34:39 +00:00
1973fc1ecc
azureblob: update lib from v0.10.0 to v0.11.0 and fix API breakage
...
See: https://github.com/Azure/azure-storage-blob-go/issues/226
2020-10-29 13:34:39 +00:00
7c39a13281
build: update all dependencies
2020-10-29 13:34:39 +00:00
c5c503cbbe
Add Adam Plánský to contributors
2020-10-29 13:34:39 +00:00
d09488b829
docs: update: add Tencent
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2020-10-28 18:16:23 +00:00
0a6196716c
docs: style: avoid double-nesting parens
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2020-10-28 18:16:23 +00:00
8bc9b2b883
docs: grammar: examples are examples
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2020-10-28 18:16:23 +00:00
a15f50254a
docs: grammar: if, then
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2020-10-28 18:16:23 +00:00
5d4f77a022
docs: grammar: Oxford comma
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2020-10-28 18:16:23 +00:00
a089de0964
docs: grammar: uncountable: links
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2020-10-28 18:16:23 +00:00
3068ae8447
docs: grammar: count agreement: files
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2020-10-28 18:16:23 +00:00
67ff153b0c
docs: grammar: article: a-file
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2020-10-28 18:16:23 +00:00
3e1cb8302a
docs: spelling: etc.
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2020-10-28 18:16:23 +00:00
e4a87f772f
docs: spelling: e.g.
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2020-10-28 18:16:23 +00:00
d4f38d45a5
docs: spelling: high-speed
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2020-10-28 18:16:23 +00:00
bbe7eb35f1
docs: spelling: server-side
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2020-10-28 18:16:23 +00:00
87e54f2dde
ftp: update wording for flags
...
Minor wording change to help for explicit and implicit FTPS flags. More consistent between flags. Add 's' to request because only one 'client' mentioned.
2020-10-28 15:45:52 +00:00
3f3afe489f
docs: mount: minor changes to wording
2020-10-28 15:43:49 +00:00
70b21d9c87
docs: Update mount docs
...
Eliminate repeat word mode
2020-10-28 15:42:33 +00:00
e00bf3d723
ncdu: add sort by average size in directory
...
Add keyboard shortcut 'A' which sort by average size in directory.
If files/folders have same avgSize sort by actual size
Fixes : #4699
2020-10-27 13:28:38 +00:00
605f2b819a
build: fix nfpm install
2020-10-27 13:15:21 +00:00
bf2b975359
build: update nfpm and github-release install method to go modules
2020-10-26 19:07:59 +00:00
00a5086ff2
Remove accidentally committed binary and fix formatting
...
These were both committed in
b7253fc1c1
mount: docs: add note that allow-root and allow-other is not relevant on windows
2020-10-26 19:07:42 +00:00
be6a888e50
chunker: skip long local hashing, hash in-transit ( fixes #4021 )
...
PR 4614
2020-10-26 20:18:07 +03:00
dad8447423
mailru: avoid prehashing of large local files
...
PR 4617
2020-10-26 20:16:52 +03:00
65ff109065
mailru: accept special folders eg camera-upload
...
Fixes #4025
PR 4690
2020-10-26 20:04:31 +03:00
b7253fc1c1
mount: docs: add note that allow-root and allow-other is not relevant on windows
2020-10-26 16:21:43 +00:00
d143f576c6
Changelog updates from Version v1.53.2
2020-10-26 15:44:26 +00:00
a152351a71
build: stop using set-env and set-path in the GitHub actions
...
A security problem was discovered when using set-env and
set-path. This has been deprecated by GitHub and a new mechanism
introduced.
This patch switches to using the new mechanism which will stop GitHub
warning about the use of the old mechanism.
See: https://github.com/actions/toolkit/security/advisories/GHSA-mfwh-5m23-j46w
2020-10-26 11:19:06 +00:00
a2fa1370c5
build: work around GitHub actions brew problem
...
Brew was failing with
fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.
See: https://github.com/actions/virtual-environments/issues/1811
See: https://github.com/actions/virtual-environments/issues/1869
2020-10-25 18:26:01 +00:00
bed83b0b64
test: add ListRetries config parameter to integration tests
...
Occasionally the b2 tests fail because the integration tests don't
retry hard enough with their new setting of -list-retries 3. Override
this setting to 5 for the b2 tests only.
2020-10-25 18:10:50 +00:00
cf0bdad5de
union: create root directories if none exist
...
This fixes the TestUnion: integration test if the /tmp/union[123] dirs
don't exist.
2020-10-25 18:10:49 +00:00
85d35ef03c
test: remove TestS3Ceph: and TestSwiftCeph: from integration tests
...
Unfortunately we don't have access to this server any more
2020-10-25 18:10:49 +00:00
514d10b314
Add Ingo to contributors
2020-10-25 18:10:49 +00:00
5164c3d2d0
genautocomplete: add support to output to stdout
2020-10-22 17:28:33 +01:00
ffdd0719e7
jottacloud: avoid double url escaping of device/mountpoint - fixes #4697
2020-10-20 17:43:49 +02:00
4e2b5389d7
check: make the error count match up in the log message
...
Before this change we counted the final summary error as an error,
producing confusing log messages like:
Failed to check with 54 errors: last error was: 53 differences found
This change marks the summary error as already being counted, so the
error message becomes:
Failed to check with 53 errors: last error was: 53 differences found
This change also returns a listing failure in preference to a summary error.
See: https://forum.rclone.org/t/slow-checksum-validation/19763/22
2020-10-15 12:57:48 +01:00
dc4e63631f
Add David to contributors
2020-10-15 12:57:48 +01:00
275bf456d3
Add Josh Soref to contributors
2020-10-15 12:57:48 +01:00
7dfa871095
Add Dan Hipschman to contributors
2020-10-15 12:57:48 +01:00
70cc88de22
Add Ameer Dawood to contributors
2020-10-15 12:57:48 +01:00
4bc0f46955
Add Dov Murik to contributors
2020-10-15 12:57:48 +01:00
5b09599a23
drive: Added flag --drive-stop-on-download-limit
to stop transfers when the download limit is exceeded
...
Signed-off-by: Anagh Kumar Baranwal <6824881+darthShadow@users.noreply.github.com >
2020-10-14 15:51:01 +01:00
f4dd8e3fe8
dedupe: minor clarification in docs
...
dedupe will not delete equal files if they are located in another folder.
2020-10-14 15:31:47 +01:00