albertony
b45580fa19
docs: fix markdownlint issue md038/no-space-in-code
2025-07-21 20:23:16 +02:00
albertony
1c26f40078
docs: fix markdownlint issue md040/fenced-code-language
2025-07-21 20:23:16 +02:00
albertony
667ad093eb
docs: fix markdownlint issue md046/code-block-style
2025-07-21 20:23:16 +02:00
albertony
2c369aedf5
docs: fix markdownlint issue md037/no-space-in-emphasis
2025-07-21 20:23:16 +02:00
albertony
7a0d5ab0b4
docs: fix markdownlint issue md059/descriptive-link-text
2025-07-21 20:23:16 +02:00
albertony
75582b804b
docs: fix markdownlint issues md007/ul-indent md004/ul-style
2025-07-21 20:23:16 +02:00
albertony
73452551c6
docs: fix markdownlint issue md012/no-multiple-blanks
2025-07-21 20:23:16 +02:00
albertony
428f518771
docs: fix markdownlint issue md022/blanks-around-headings
2025-07-21 20:23:16 +02:00
albertony
0411a41e11
docs: fix markdownlint issue md031/blanks-around-fences
2025-07-21 20:23:16 +02:00
albertony
07b37bcd12
docs: fix markdownlint issue md032/blanks-around-lists
2025-07-21 20:23:16 +02:00
albertony
0506826ff5
docs: fix markdownlint issue md009/no-trailing-spaces
2025-07-21 20:23:16 +02:00
albertony
a8ab0730a7
docs: fix header level for --dump option section
2025-07-10 12:36:10 +02:00
albertony
cef207cf94
docs: use stringArray as parameter type
2025-07-10 12:36:10 +02:00
albertony
e728ea32d1
docs: use consistent markdown heading syntax
2025-07-10 12:36:10 +02:00
albertony
521d6b88d4
docs: cleanup usage
2025-07-08 11:28:28 +02:00
albertony
cf767b0856
docs: break long lines
2025-07-08 11:28:28 +02:00
albertony
25f7809822
docs: add option value type to header where missing
2025-07-08 11:28:28 +02:00
albertony
74c0b1ea3b
docs: mention that identifiers in option values are case insensitive
2025-07-08 11:28:28 +02:00
albertony
f4dcb1e9cf
docs: rewrite dump option examples
2025-07-08 11:28:28 +02:00
albertony
90f1d023ff
docs: use markdown inline code format for dump option headers that are real examples
2025-07-08 11:28:28 +02:00
albertony
e9c5f2d4e8
docs: change spelling from server side to server-side
2025-07-08 11:28:28 +02:00
albertony
1249e9b5ac
docs: cleanup header casing
2025-07-08 11:28:28 +02:00
albertony
d47bc5f6c4
docs: rename OSX to macOS
2025-07-08 11:28:28 +02:00
albertony
efb1794135
docs: fix list and code block issue
2025-07-08 11:28:28 +02:00
albertony
71b98a03a9
docs: consistent markdown list format
2025-07-08 11:28:28 +02:00
albertony
8e625c6593
docs: split section with general description of options with that documenting actual main options
2025-07-08 11:28:28 +02:00
albertony
6b2cd7c631
docs: improve description of option types
2025-07-08 11:28:28 +02:00
albertony
aa4aead63c
docs: use space instead of equal sign to separate option and value in headers
2025-07-08 11:28:28 +02:00
albertony
c491d12cd0
docs: use comma to separate short and long option format in headers
2025-07-08 11:28:28 +02:00
albertony
9e4d703a56
docs: remove use of uncommon parameter types
2025-07-08 11:28:28 +02:00
albertony
fc0c0a7771
docs: remove use of parameter type FILE
2025-07-08 11:28:28 +02:00
albertony
d5cc0d83b0
docs: remove use of parameter type DIR
2025-07-08 11:28:28 +02:00
albertony
52762dc866
docs: remove use of parameter type CONFIG_FILE
2025-07-08 11:28:28 +02:00
albertony
3c092cfc17
docs: change use of parameter type N and NUMBER to int consistent with flags and cli help
2025-07-08 11:28:28 +02:00
albertony
7f3f1af541
docs: change use of parameter type TIME to Duration consistent with flags and cli help
2025-07-08 11:28:28 +02:00
albertony
f885c481f0
docs: change use of parameter type BANDWIDTH_SPEC to BwTimetable consistent with flags and cli help
2025-07-08 11:28:28 +02:00
albertony
865d4b2bda
docs: change use of parameter type SIZE to SizeSuffix consistent with flags and cli help
2025-07-08 11:28:28 +02:00
albertony
3cb1e65eb6
docs: cleanup markdown header format
2025-07-08 11:28:28 +02:00
albertony
f667346718
docs: explain separated list parameters
2025-07-08 11:28:28 +02:00
albertony
1e88c6a18b
docs: explain the json log format in more detail
2025-07-07 10:21:13 +02:00
kingston125
578ee49550
docs: fix FileLu docs
...
* Reorder providers alphabetically: moved FileLu above Files.com
* Added FileLu storage to docs.md
2025-06-11 16:25:30 +01:00
nielash
013c563293
lib/transform: add transform library and --name-transform flag
...
lib/transform adds the transform library, supporting advanced path name
transformations for converting and renaming files and directories by applying
prefixes, suffixes, and other alterations.
It also adds the --name-transform flag for use with sync, copy, and move.
Multiple transformations can be used in sequence, applied in the order they are
specified on the command line.
By default --name-transform will only apply to file names. The means only the leaf
file name will be transformed. However some of the transforms would be better
applied to the whole path or just directories. To choose which which part of the
file path is affected some tags can be added to the --name-transform:
file Only transform the leaf name of files (DEFAULT)
dir Only transform name of directories - these may appear anywhere in the path
all Transform the entire path for files and directories
Example syntax:
--name-transform file,prefix=ABC
--name-transform dir,prefix=DEF
2025-06-04 17:24:07 +01:00
Nick Craig-Wood
15510c66d4
log: add --windows-event-log-level to support Windows Event Log
...
This provides JSON logs in the Windows Event Log.
2025-05-23 11:27:49 +01:00
Nick Craig-Wood
dfa4d94827
fs: Remove github.com/sirupsen/logrus and replace with log/slog
...
This removes logrus which is not developed any more and replaces it
with the new log/slog from the Go standard library.
It implements its own slog Handler which is backwards compatible with
all of rclone's previous logging modes.
2025-05-23 11:27:49 +01:00
albertony
68a65e878f
docs: add hint about config touch and config file not found
2025-05-09 08:30:34 +01:00
Nick Craig-Wood
fe880c0fac
docs: move --max-connections documentation to the correct place
2025-05-06 15:23:55 +01:00
Nick Craig-Wood
385465bfa9
sync: implement --list-cutoff to allow on disk sorting for reduced memory use
...
Before this change, rclone had to load an entire directory into RAM in
order to sort it so it could be synced.
With directories with millions of entries, this used too much memory.
This fixes the probem by using an on disk sort when there are more
than --list-cutoff entries in a directory.
Fixes #7974
2025-04-08 18:02:24 +01:00
Nick Craig-Wood
19aa366d88
pool: add --max-buffer-memory to limit total buffer memory usage
2025-03-17 18:01:15 +00:00
Nick Craig-Wood
3fb4164d87
filter: Add --hash-filter to deterministically select a subset of files
...
Fixes #8400
2025-03-17 17:25:59 +00:00
Christoph Berger
03bd795221
docs: explain the stringArray flag parameter descriptor
2025-01-17 09:50:22 +01:00