Nick Craig-Wood
8f4fdf6cc8
Add nipil to contributors
2024-09-06 10:34:29 +01:00
yuval-cloudinary
91b11f9eac
documentation: add cheatsheet for configuration encryption
2024-09-05 17:39:25 +01:00
nipil
b49927fbd0
docs: more secure two-step signature and hash validation
2024-09-05 16:54:26 +01:00
Nick Craig-Wood
9deb3e8adf
Add crystalstall to contributors
2024-09-04 10:45:12 +01:00
albertony
906aef91fa
docs: document that paths using volume guids are supported
2024-09-02 18:01:47 +02:00
Sebastian Bünger
af9f8ced80
yandex: implement custom user agent to help with upload speeds
2024-08-29 18:25:08 +01:00
Georg Welzel
c63f1865f3
operations: copy: generate stable partial suffix
2024-08-28 08:45:38 +02:00
Nick Craig-Wood
1bb89bc818
docs: add missing sftp providers to README and main docs page - fixes #8038
2024-08-28 07:25:49 +01:00
Nick Craig-Wood
f65755b3a3
Add Pawel Palucha to contributors
2024-08-28 07:08:21 +01:00
Nick Craig-Wood
33c5f35935
Add John Oxley to contributors
2024-08-28 07:07:34 +01:00
Nick Craig-Wood
4367b999c9
Add Georg Welzel to contributors
2024-08-28 07:04:02 +01:00
Nick Craig-Wood
b57e6213aa
Add Péter Bozsó to contributors
2024-08-28 07:04:02 +01:00
Nick Craig-Wood
cd90ba4337
Add Sam Harrison to contributors
2024-08-28 07:04:02 +01:00
nielash
956c2963fd
bisync: don't convert modtime precision in listings - fixes #8025
...
Before this change, bisync proactively converted modtime precision when greater
than what the destination backend supported.
This dates back to a time before bisync considered the modifyWindow for same-side
comparisons. Back then, it was problematic to save a listing with 12:54:49.7 for
a backend that can't handle that precision, as on the next run the backend would
report the time as 12:54:50 and bisync would think the file had changed. So the
truncation was a workaround to anticipate this and proactively record the time
with the precision we expect to receive next time.
However, this caused problems for backends (such as dropbox) that round instead
of truncating as bisync expected.
After this change, bisync preserves the original precision in the listing
(without conversion), even when greater than what the backend supports, to avoid
rounding error. On the next run, bisync will compare it to the rounded time
reported by the backend, and if it's within the modifyWindow, it will treat them
as equivalent.
2024-08-24 22:32:48 -04:00
albertony
1e14523b82
docs: make tardigrade page auto redirect to storj page
2024-08-17 16:00:42 +02:00
albertony
da25305ba0
docs: update backend config samples
2024-08-17 16:00:18 +02:00
Péter Bozsó
a0af72c27a
docs: update ssh tunnel example
2024-08-16 20:27:23 +02:00
Péter Bozsó
28d6985764
docs: update rclone authorize section
2024-08-16 20:27:23 +02:00
Péter Bozsó
f2ce9a9557
docs: fix command highlight
2024-08-16 20:27:23 +02:00
Sam Harrison
bd9bf4eb1c
docs: mark filescom as supporting link sharing
2024-08-15 22:55:45 +01:00
Sam Harrison
ae9960a4ed
filescom: add Files.com backend
2024-08-15 17:00:39 +01:00
Florian Klink
3ffa47ea16
webdav: add --webdav-unix-socket-path to connect to a unix socket
...
This adds a new optional parameter to the backend, to specify a path
to a unix domain socket to connect to, instead the specified URL.
The URL itself is still used for the rest of the HTTP client, allowing
host and subpath to stay intact.
This allows using rclone with the webdav backend to connect to a WebDAV
server provided at a Unix Domain socket:
rclone serve webdav --addr unix:///tmp/my.socket remote:path
rclone --webdav-unix-socket /tmp/my.socket --webdav-url http://localhost lsf :webdav:
2024-08-15 15:14:51 +01:00
Nick Craig-Wood
c1a98768bc
Implement Gofile backend - fixes #4632
2024-08-14 21:15:37 +01:00
Nick Craig-Wood
bac9abebfb
lib/encoder: add Exclamation mark encoding
2024-08-14 21:15:37 +01:00
Nick Craig-Wood
5f66350331
Add Fornax to contributors
2024-08-14 21:12:56 +01:00
Nick Craig-Wood
4b922d86d7
drive: update docs on creating admin service accounts
2024-08-12 20:27:12 +01:00
Fornax
3b3625037c
Add pixeldrain backend
...
This commit adds support for pixeldrain's experimental filesystem API.
2024-08-12 13:35:44 +01:00
kapitainsky
bfa3278f30
docs: add comment how to reduce rclone binary size ( #8000 )
...
See #7998
2024-08-10 17:52:32 +01:00
albertony
16d642825d
docs: remove old genautocomplete command docs and add as alias from the newer completion command
2024-08-08 13:34:10 +01:00
albertony
50aebcf403
docs: replace references to genautocomplete with the new name completion
2024-08-08 13:34:10 +01:00
Nick Craig-Wood
8aef1de695
s3: fix Cloudflare R2 integration tests after SDKv2 update #4989
...
Cloudflare will normally automatically decompress files with
`Content-Encoding: gzip` when downloaded. This is not what AWS S3 does
and it breaks the integration tests.
This fudges the integration tests to upload the test file with
`Cache-Control: no-transform` on Cloudflare R2 and puts a note in the
docs about this problem.
2024-08-07 12:13:13 +01:00
Nick Craig-Wood
fd9049c83d
s3: update to using AWS SDK v2 - fixes #4989
...
SDK v2 conversion
Changes
- `--s3-sts-endpoint` is no longer supported
- `--s3-use-unsigned-payload` to control use of trailer checksums (needed for non AWS)
2024-08-07 12:13:13 +01:00
Nick Craig-Wood
9866d1c636
docs: s3: add section on using too much memory #7974
2024-08-01 16:33:09 +01:00
Nick Craig-Wood
c5c7bcdd45
docs: link the workaround for big directory syncs in the FAQ #7974
2024-08-01 16:33:09 +01:00
Nick Craig-Wood
d5c7b55ba5
Add David Seifert to contributors
2024-08-01 16:33:09 +01:00
Nick Craig-Wood
feafbfca52
Add Will Miles to contributors
2024-08-01 16:33:09 +01:00
Nick Craig-Wood
abe01179ae
Add Ernie Hershey to contributors
2024-08-01 16:33:09 +01:00
David Seifert
612c717ea0
docs: rc: fix correct _path to _root in on the fly backend docs
2024-07-30 10:19:47 +01:00
Will Miles
dcecb0ede4
docs: clarify hasher operation
...
Add a line to the "other operations" block to indicate that the hasher overlay will apply auto-size and other checks for all commands.
2024-07-24 11:07:52 +01:00
Ernie Hershey
47588a7fd0
docs: fix typo in batcher docs for dropbox and googlephotos
2024-07-24 10:58:22 +01:00
Nick Craig-Wood
ba381f8721
b2: update versions documentation - fixes #7878
2024-07-24 10:52:05 +01:00
Nick Craig-Wood
30ba7542ff
docs: add Route4Me as a sponsor
2024-07-22 14:48:41 +01:00
Nick Craig-Wood
04f35fc3ac
Add Tobias Markus to contributors
2024-07-20 12:49:08 +01:00
Nick Craig-Wood
d008381e59
Add AThePeanut4 to contributors
2024-07-20 10:54:47 +01:00
Nick Craig-Wood
4824837eed
azureblob: allow anonymous access for public resources
...
See: https://forum.rclone.org/t/azure-blob-public-resources/46882
2024-07-18 11:13:29 +01:00
Nick Craig-Wood
5287a9b5fa
Add Ke Wang to contributors
2024-07-18 11:13:29 +01:00
Nick Craig-Wood
f2ce1767f0
Add itsHenry to contributors
2024-07-18 11:13:29 +01:00
Nick Craig-Wood
7f048ac901
Add Tomasz Melcer to contributors
2024-07-18 11:13:29 +01:00
Nick Craig-Wood
b0d0e0b267
Add Paul Collins to contributors
2024-07-18 11:13:29 +01:00
Nick Craig-Wood
f5eef420a4
Add Russ Bubley to contributors
2024-07-18 11:13:29 +01:00
Kyle Reynolds
d4b29fef92
fs: Allow semicolons as well as spaces in --bwlimit timetable parsing - fixes #7595
2024-07-17 11:04:01 +01:00
URenko
e041796bfe
docs: correct description of encoding None and add Raw.
2024-07-15 12:10:04 +01:00
Nick Craig-Wood
8fbb259091
rc: add options/info call to enumerate options
...
This also makes some fields in the Options block optional - these are
documented in rc.md
2024-07-15 11:09:54 +01:00
Nick Craig-Wood
0e85ba5080
Add Filipe Herculano to contributors
2024-06-24 09:30:59 +01:00
Nick Craig-Wood
e5095a7d7b
Add Thearas to contributors
2024-06-24 09:30:59 +01:00
Thearas
1c9da8c96a
docs: recommend no_check_bucket = true
for Alibaba - fixes #7889
...
Change-Id: Ib6246e416ce67dddc3cb69350de69129a8826ce3
2024-06-15 17:39:05 +01:00
Nick Craig-Wood
7060777d1d
docs: fix hugo warning: found no layout file for "html" for kind "term"
...
Hugo has been making this warning for a while
WARN found no layout file for "html" for kind "term": You should
create a template file which matches Hugo Layouts Lookup Rules for
this combination.
This turned out to be the addition of the `groups:` keyword to the
command frontmatter. Hugo is doing something with this keyword though
this isn't documented in the frontmatter documentation.
The fix was removing the `groups:` keyword from the frontmatter since
it was never used by hugo.
2024-06-15 12:59:49 +01:00
Nick Craig-Wood
0197e7f4e5
docs: remove slug and url from command pages since they are no longer needed
2024-06-15 12:37:43 +01:00
Nick Craig-Wood
c1c9e209f3
docs: fix hugo warning: found no layout file for "html" for kind "section"
...
Hugo has been making this warning for a while
WARN found no layout file for "html" for kind "section": You should
create a template file which matches Hugo Layouts Lookup Rules for
this combination.
It turned out to be
- the arrangement of the oracle object storage docs and sub page
- the fact that a section template was missing
2024-06-15 12:29:37 +01:00
Nick Craig-Wood
93e8a976ef
Version v1.67.0
2024-06-14 16:04:51 +01:00
Nick Craig-Wood
a341065b8d
Add Bill Fraser to contributors
2024-06-12 11:11:54 +01:00
Nick Craig-Wood
0c29a1fe31
Add Florian Klink to contributors
2024-06-12 11:11:54 +01:00
Nick Craig-Wood
1a40300b5f
Add Michał Dzienisiewicz to contributors
2024-06-12 11:11:54 +01:00
Evan Harris
6db9f7180f
docs: added info about --progress terminal width
2024-06-11 21:37:40 +01:00
Florian Klink
aed77a8fb2
tree-wide: replace /bin/bash with /usr/bin/env bash
...
The latter is more portable, while the former only works on systems
where /bin/bash exists (or is symlinked appropriately).
2024-06-11 12:47:47 +01:00
Nick Craig-Wood
b7681e72bf
Add Tomasz Melcer to contributors
2024-06-11 11:31:35 +01:00
Nick Craig-Wood
ce0d8a70a3
Add Charles Hamilton to contributors
2024-06-08 17:44:11 +01:00
Nick Craig-Wood
c23a40cb2a
Add Thomas Schneider to contributors
2024-06-08 17:44:11 +01:00
Nick Craig-Wood
86a1951a56
Add Bruno Fernandes to contributors
2024-06-08 17:44:11 +01:00
Bruno Fernandes
4568feb5f9
s3: Add Magalu S3 Object Storage as provider
2024-06-06 11:25:45 +01:00
Nick Craig-Wood
775e567a7b
b2: update URLs to new home
2024-06-06 09:25:17 +01:00
Nick Craig-Wood
59fc7ac193
Add yumeiyin to contributors
2024-06-06 09:25:17 +01:00
Nick Craig-Wood
de742ffc67
Add Dominik Joe Pantůček to contributors
2024-05-21 15:32:26 +01:00
Dominik Joe Pantůček
181ed55662
docs: crypt: fix incorrect terminology
...
This fixes the misuse of the key-derivation term (salt) used in place
of symmetric cipher nonce (IV) in the crypt remote documentation.
2024-05-20 23:21:21 +01:00
Nick Craig-Wood
91192c2c5e
Add Evan McBeth to contributors
2024-05-17 11:03:46 +01:00
Evan McBeth
96e39ea486
docs: improve readability in faq
2024-05-16 15:35:42 +02:00
Nick Craig-Wood
b059c96322
Add JT Olio to contributors
2024-05-16 10:05:08 +01:00
Nick Craig-Wood
6d22168a8c
Add overallteach to contributors
2024-05-16 10:05:08 +01:00
Nick Craig-Wood
04c69959b8
Add Sunny to contributors
2024-05-13 17:59:58 +01:00
Nick Craig-Wood
25cc8c927a
Add Michael Terry to contributors
2024-05-13 17:59:58 +01:00
nielash
68dc79eddd
onedrive: fix references to deprecated permissions properties
...
Before this change, metadata permissions used the `grantedTo` and
`grantedToIdentities` properties, which are deprecated on OneDrive Business in
favor of `grantedToV2` and `grantedToIdentitiesV2`. After this change, OneDrive
Business uses the new V2 versions, while OneDrive Personal still uses the
originals, as the V2 versions are not available for OneDrive Personal. (see
https://learn.microsoft.com/en-us/answers/questions/1079737/inconsistency-between-grantedtov2-and-grantedto-re )
2024-05-10 16:25:08 +01:00
Eric Wolf
a0dacf4930
docs: exit code 9 requires --error-on-no-transfer
...
Updated exit code 9 definition to include that it requires the use of the "--error-on-no-transfer" flag with a link to that section.
2024-05-07 09:18:05 +02:00
Nick Craig-Wood
9fa610088f
docs: add Backblaze as a sponsor
2024-04-29 12:43:13 +01:00
Nick Craig-Wood
d2fa45acf3
storj: update bio on request
2024-04-29 11:49:13 +01:00
albertony
a86eb7ad50
docs: note that newer linux kernel version is required for ARMv5
2024-04-27 22:21:40 +02:00
Nick Craig-Wood
a5daef3892
Add hidewrong to contributors
2024-04-25 17:04:18 +01:00
Nick Craig-Wood
807a7dabaa
docs: fix heading anchor
2024-04-16 10:48:48 +01:00
Nick Craig-Wood
416324c047
Add pawsey-kbuckley to contributors
2024-04-16 10:48:48 +01:00
Nick Craig-Wood
524137f78a
Add Katia Esposito to contributors
2024-04-16 10:48:48 +01:00
Dave Nicolson
205745313d
docs: fix macOS install from source link
2024-04-15 16:33:41 +01:00
Nick Craig-Wood
88322f3eb2
Add Dave Nicolson to contributors
2024-04-15 16:08:27 +01:00
Nick Craig-Wood
036690c060
Add Butanediol to contributors
2024-04-15 16:08:27 +01:00
Nick Craig-Wood
805584a8dd
Add yudrywet to contributors
2024-04-15 16:08:27 +01:00
Nick Craig-Wood
8b73dcb95d
Add static-moonlight to contributors
2024-04-13 19:25:15 +01:00
Nick Craig-Wood
ae76498a38
Add guangwu to contributors
2024-04-13 18:25:41 +01:00
Nick Craig-Wood
10f730c49f
Add jakzoe to contributors
2024-04-13 18:25:41 +01:00
jakzoe
8817ee25ae
docs: fix typo in filtering.md
...
Fix typo: moved misplaced double quotation mark.
2024-04-09 11:16:59 +01:00
Nick Craig-Wood
efbaca3a95
crypt: fix max suggested length of filenames
2024-04-08 17:23:22 +01:00
Nick Craig-Wood
6a5c0065ef
docs: clarify option syntax
...
See: https://forum.rclone.org/t/seeming-documentation-problem-rclones-syntax-a-problem-with-the-categories-on-this-forum/45395/
2024-04-05 15:59:32 +01:00
Nick Craig-Wood
df3df06d2e
Add Pieter van Oostrum to contributors
2024-04-05 15:59:32 +01:00