Commit Graph

2639 Commits

Author SHA1 Message Date
02ca72e30c Add Enduriel to contributors 2025-04-09 15:03:59 +01:00
e567c52457 Add huanghaojun to contributors 2025-04-09 15:03:59 +01:00
10501d0398 Add simonmcnair to contributors 2025-04-09 15:03:59 +01:00
972ed42661 Add Samantha Bowen to contributors 2025-04-09 15:03:59 +01:00
48802b0a3b s3: documentation regression - fixes #8438
We lost a previous documentation fix (#7077) detailing how to restore
single objects from AWS S3 Glacier.

Also make clearer that rclone provides restore functionality natively.

Co-authored-by: danielkrajnik <dan94kra@gmail.com>
2025-04-09 14:18:18 +01:00
a5d03e0ada docs: update fuse version in docker docs 2025-04-09 11:54:06 +01:00
cf571ad661 rc: In options/info make FieldName contain a "." if it should be nested
Before this would have Output "FieldName": "ListenAddr" where it
actually needs to be set in a sub object "HTTP".

After this fix it outputs "FieldName": "HTTP.ListenAddr" to indicate
"ListenAddr" needs to be set in the object "HTTP".
2025-04-09 11:12:07 +01:00
efe8ac8f35 Add Danny Garside to contributors 2025-04-09 11:12:06 +01:00
894ef3b375 docs: fix minor typo in box docs 2025-04-08 20:51:22 +01:00
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
525798e1a5 Add Klaas Freitag to contributors 2025-04-07 13:41:29 +01:00
ea63052d36 Add eccoisle to contributors 2025-04-07 13:41:29 +01:00
b5a99c5011 Add Fernando Fernández to contributors 2025-04-07 13:41:29 +01:00
56b7015675 Add alingse to contributors 2025-04-07 13:41:29 +01:00
4ff970ebab Add Jörn Friedrich Dreyer to contributors 2025-04-07 13:41:29 +01:00
19aa366d88 pool: add --max-buffer-memory to limit total buffer memory usage 2025-03-17 18:01:15 +00:00
3fb4164d87 filter: Add --hash-filter to deterministically select a subset of files
Fixes #8400
2025-03-17 17:25:59 +00:00
6e7a3795f1 Add jack to contributors 2025-03-10 22:07:19 +00:00
aab6643cea docs: update minimum OS requirements for go1.24 2025-03-05 17:20:10 +00:00
85d467e16a Add luzpaz to contributors 2025-02-21 15:53:44 +00:00
cf4b55d965 Add Dave Vasilevsky to contributors 2025-02-21 15:53:10 +00:00
904c9b2e24 Dropbox: Support Dropbox Paper
These files must be "exported" to be useful. The export process
is controlled by the --dropbox-export-formats flag  and the ancilliary flags
--dropbox-skip-exports and --dropbox-show-all-exports modeled on the
Google drive equivalents
2025-02-17 18:20:37 +00:00
cdfd748241 chore: update contributor email 2025-02-16 07:52:20 +00:00
7ecd1638eb Add Lorenz Brun to contributors 2025-02-15 20:08:51 +00:00
06b92ddeb3 Add Michael Kebe to contributors 2025-02-15 20:08:51 +00:00
cda82f3d30 docs: improved sftp limitations
Added a link to `--sftp-path-override` for a better solution with working hash calculation.
2025-02-15 11:11:26 +01:00
7da2d8b507 Changelog updates from Version v1.69.1 2025-02-14 17:15:50 +00:00
fb7919928c docs: add FileLu as sponsors and tidy sponsor logos 2025-02-14 17:15:50 +00:00
8997993a30 Add jbagwell-akamai to contributors 2025-02-13 13:30:52 +00:00
b721f363e5 Add ll3006 to contributors 2025-02-13 13:30:40 +00:00
e27bf8b738 s3: add latest Linode Object Storage endpoints
Added missing Linode Object Storage endpoints AMS, MAA, CGK, LON, LAX, MAD, MEL, MIA, OSA, GRU, SIN
2025-02-13 09:36:22 +00:00
64cd8ae0f0 Add Joel K Biju to contributors 2025-02-12 21:08:11 +00:00
3b49fd24d4 bisync: fix listings missing concurrent modifications - fixes #8359
Before this change, there was a bug affecting listing files when:

- a given bisync run had changes in the 2to1 direction
AND
- the run had NO changes in the 1to2 direction
AND
- at least one of the changed files changed AGAIN during the run
(specifically, after the initial march and before the transfers.)

In this situation, the listings on one side would still retain the prior version
of the changed file, potentially causing conflicts or errors.

This change fixes the issue by making sure that if we're updating the listings
on one side, we must also update the other. (We previously tried to skip it for
efficiency, but this failed to account for the possibility that a changed file
could change again during the run.)
2025-02-11 11:21:02 +00:00
0ef495fa76 Add Alexander Minbaev to contributors 2025-02-03 11:33:21 +00:00
722c567504 Add Zachary Vorhies to contributors 2025-02-03 11:33:21 +00:00
0ebe1c0f81 Add Jess to contributors 2025-02-03 11:33:21 +00:00
2dc06b2548 s3: add IBM IAM signer - fixes #7617 2025-02-03 11:29:31 +00:00
b52aabd8fe serve nfs: update docs to note Windows is not supported - fixes #8352 2025-02-01 12:20:09 +00:00
9dff45563d Add b-wimmer to contributors 2025-01-22 11:56:05 +00:00
83cf8fb821 azurefiles: add --azurefiles-use-az and --azurefiles-disable-instance-discovery
Adds additional authentication options from azureblob to azurefiles as well

See rclone#8078
2025-01-22 11:11:18 +00:00
fc44a8114e Add Trevor Starick to contributors 2025-01-22 11:00:37 +00:00
657172ef77 Add hiddenmarten to contributors 2025-01-22 11:00:37 +00:00
71eb4199c3 Add Corentin Barreau to contributors 2025-01-22 11:00:37 +00:00
ac3c21368d Add Bruno Fernandes to contributors 2025-01-22 11:00:37 +00:00
db71b2bd5f Add Moises Lima to contributors 2025-01-22 11:00:37 +00:00
8cfe42d09f Add izouxv to contributors 2025-01-22 11:00:37 +00:00
e673a28a72 Add Robin Schneider to contributors 2025-01-22 11:00:37 +00:00
59889ce46b Add Tim White to contributors 2025-01-22 11:00:37 +00:00
62e8a01e7e Add Christoph Berger to contributors 2025-01-22 11:00:37 +00:00
87eaf37629 azureblob: add support for x-ms-tags header 2025-01-17 19:37:56 +00:00