Skip to content

Commit ce73b49

Browse files
Add Data Import/Export (#31)
* Add schedule tasks * Add initial data import / export
1 parent 0b439c8 commit ce73b49

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ ERDA/SIF: User Guides
2727
sections/erda/seafile/index
2828
sections/erda/archiving/index
2929
sections/erda/scheduletask/index
30+
sections/erda/dataimportexport/index
3031

3132
.. toctree::
3233
:maxdepth: 2
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
.. _erda-dataimpexp-start:
2+
3+
Data Import/Export
4+
==================
5+
6+
We offer the ability to import and export data from ERDA in an efficient way.
7+
Typical scenarios include fetching big data sets from dedicated Linux/UNIX servers or from imaging sites, where data are recorded on-site with remote access afterwards.
8+
This is probably mostly relevant for users with a certain experience in handling big data sets.
9+
10+
ERDA comes with low-level background import and export of data through different efficient transfer protocols like SFTP/FTPS/RSYNC/HTTPS and WebDAVS.
11+
12+
From the **Files** page you can right-click in the file manager and in the menu under *Data Transfers* you can find *Import* and *Export*.
13+
14+
There is also the dedicated page. The corresponding navigation menu entry is not shown by default to keep it simple, but you can **Add** it to your home page, which you can read more about on <erda-homepage-start>`_.
15+
16+
On the **Data Transfers** page you can create an external data transfer and either import or export data via a handy form.
17+
18+
19+
.. _erda-dataimpexp-transfer:
20+
21+
External Data Transfer
22+
----------------------
23+
24+
Select whether you want to import or export data via **Action**, and (optionally) give it a transfer ID / name to recognize it by.
25+
26+
Select **Protocol**, and specify **Host and port**.
27+
28+
Choose your **Login method** and specify the **Source path(s)**, clicking on the button *Add another source field* in case you have several **source paths**.
29+
30+
Add **Destination path** and **Exclude path(s)**.
31+
32+
If you transfer from a slow site, you should set **Enable compression**, and otherwise make sure it is unset.
33+
34+
You can specify your mail for a notification on completion, and then click **Request transfer**.
35+

0 commit comments

Comments
 (0)