albertony and GitHub
c2597a4fa3
docs: cleanup header levels in backend docs ( #5698 )
2021-10-14 15:40:18 +02:00
albertony and GitHub
7d66bfbb7c
docs: toc styling ( #5695 )
2021-10-13 15:04:11 +02:00
albertony
85074f8f88
librclone: add RcloneFreeString function
...
See PR #5703
Based on initial work by Weng Haoyu (@wengh) in PR #5362
2021-10-11 19:10:07 +02:00
albertony
c7329d2ece
docs: add section in install documentation about portable install
...
See #5591
2021-10-11 15:08:35 +02:00
albertony
f3e71f129c
config: convert --cache-dir value to an absolute path
2021-10-11 15:08:35 +02:00
albertony
0ffdca42d5
docs: document --cache-dir flag
2021-10-11 15:08:35 +02:00
albertony
dbb6f94d95
config: make temporary directory user-configurable
...
See #5591
2021-10-11 15:08:35 +02:00
albertony
352f9bcd47
config: add paths command to show configured paths
...
See #5591
2021-10-11 15:08:35 +02:00
albertony and Nick Craig-Wood
894a5a1a83
serve sftp: fix generation of server keys on windows
2021-10-11 10:43:16 +01:00
albertony and Nick Craig-Wood
ada6a92c8b
serve sftp: generate an Ed25519 server key as well as ECDSA and RSA
2021-10-11 10:43:16 +01:00
albertony and Ivan Andreev
a5b8fcc127
docs: align dropdown items when icons have different sizes
2021-10-09 18:49:05 +03:00
albertony
fbc7f2e61b
lib/file: improve error message when attempting to create dir on nonexistent drive on windows
...
This replaces built-in os.MkdirAll with a patched version that stops the recursion
when reaching the volume part of the path. The original version would continue recursion,
and for extended length paths end up with \\? as the top-level directory, and the error
message would then be something like:
mkdir \\?: The filename, directory name, or volume label syntax is incorrect.
2021-10-01 23:18:39 +02:00
albertony
26b6c83e49
docs: extend documentation on valid remote names
2021-10-01 15:18:04 +02:00
albertony
59c74ea1b8
config: support hyphen in remote name from environment variable
2021-10-01 15:18:04 +02:00
albertony
b389b84685
jottacloud: refactor all file state checks into common functions
2021-09-30 19:34:48 +02:00
albertony
b0f06d9920
jottacloud: improved error handling with SetModTime and corrupt files in general
2021-09-30 19:34:48 +02:00
albertony
159229527d
jottacloud: implement SetModTime to support modtime-only changes - #5627
2021-09-30 19:34:48 +02:00
albertony
b5a27b1c75
docs: cleanup header levels
2021-09-30 17:54:57 +02:00
albertony
db7db952c1
Add Jonta to contributors
2021-09-30 15:38:24 +02:00
albertony
f1f923a986
Change byte unit format from MiByte to MiB
2021-08-31 09:57:27 +02:00
albertony
8500d95579
test: consider global option for printing human-readable sizes and avoid unsigned integer overflow
2021-08-31 09:57:27 +02:00
albertony
8c4b06da79
tree: option to print human-readable sizes removed in favor of global option
2021-08-31 09:57:27 +02:00
albertony
6d25ba7c02
about: make human-readable output more consistent with other commands
2021-08-31 09:57:27 +02:00
albertony
774efeabf0
ncdu: introduce key u to toggle human-readable
2021-08-31 09:57:27 +02:00
albertony
d24f87c6a9
size: include human-readable count
2021-08-31 09:57:27 +02:00
albertony
721a9786a7
ls: introduce and global option to print human-readable sizes and consider it for ls commands
...
Fixes #1890
2021-08-31 09:57:27 +02:00
albertony
94521959f8
docs/config: remove use of backticks around words within a larger code block
2021-08-31 09:02:31 +02:00
albertony
3a2f748aeb
vfs: ensure names used in cache path are legal on current os
...
Fixes #5360
2021-08-19 20:14:50 +02:00
albertony
18be4ad10d
vfs: fix issue where empty dirs would build up in cache meta dir
2021-08-19 20:14:50 +02:00
albertony
9a2811f0b2
local: refactor default os encoding out from local backend into shared encoder lib
2021-08-19 20:14:50 +02:00
albertony and GitHub
63708d73be
docs/vfs: Merge duplicate chunked reading documentation from mount docs
2021-08-19 19:29:41 +02:00
albertony
168cb65c61
Add Greg Sadetsky to contributors
2021-08-10 21:50:26 +02:00
albertony and Nick Craig-Wood
fee0abf513
docs: add note about use of user and logname environment variables for current username
2021-07-05 16:31:16 +01:00
albertony
318fa4472b
docs: fix incorrect syntax in config update example
2021-06-10 08:59:18 +02:00
albertony
9d87a5192d
docs: fix code section formatting in filtering docs
...
Fixes #5387
2021-06-08 18:53:18 +02:00
albertony
41f561bf26
jottacloud: fix invalid url in output from link command
...
Fixes #5370
2021-05-31 10:40:21 +02:00
albertony
0574ebf44a
vfs: do not print notice about missing poll-interval support when set to 0
...
Fixes #5359
2021-05-28 13:09:15 +02:00
albertony and GitHub
22e86ce335
vfs: fix that umask option cannot be set as environment variable ( #5351 )
...
Fixes #5350
2021-05-22 20:48:02 +02:00
albertony
07f2f3a62e
docs: fix link to paths on windows section
2021-05-19 22:11:17 +02:00
albertony
6dc190ec93
docs: mention that network/unc paths are supported in local filesystem on windows
2021-05-19 22:11:17 +02:00
albertony
28e9fd45cc
vfs: avoid unnecessary subdir in cache path
...
Fixes #5316
2021-05-13 11:16:42 +02:00
albertony and GitHub
ce83228cb2
sftp: expand tilde and environment variables in configured known_hosts_file ( #5322 )
...
Fixes #5220
2021-05-11 19:58:26 +02:00
albertony and Ivan Andreev
08a2df51be
Use decimal prefixes for counts
...
Fixes #5126
2021-04-27 02:25:52 +03:00
albertony and Ivan Andreev
2925e1384c
Use binary prefixes for size and rate units
...
Includes adding support for additional size input suffix Mi and MiB, treated equivalent to M.
Extends binary suffix output with letter i, e.g. Ki and Mi.
Centralizes creation of bit/byte unit strings.
2021-04-27 02:25:52 +03:00
albertony and Ivan Andreev
2ec0c8d45f
stats: correct spelling of data rate units
2021-04-27 02:25:52 +03:00
albertony and Ivan Andreev
98579608ec
docs: cleanup spelling of size and rate units
2021-04-27 02:25:52 +03:00
albertony and GitHub
f8d56bebaf
config: delay load config file ( #5258 )
...
Restructuring of config code in v1.55 resulted in config
file being loaded early at process startup. If configuration
file is encrypted this means user will need to supply the password,
even when running commands that does not use config.
This also lead to an issue where mount with --deamon failed to
decrypt the config file when it had to prompt user for passord.
Fixes #5236
Fixes #5228
2021-04-26 23:37:49 +02:00
albertony and GitHub
3544e09e95
config: treat any config file paths with filename notfound as memory-only config ( #5235 )
2021-04-18 00:09:03 +02:00
albertony
6366d3dfc5
docs: extend description of drive mount access on windows
2021-04-13 22:33:19 +02:00
albertony
60d376c323
docs: add guide to configuring autorun in install documentation
2021-04-13 22:33:19 +02:00
albertony and Ivan Andreev
7b1ca716bf
config: add touch command to ensure config exists at configured location ( #5226 )
...
A new command `rclone config touch` which calls config.SaveConfig().
Useful during testing of configuration location things.
It will ensure the config file exists and test that it is writable.
2021-04-13 19:25:09 +03:00
albertony and Ivan Andreev
d8711cf7f9
config: create config file in windows appdata directory by default ( #5226 )
...
Use %AppData% as primary default for configuration file on Windows,
which is more in line with Windows standards, while existing default
of using home directory is more Unix standards - though that made rclone
more consistent accross different OS.
Fixes #4667
2021-04-13 19:25:09 +03:00
albertony
f2d3264054
config: prevent use of windows reserved names in config file name
2021-04-12 18:17:19 +02:00
albertony
23a0d4a1e6
config: fix issues with memory-only config file paths
...
Fixes #5222
2021-04-12 18:17:19 +02:00
albertony
b96ebfc40b
docs: less confusing example with config path option
2021-04-12 18:17:19 +02:00
albertony and GitHub
ddb7eb6e0a
docs: fixed some typos
2021-04-08 10:19:03 +02:00
albertony and GitHub
3d3ff61f74
docs: minor cleanup of space around code section
2021-04-07 08:47:29 +02:00
albertony and GitHub
d98f192425
docs: WinFsp 2021 is out of beta
2021-04-07 08:13:40 +02:00
albertony and GitHub
9c9186183d
docs: add short description of configuration file format ( #5142 )
...
Fixes #572
2021-03-27 17:26:01 +01:00
albertony and GitHub
12cd322643
crypt: log hash ok on upload
2021-03-23 18:36:51 +01:00
albertony and GitHub
ce182adf46
copyurl: add option to print resulting auto-filename ( #5095 )
...
Fixes #5094
2021-03-18 10:04:59 +01:00
albertony and GitHub
97fc3b9046
rc: avoid +Inf value for speed in core/stats ( #5134 )
...
Fixes #5132
2021-03-18 10:02:30 +01:00
albertony and GitHub
acfd7e2403
docs: add note about limitation with pattern-list to filtering docs ( #5118 )
...
Fixes #5112
2021-03-17 14:34:46 +01:00
albertony and Nick Craig-Wood
f76c6cc893
docs: describe how to bypass loading of config file
...
Fixes #5125
2021-03-16 14:25:00 +00:00
albertony and Nick Craig-Wood
aab076029f
local: make nounc advanced option except on windows
2021-03-15 17:10:27 +00:00
albertony and Nick Craig-Wood
18cd2064ec
mount: docs: add note about volume path syntax on windows
2021-03-11 17:09:22 +00:00
albertony and GitHub
cd6fd4be4b
mount: docs: document the new FileSecurity option in WinFsp 2021 ( #5002 )
2021-02-17 03:44:28 +03:00
albertony and Nick Craig-Wood
cc5a1e90d8
mount: improved handling of relative paths on windows
2021-02-08 20:55:23 +00:00
albertony and Nick Craig-Wood
b39fa54ab2
mount: allow mounting to root directory on windows
2021-02-08 20:55:23 +00:00
albertony and Nick Craig-Wood
459cc70a50
vfs: fix invalid cache path on windows when using :backend: as remote
...
The initial ':' is included in the ad-hoc remote name, but is illegal character
in Windows path. Replacing it with '^', which is legal in filesystems but illegal
in regular remote names, so name conflict is avoided.
Fixes #4544
2021-01-30 16:18:15 +00:00
albertony and Nick Craig-Wood
7a496752f3
fs: add support for flag --no-console on windows to hide the console window
2021-01-27 18:44:35 +00:00
albertony and Nick Craig-Wood
3b49440c25
crypt: docs: extended description
2021-01-21 13:40:12 +00:00
albertony and Nick Craig-Wood
55aec19389
mount: docs: add section about windows filesystem permissions
2020-12-28 13:59:34 +00:00
albertony and Nick Craig-Wood
9db51117dc
vfs: docs: add note on os specific option
2020-12-28 13:59:34 +00:00
albertony and Nick Craig-Wood
a9c9467210
vfs: docs: add note about use of --transfers in section about performance
2020-12-28 13:59:34 +00:00
albertony and Nick Craig-Wood
f50e15c77c
mount: docs: add note about mounted file system size
2020-12-28 13:59:34 +00:00
albertony and Nick Craig-Wood
e3191d096f
mount: just set default options without checking if customized by user, because it will be overridden anyway
2020-12-28 13:59:34 +00:00
albertony and Nick Craig-Wood
07c40780b3
mount: also detect if uid or gid are set in same option string: -o uid=123,gid=456
2020-12-28 13:59:34 +00:00
albertony and Nick Craig-Wood
67b82b4a28
mount: docs: update documentation according to new syntax on windows
2020-12-28 13:59:34 +00:00
albertony and Nick Craig-Wood
5f47e1e034
mount: cleanup os specific option handling and documentation
2020-12-28 13:59:34 +00:00
albertony and Nick Craig-Wood
e92cb9e8f8
mount: more user friendly mounting as network drive on windows
...
Add --network-mode option to activate mounting as network drive without having to set volume prefix.
Add support for automatic drive letter assignment (not specific to network drive mounting).
Allow full network share unc path in --volname, which will also implicitely activate network drive mounting.
Allow full network share unc path as mountpoint, which will also implicitely activate network drive mounting, and the specified path will be used as volume prefix and the remote will be mounted on an automatically assigned drive letter instead.
2020-12-28 13:59:34 +00:00
albertony and Nick Craig-Wood
79474b2e4c
docs: update documentation of commands delete,purge,rmdir,rmdirs
2020-11-23 17:10:08 +00:00
albertony and Nick Craig-Wood
2708a7569e
mount: docs: make note about mounting as network drive less confusing
2020-11-11 20:37:57 +00:00
albertony and Nick Craig-Wood
6c70c42577
jottacloud: docs: add heading to the example section so that it does not seem to be part of the legacy setup section
2020-11-06 17:52:50 +00:00
albertony and Nick Craig-Wood
b7253fc1c1
mount: docs: add note that allow-root and allow-other is not relevant on windows
2020-10-26 16:21:43 +00:00
albertony and buengese
ffdd0719e7
jottacloud: avoid double url escaping of device/mountpoint - fixes #4697
2020-10-20 17:43:49 +02:00
albertony and buengese
e35623c72e
docs/jottacloud: mention that uploads from local disk will not need to cache files to disk for md5 calculation
2020-09-04 00:04:09 +02:00
albertony and GitHub
6a2b7b97d7
build: Add file properties and icon to Windows executable ( fixes #4304 )
2020-06-11 09:26:14 +01:00
albertony and buengese
962fbc8257
jottacloud: update docs regarding cleanup, removed remains from old auth, and added warning about special mountpoints.
2020-05-11 11:41:17 +02:00
albertony and Nick Craig-Wood
976a020a2f
Use rclone.conf from rclone executable directory if already existing
2019-06-12 10:08:00 +01:00
albertony and Nick Craig-Wood
935b7c1c0f
jottacloud: fix bug in --fast-list handing of empty folders - fixes #2650
2018-10-17 13:58:36 +01:00
albertony and Nick Craig-Wood
cfe65f1e72
jottacloud: minor update in docs
2018-09-18 10:25:30 +01:00
albertony and Nick Craig-Wood
1e7a7d756f
jottacloud: fix for --fast-list
2018-09-10 20:38:20 +01:00
albertony and Nick Craig-Wood
d51501938a
jottacloud: add link sharing support
2018-09-08 09:38:57 +01:00
albertony and Nick Craig-Wood
e07a850be3
jottacloud: add permanent delete support: --jottacloud-hard-delete
2018-09-07 12:58:18 +01:00
albertony and Nick Craig-Wood
3fccce625c
jottacloud: add --fast-list support - fixes #2532
2018-09-07 12:49:39 +01:00
albertony and Nick Craig-Wood
a1f935e815
jottacloud: minor improvement in quota info (omit if unlimited)
2018-09-07 12:49:39 +01:00
albertony and Nick Craig-Wood
09d7bd2d40
config: don't create default config dir when user supplies --config
...
Avoid creating empty default configuration directory when user supplies path to config file.
Fixes #2514 .
2018-09-03 15:30:53 +01:00