From 31d027442bbeafa8540495551412832486d9a500 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Mon, 7 Jul 2025 12:02:52 -0400 Subject: [PATCH 1/4] add Rclone to list of integrations #11608 --- doc/sphinx-guides/source/admin/integrations.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/sphinx-guides/source/admin/integrations.rst b/doc/sphinx-guides/source/admin/integrations.rst index 652a54a2a49..b8eaf956f66 100644 --- a/doc/sphinx-guides/source/admin/integrations.rst +++ b/doc/sphinx-guides/source/admin/integrations.rst @@ -145,6 +145,10 @@ experience. .. _quickstart: https://docs.datalad.org/projects/dataverse/en/latest/settingup.html .. _tutorial: https://docs.datalad.org/projects/dataverse/en/latest/tutorial.html +Rclone +++++++ + +Rclone v1.70+ supports Dataverse via the `DOI `_ remote. Embedding Data on Websites -------------------------- From 8f35d89f64ce93cec9cddc0f5c3d94ce735f6a96 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Tue, 8 Jul 2025 16:56:11 -0400 Subject: [PATCH 2/4] add release note and link to announcement and PR #11608 --- doc/release-notes/11608-rclone.md | 3 +++ doc/sphinx-guides/source/admin/integrations.rst | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 doc/release-notes/11608-rclone.md diff --git a/doc/release-notes/11608-rclone.md b/doc/release-notes/11608-rclone.md new file mode 100644 index 00000000000..991aa42fcfc --- /dev/null +++ b/doc/release-notes/11608-rclone.md @@ -0,0 +1,3 @@ +### Rclone Support + +Rclone ("rsync for cloud storage") is a command-line program to sync files and directories to and from different cloud storage providers. As of version 1.70 Rclone supports Dataverse. See [the announcement](https://groups.google.com/g/dataverse-community/c/IoxF85arJhA/m/QFD6vP-bBQAJ), [the guides](https://dataverse-guide--11609.org.readthedocs.build/en/11609/admin/integrations.html#rclone), #11608, and #11609. diff --git a/doc/sphinx-guides/source/admin/integrations.rst b/doc/sphinx-guides/source/admin/integrations.rst index b8eaf956f66..a0bab7f50a3 100644 --- a/doc/sphinx-guides/source/admin/integrations.rst +++ b/doc/sphinx-guides/source/admin/integrations.rst @@ -148,7 +148,7 @@ experience. Rclone ++++++ -Rclone v1.70+ supports Dataverse via the `DOI `_ remote. +Rclone v1.70+ supports Dataverse via the `DOI `_ remote. See also the `announcement `_. Embedding Data on Websites -------------------------- From a8f7c3185d037be69299158581c74df4ccbb5337 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Wed, 9 Jul 2025 11:57:46 -0400 Subject: [PATCH 3/4] move Rclone from "getting data in" to "analysis and computation" #11608 --- doc/sphinx-guides/source/admin/integrations.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/sphinx-guides/source/admin/integrations.rst b/doc/sphinx-guides/source/admin/integrations.rst index a0bab7f50a3..3617ea0bfe2 100644 --- a/doc/sphinx-guides/source/admin/integrations.rst +++ b/doc/sphinx-guides/source/admin/integrations.rst @@ -145,10 +145,6 @@ experience. .. _quickstart: https://docs.datalad.org/projects/dataverse/en/latest/settingup.html .. _tutorial: https://docs.datalad.org/projects/dataverse/en/latest/tutorial.html -Rclone -++++++ - -Rclone v1.70+ supports Dataverse via the `DOI `_ remote. See also the `announcement `_. Embedding Data on Websites -------------------------- @@ -217,6 +213,12 @@ It is a lightweight client-side web application built using React and relying on What kind of user is the feature intended for? The feature is intended for researchers, scientists and data analyst who are working with Dataverse instances and JupyterHub looking to ease the data transfer process. See `presentation `_ for details. +Rclone +++++++ + +Rclone v1.70+ supports Dataverse via the `DOI `_ remote. See also the `announcement `_. + + .. _integrations-discovery: Discoverability From 7a8ded6d95adc527dc624c4ec387114386ff4600 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Wed, 9 Jul 2025 12:08:48 -0400 Subject: [PATCH 4/4] clarify Rclone support is read only #11608 --- doc/sphinx-guides/source/admin/integrations.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/sphinx-guides/source/admin/integrations.rst b/doc/sphinx-guides/source/admin/integrations.rst index 3617ea0bfe2..0bc5fe7395c 100644 --- a/doc/sphinx-guides/source/admin/integrations.rst +++ b/doc/sphinx-guides/source/admin/integrations.rst @@ -216,8 +216,9 @@ The feature is intended for researchers, scientists and data analyst who are wor Rclone ++++++ -Rclone v1.70+ supports Dataverse via the `DOI `_ remote. See also the `announcement `_. +`Rclone `_ ("rsync for cloud storage") is a command-line program to sync files and directories to and from different cloud storage providers. +Rclone v1.70+ supports listing and downloading files from Dataverse datasets. For details, consult the Rclone `DOI remote `_ documentation and the `discussion `_ on the Dataverse mailing list. .. _integrations-discovery: