Skip to content

Commit 2b367ef

Browse files
ShaivanBhagatjelletreep
authored andcommitted
update specific tables for onedrive
1 parent 5ed4eb0 commit 2b367ef

4 files changed

Lines changed: 35 additions & 4 deletions

File tree

docs/workspaces/plain/windows.qmd

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Use this table to find the appropriate data transfer method for your situation:
2424
| Data Source | Recommended Tool | Best For | Skill Level |
2525
|------------|------------------|----------|-------------|
2626
| Yoda/iRODS | [iBridges](../../manuals/ibridges.qmd) (Pre-installed on "Windows with iBridges" flavor) | All file sizes, GUI interface | Beginner to Intermediate |
27-
| SURFdrive, ResearchDrive, OneDrive | [rclone](../../manuals/rclone-researchcloud.qmd) | Cloud storage sync, scheduled transfers | Intermediate (CLI) |
27+
| SURFdrive, ResearchDrive| [rclone](../../manuals/rclone-researchcloud.qmd) | Cloud storage sync, scheduled transfers | Intermediate (CLI) |
2828
| Your PC/laptop | [scp](../../manuals/ssh-data-transfer-methods.qmd) | Direct one-time transfers | Intermediate (CLI) |
2929
| Your PC/laptop | [rsync](../../manuals/ssh-data-transfer-methods.qmd) | Sync or repeated transfers | Intermediate (CLI) |
3030
| Your PC/laptop (Windows only) | [MobaXterm](https://servicedesk.surf.nl/wiki/spaces/WIKI/pages/92668162/Transfer+files+between+to+and+from+the+system#Transferfilesbetweentoandfromthesystem-SFTPforMobaXtermusers) | Graphical SSH/SFTP | Intermediate |
@@ -39,3 +39,11 @@ You can also transfer files directly from your PC to the workspace and vice-vers
3939
- In the top left, click on the three dots. Then select `Files` from the options that appear.
4040
- Here you can choose individual files to upload from your local PC to the workspace, or download files from the workspace to your local PC.
4141
:::
42+
43+
::: {.callout-tip}
44+
## Transferring from OneDrive
45+
OneDrive is currently not directly supported with rclone for UU accounts. To transfer files from OneDrive:
46+
47+
1. Download (preferably compress/zip) files from OneDrive to your local PC
48+
2. Transfer from your PC to the workspace using one of the methods above
49+
:::

docs/workspaces/programming/jupyter.qmd

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Use this table to find the appropriate data transfer method for your situation:
5151
| Your PC/laptop | [JupyterLab Upload button](#using-the-upload-button) | Small files, quick uploads | Beginner (GUI) |
5252
| Yoda/iRODS | [iBridges](../../manuals/ibridges.qmd) | All file sizes, CLI access | Beginner to Intermediate |
5353
| Yoda/iRODS | [iCommands](../../manuals/icommands.qmd) | Large datasets, transfer automation, CLI | Intermediate (CLI) |
54-
| SURFdrive, ResearchDrive, OneDrive | [rclone](../../manuals/rclone-researchcloud.qmd) | Cloud storage sync, scheduled transfers | Intermediate (CLI) |
54+
| SURFdrive, ResearchDrive | [rclone](../../manuals/rclone-researchcloud.qmd) | Cloud storage sync, scheduled transfers | Intermediate (CLI) |
5555
| Your PC/laptop | [scp](../../manuals/ssh-data-transfer-methods.qmd) | Direct one-time transfers | Intermediate (CLI) |
5656
| Your PC/laptop | [rsync](../../manuals/ssh-data-transfer-methods.qmd) | Sync or repeated transfers | Intermediate (CLI) |
5757
| Your PC/laptop (Windows only) | [MobaXterm](https://mobaxterm.mobatek.net/) | Graphical SSH/SFTP client | Intermediate |
@@ -68,6 +68,14 @@ For small files, use the Upload button in the JupyterLab file browser (left side
6868
3. Files will be uploaded to your current directory
6969
:::
7070

71+
::: {.callout-tip}
72+
## Transferring from OneDrive
73+
OneDrive is currently not directly supported with rclone for UU accounts. To transfer files from OneDrive:
74+
75+
1. Download (preferably compress/zip) files from OneDrive to your local PC
76+
2. Transfer from your PC to the workspace using one of the methods above
77+
:::
78+
7179
::: {.callout-note}
7280
All command-line tools (iBridges CLI, iCommands, rclone, scp/rsync, Git) must be run from the [JupyterLab terminal](https://jupyterlab.readthedocs.io/en/stable/user/terminal.html).
7381
:::

docs/workspaces/programming/python-workbench.qmd

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,22 @@ Use this table to find the appropriate data transfer method for your situation:
100100
|------------|------------------|----------|-------------|
101101
| Yoda/iRODS | [iBridges](../../manuals/ibridges.qmd) (Recommended, pre-installed) | All file sizes, GUI and CLI access | Beginner to Intermediate |
102102
| Yoda/iRODS | [iCommands](../../manuals/icommands.qmd) | Large datasets, transfer automation, CLI | Intermediate (CLI) |
103-
| SURFdrive, ResearchDrive, OneDrive | [rclone](../../manuals/rclone-researchcloud.qmd) | Cloud storage sync, scheduled transfers | Intermediate (CLI) |
103+
| SURFdrive, ResearchDrive| [rclone](../../manuals/rclone-researchcloud.qmd) | Cloud storage sync, scheduled transfers | Intermediate (CLI) |
104104
| Your PC/laptop | Browser upload (Desktop only) | Small files, quick uploads | Beginner (GUI) |
105105
| Your PC/laptop | [scp](../../manuals/ssh-data-transfer-methods.qmd) | Direct one-time transfers | Intermediate (CLI) |
106106
| Your PC/laptop | [rsync](../../manuals/ssh-data-transfer-methods.qmd) | Sync or repeated transfers | Intermediate (CLI) |
107107
| Your PC/laptop (Windows only) | [MobaXterm](https://mobaxterm.mobatek.net/) | Graphical SSH/SFTP client | Intermediate |
108108
| Your PC/laptop | [Cyberduck](https://servicedesk.surf.nl/wiki/spaces/WIKI/pages/112592488/Upload+data+to+a+workspace+with+Cyberduck)| Graphical SFTP client | Intermediate |
109109
| GitHub/GitLab | [git clone](../../manuals/git-clone.qmd) | Code repositories, version control | Intermediate (CLI) |
110110

111+
::: {.callout-tip}
112+
## Transferring from OneDrive
113+
OneDrive is currently not directly supported with rclone for UU accounts. To transfer files from OneDrive:
114+
115+
1. Download (preferably compress/zip) files from OneDrive to your local PC
116+
2. Transfer from your PC to the workspace using one of the methods above
117+
:::
118+
111119
See our [data transfer manuals](../../manuals.qmd#data-transfer) for detailed step-by-step guides.
112120

113121

docs/workspaces/programming/vre-lab.qmd

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Use this table to find the appropriate data transfer method for your situation:
9999
| Your PC/laptop | JupyterLab Upload button | Small files, quick uploads | Beginner (GUI) |
100100
| Yoda/iRODS | [iBridges](../../manuals/ibridges.qmd) | All file sizes, CLI access | Beginner to Intermediate |
101101
| Yoda/iRODS | [iCommands](../../manuals/icommands.qmd) | Large datasets, transfer automation, CLI | Intermediate (CLI) |
102-
| SURFdrive, ResearchDrive, OneDrive | [rclone](../../manuals/rclone-researchcloud.qmd) | Cloud storage sync, scheduled transfers | Intermediate (CLI) |
102+
| SURFdrive, ResearchDrive| [rclone](../../manuals/rclone-researchcloud.qmd) | Cloud storage sync, scheduled transfers | Intermediate (CLI) |
103103
| Your PC/laptop | [scp](../../manuals/ssh-data-transfer-methods.qmd) | Direct one-time transfers | Intermediate (CLI) |
104104
| Your PC/laptop | [rsync](../../manuals/ssh-data-transfer-methods.qmd) | Sync or repeated transfers | Intermediate (CLI) |
105105
| Your PC/laptop (Windows only) | [MobaXterm](https://mobaxterm.mobatek.net/) | Graphical SSH/SFTP client | Intermediate |
@@ -111,6 +111,13 @@ You can upload data directly to the workspace using the `Upload Files` button in
111111

112112
![Upload Files](../imgs/jupyter-upload-button.png){width=300px}
113113

114+
::: {.callout-tip}
115+
## Transferring from OneDrive
116+
OneDrive is currently not directly supported with rclone for UU accounts. To transfer files from OneDrive:
117+
118+
1. Download (preferably compress/zip) files from OneDrive to your local PC
119+
2. Transfer from your PC to the workspace using one of the methods above
120+
:::
114121

115122
For larger data transfers, the recommended [iBridges client for Yoda and iRODS](../../manuals/ibridges.qmd) is preinstalled.
116123

0 commit comments

Comments
 (0)