{"id":10404,"date":"2024-07-30T10:48:08","date_gmt":"2024-07-30T08:48:08","guid":{"rendered":"https:\/\/cms.zdv.uni-mainz.de\/forschungsdaten\/?page_id=10404"},"modified":"2025-02-04T11:50:47","modified_gmt":"2025-02-04T10:50:47","slug":"irods-wiki","status":"publish","type":"page","link":"https:\/\/www.forschungsdaten.uni-mainz.de\/en\/irods-wiki\/","title":{"rendered":"iRODS Wiki"},"content":{"rendered":"<jgu-base-heading react-props=\"{\n    &quot;index&quot;: &quot;The iRODS research data archive&quot;,\n    &quot;tags&quot;: {\n        &quot;htmlTag&quot;: &quot;h2&quot;,\n        &quot;classTag&quot;: &quot;&quot;,\n        &quot;tag&quot;: &quot;h2&quot;\n    },\n    &quot;heading&quot;: &quot;Archiving Research Data with iRODS&lt;br&gt;&lt;br&gt;&quot;,\n    &quot;textAlign&quot;: &quot;left&quot;,\n    &quot;anchor&quot;: &quot;&quot;,\n    &quot;color&quot;: &quot;red&quot;\n}\"><\/jgu-base-heading>\n\n\n<jgu-base-anchornavigation react-props=\"{\n    &quot;align&quot;: &quot;wide&quot;,\n    &quot;theme&quot;: &quot;white&quot;\n}\">\n    \n<\/jgu-base-anchornavigation>\n\n<div\n\tclass=\"jgu-anchorpoint\"\n\tid=\"wiki\"\n\tdata-label=\"Wiki\"\n\tdata-hide-in-nav=\"false\"\n\ttabindex=\"0\"\n\tdata-initial-scroll=\"true\"\n><\/div>\n\n\n\n<p><\/p>\n\n\n<jgu-base-heading react-props=\"{\n    &quot;index&quot;: &quot;&lt;br&gt;iRODS Wiki&quot;,\n    &quot;tags&quot;: {\n        &quot;htmlTag&quot;: &quot;h2&quot;,\n        &quot;classTag&quot;: &quot;h3&quot;,\n        &quot;tag&quot;: &quot;h2.h3&quot;\n    },\n    &quot;heading&quot;: &quot;What is iRODS?&quot;,\n    &quot;textAlign&quot;: &quot;left&quot;,\n    &quot;anchor&quot;: &quot;&quot;,\n    &quot;color&quot;: &quot;red&quot;\n}\"><\/jgu-base-heading>\n\n\n\n<p>iRODS is a decentralized virtual file system that is separate from your normal directories in Linux or Windows.\nIn iRODS, directories are called collections and they can contain further sub-collections (sub-directories) or data objects (files).\nIn practice, you can treat collections and data as directories and files for the sake of simplicity.\nFiles and folders in your own local and mounted directories can be archived (copied) to the remote iRODS file system provided by the ZDV.\nArchiving is done by first creating a directory (collection) in the remote path and then copying your local files and directories to the remote path in iRODS.\nThe archived files can be copied back or downloaded years later.\nThe archives can be private and only stored long-term, they can be restricted to research groups or offered for public download.      <\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><strong><br><\/strong><\/p>\n\n\n<jgu-base-heading react-props=\"{\n    &quot;index&quot;: &quot;iRODS Wiki&quot;,\n    &quot;tags&quot;: {\n        &quot;htmlTag&quot;: &quot;h2&quot;,\n        &quot;classTag&quot;: &quot;h3&quot;,\n        &quot;tag&quot;: &quot;h2.h3&quot;\n    },\n    &quot;heading&quot;: &quot;Access to iRODS&quot;,\n    &quot;textAlign&quot;: &quot;left&quot;,\n    &quot;anchor&quot;: &quot;&quot;,\n    &quot;color&quot;: &quot;red&quot;\n}\"><\/jgu-base-heading>\n\n\n\n<p>Archiving in iRODS is currently possible via the command line of the ZDV Linux work PCs, the web server linux.zdv.uni-mainz.de and the supercomputer MOGON II\/MOGON-NHR. MOGON also has a special <a href=\"https:\/\/docs.hpc.uni-mainz.de\/docs\/storage\/irods\/\">iRODS wiki<\/a>. In the future, there will be new and more user-friendly options for accessing iRODS. Currently, only users with a university account can use iRODS. If your current work computer does not have a standard ZDV Linux installation, you can access the Linux servers via SSH. From there, you can use the available iRODS iCommands to archive data. Personal computers with an iRODS iCommand client installation can also access the ZDV iRODS archive.      <\/p>\n\n\n\n<p>Before accessing the iRODS server, a configuration file must be available and you must authenticate yourself with your JGU account.\nThe configuration file &#8220;irods_environment.json&#8221; is located in the hidden folder &#8220;.irods&#8221; and has the following content: <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{ \n  \"irods_authentication_scheme\": \"pam_password\",\n  \"irods_client_server_negotiation\": \"request_server_negotiation\",\n  \"irods_client_server_policy\": \"CS_NEG_REQUIRE\",\n  \"irods_encryption_algorithm\": \"AES-256-CBC\",\n  \"irods_encryption_key_size\": 32,\n  \"irods_encryption_num_hash_rounds\": 16,\n  \"irods_encryption_salt_size\": 8,\n  \"irods_host\": \"irods.zdv.uni-mainz.de\",\n  \"irods_port\": 1247,\n  \"irods_user_name\": \"FILL IN YOUR USERNAME HERE\",\n  \"irods_home\": \"\/zdv\/home\/FILL IN YOUR USERNAME HERE\",\n  \"irods_zone_name\": \"zdv\"\n}<\/code><\/pre>\n\n\n\n<p>Do not forget to enter your correct user name.\nThen enter the command &#8220;iinit&#8221; and your JGU password. <\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n<jgu-base-heading react-props=\"{\n    &quot;index&quot;: &quot;iRODS Wiki&quot;,\n    &quot;tags&quot;: {\n        &quot;htmlTag&quot;: &quot;h2&quot;,\n        &quot;classTag&quot;: &quot;h3&quot;,\n        &quot;tag&quot;: &quot;h2.h3&quot;\n    },\n    &quot;heading&quot;: &quot;Example process&quot;,\n    &quot;textAlign&quot;: &quot;left&quot;,\n    &quot;anchor&quot;: &quot;&quot;,\n    &quot;color&quot;: &quot;red&quot;\n}\"><\/jgu-base-heading>\n\n\n\n<p><img loading=\"lazy\" decoding=\"async\" width=\"1743\" height=\"1626\" class=\"wp-image-10987\" style=\"width: 1024px\" src=\"https:\/\/www.forschungsdaten.uni-mainz.de\/wp-content\/uploads\/sites\/281\/2024\/11\/iRODS-command-example.png\" alt=\"\" srcset=\"https:\/\/cms.zdv.uni-mainz.de\/forschungsdaten\/wp-content\/uploads\/sites\/281\/2024\/11\/iRODS-command-example.png 1743w, https:\/\/cms.zdv.uni-mainz.de\/forschungsdaten\/wp-content\/uploads\/sites\/281\/2024\/11\/iRODS-command-example-300x280.png 300w, https:\/\/cms.zdv.uni-mainz.de\/forschungsdaten\/wp-content\/uploads\/sites\/281\/2024\/11\/iRODS-command-example-1024x955.png 1024w, https:\/\/cms.zdv.uni-mainz.de\/forschungsdaten\/wp-content\/uploads\/sites\/281\/2024\/11\/iRODS-command-example-768x716.png 768w, https:\/\/cms.zdv.uni-mainz.de\/forschungsdaten\/wp-content\/uploads\/sites\/281\/2024\/11\/iRODS-command-example-1536x1433.png 1536w\" sizes=\"auto, (max-width: 1743px) 100vw, 1743px\" \/><\/p>\n\n\n\n<p><\/p>\n\n\n<jgu-base-heading react-props=\"{\n    &quot;index&quot;: &quot;iRODS Wiki&quot;,\n    &quot;tags&quot;: {\n        &quot;htmlTag&quot;: &quot;h2&quot;,\n        &quot;classTag&quot;: &quot;h3&quot;,\n        &quot;tag&quot;: &quot;h2.h3&quot;\n    },\n    &quot;heading&quot;: &quot;iRODS commands&quot;,\n    &quot;textAlign&quot;: &quot;left&quot;,\n    &quot;anchor&quot;: &quot;&quot;,\n    &quot;color&quot;: &quot;red&quot;\n}\"><\/jgu-base-heading>\n\n\n\n<p>Here is a short summary of the most important iRODS commands with some important command line parameters.\nNote that they start with an &#8216; i &#8216;: <\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><th>Command<\/th><th>Parameters<\/th><th>Description<\/th><\/tr><tr><td><code>ipwd<\/code><\/td><td><\/td><td>Print current iRODS working directory (collection)<\/td><\/tr><tr><td><code>ils<\/code><\/td><td>-l, -L, -A, -r<\/td><td>Lists of the iRODS directory (collection) (-l: with details; -L: more details; -A: ACL, -r recursive)<\/td><\/tr><tr><td><code>icd<\/code><\/td><td><\/td><td>Change iRODS directory (collection) to the target path<\/td><\/tr><tr><td><code>imkdir<\/code><\/td><td>-p  <\/td><td>create a new directory (collection) (directory; -p: create full path with parents)<\/td><\/tr><tr><td><code>iput<\/code><\/td><td>-K, -r, &#8211;metadata<\/td><td>Upload files\/directories, (K: calculate and validate checksums; -r: recursive, &#8211;metadata add descriptions of the data: &#8220;Title;My data;;Description;Research data;;&#8221;)<\/td><\/tr><tr><td><code>iget<\/code><\/td><td>-r, -f  <\/td><td>Download iRODS target data to the current local path, -r recursive, -f overwrite<\/td><\/tr><tr><td><code>iticket<\/code><\/td><td>create read  <\/td><td>Create a ticket for downloading files from the Internet<\/td><\/tr><tr><td><code>imeta<\/code><\/td><td>ls -d\/-C  <\/td><td>Listing the metadata of an iRODS file or directory (collection)<\/td><\/tr><tr><td><code>imeta<\/code><\/td><td>set -d\/-C  Key &#8220;Value&#8221;<\/td><td>Add\/update metadata to an iRODS file or directory (collection); e.g: Key = Title, &#8220;Value&#8221; = My research data: Key = Title, &#8220;Value&#8221; = My research data<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n<jgu-base-heading react-props=\"{\n    &quot;index&quot;: &quot;iRODS Wiki&quot;,\n    &quot;tags&quot;: {\n        &quot;htmlTag&quot;: &quot;h2&quot;,\n        &quot;classTag&quot;: &quot;h3&quot;,\n        &quot;tag&quot;: &quot;h2.h3&quot;\n    },\n    &quot;heading&quot;: &quot;Simplified wrapper commands for iRODS&lt;br&gt;&lt;br&gt;&quot;,\n    &quot;textAlign&quot;: &quot;left&quot;,\n    &quot;anchor&quot;: &quot;&quot;,\n    &quot;color&quot;: &quot;red&quot;\n}\"><\/jgu-base-heading>\n\n\n\n<p>Here is a brief summary of our iRODS wrapper commands that simplify the archiving process of research data.\nNote that wrappers start with an &#8216; i_ &#8216;, unlike pure iRODS commands which start with &#8216;i&#8217;: <\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><th>Command<\/th><th>Parameters<\/th><th>Description<\/th><\/tr><tr><td><code>source \/usr\/local\/bin\/i_init.sh<\/code><\/td><td>For linux.zdv.uni-mainz.de<\/td><td>Initializes iRODS and displays the current remote iRODS directory after each subsequent command.<\/td><\/tr><tr><td><code>i_exit<\/code><\/td><td><\/td><td>Deletes the current iRODS remote directory and cleans up the local settings.<\/td><\/tr><tr><td><code>i_archive<\/code><\/td><td> <\/td><td>Uploads the 1st argument to the current remote iRODS directory\/collection and adds the metadata of the .json file of the second argument to all uploaded files.<\/td><\/tr><tr><td><code>i_metaupdate<\/code><\/td><td> <\/td><td>Updates the (first argument) remote iRODS directory\/collection and updates the metadata (second argument) using the .json file.<\/td><\/tr><tr><td><code>i_publish<\/code><\/td><td><\/td><td>Creates an iRODS web download ticket and links for all files in the path (first argument).\nAnyone can use the links to download the files. <\/td><\/tr><tr><td><code>i_ticketget<\/code><\/td><td><\/td><td>Prints the iRODS ticket of a remote iRODS path, if available.<\/td><\/tr><tr><td><code>i_downlinkget<\/code><\/td><td><\/td><td>Uses the iRODS ticket and prints the public web download links.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>A simplified procedure for archiving research data would use the simplified wrappers and look as follows:<\/p>\n\n\n\n<p>source \/usr\/local\/bin\/i_init.sh for the systems linux.zdv.uni-mainz.de<br>Provides the wrapper commands and initializes iRODS<\/p>\n\n\n\n<p>imkdir -p \/zdv\/home\/MUSTERPERSON\/project123\/<br>creates a new remote iRODS path to which the data is copied;<\/p>\n\n\n\n<p>icd \/zdv\/home\/MUSTERPERSON\/project123\/<br>changes the current remote iRODS directory to the newly created one;<\/p>\n\n\n\n<p>i_archive \/fullpath\/some.file metadata.json<br>archives a local file some.file into the current remote iRODS path by copying it and transferring the metadata from the metadata.json files.<\/p>\n\n\n\n<p>i_publish \/zdv\/home\/MUSTERPERSON\/project123\/some.file<br>creates a ticket number (e.g.: ABCDEFG123456890) and prints the generated web download link.<\/p>\n\n\n\n<p><\/p>\n\n\n<jgu-base-heading react-props=\"{\n    &quot;index&quot;: &quot;iRODS Wiki&quot;,\n    &quot;tags&quot;: {\n        &quot;htmlTag&quot;: &quot;h2&quot;,\n        &quot;classTag&quot;: &quot;h3&quot;,\n        &quot;tag&quot;: &quot;h2.h3&quot;\n    },\n    &quot;heading&quot;: &quot;  Add metadata&quot;,\n    &quot;textAlign&quot;: &quot;left&quot;,\n    &quot;anchor&quot;: &quot;&quot;,\n    &quot;color&quot;: &quot;red&quot;\n}\"><\/jgu-base-heading>\n\n\n\n<p><\/p>\n\n\n\n<p>Metadata is accepted by iRODS as triplets (Attribute [i.e: Title], Value [i.e: &#8220;Research Data from X publication&#8221;],, Unit[meist immer leer gelassen]).<br>The first two fields Attribute and Value are mandatory fields and must not be empty, the Unit is optional.<\/p>\n\n\n\n<p>You can manually add metadata to each remote iRODS file and directory after uploading by selecting<br><code>imeta set -d some.file Title \"My research data from Publication X\"<\/code><\/p>\n\n\n\n<p>This would be very complex and time-consuming, so it is advisable to define a .json metadata file for all files and directories of a single archive tree.<\/p>\n\n\n\n<p><code>i_archive some.file metadata.json<\/code><br>Can be used to upload your local files with metadata all at once.<\/p>\n\n\n\n<p><code>i_metaupdate \/zdv\/home\/MUSTERPERSON\/project123\/some.file metadata.json<\/code><br>Can be used to update a single remote file\/directory with metadata.<\/p>\n\n\n\n<p>This flat metadata.json example requires a minimal set of metadata attributes:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n \"Title\":\"\",\n \"ResourceType\":\"\",\n \"Project\":\"\",\n \"Keywords\":\"\",\n}\n<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n \"Title\":\"My Scientific Data from XYZ publication\",\n \"ResourceType\":\"Tables, Texts, Images\",\n \"Project\":\"BMBF-12345, DFG-67890\",\n \"Keywords\":\"Thermodynamics, Simulation, HPC, MPI , XYZ, ,BMBF, DFG\",\n}\n\n\n<\/code><\/pre>\n\n\n\n<p>The following attributes are set automatically when uploading files\/directories and are not required in the .json file:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">Creator, Publisher, Location, Date, ExpiryDate(Date + 10 years), protected (default: \"false\") .<\/pre>\n\n\n\n<p>The following attributes are recommended in your .json metadata file:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n \"Title\":\"\",\n \"ResourceType\":\"\",\n \"Project\":\"\",\n \"Keywords\":\"\",\n \"Contributor\":\"\",\n \"Reference\":\"\",\n \"License\":\"\"\n}\n<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n \"Title\":\"My Scientific Data from XYZ publication\",\n \"ResourceType\":\"Tables, Texts, Images\",\n \"Project\":\"BMBF-12345, DFG-67890\",\n \"Keywords\":\"Thermodynamics, Simulation, HPC, MPI , XYZ, ,BMBF, DFG\",\n \"Contributor\":\"Co-author1, Co-author2, Co-author3\",\n \"Reference\":\"\",\n \"License\":\"GPLX, CC0, CC-BY\"\n}\n<\/code><\/pre>\n\n\n\n<p>You can confirm that the metadata has been set by using:<br><code>imeta ls -d \/zdv\/home\/MUSTERPERSON\/project123\/some.file<\/code> for files<br><code>imeta ls -C \/zdv\/home\/MUSTERPERSON\/project123\/<\/code> for directories.<\/p>\n\n\n\n<p>Summary of imeta:<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th>Parameters<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td>add|set|rm|ls|cp<\/td><td>command, see the next table for details<em>(ls|cp<\/em> do not need the AVU triplet)<\/td><\/tr><tr><td>-d dataObject |-C directory\/collection<\/td><td>which object\/collection (file\/path) is to be queried\/edited<\/td><\/tr><tr><td>Attributes Value  [Unit]<\/td><td>AVU Triplet, in which the <em>unit<\/em> is optional<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Command description:<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th>Command<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td>add<\/td><td>add an AV(U) triplet<\/td><\/tr><tr><td>set<\/td><td>Set a single value<\/td><\/tr><tr><td>rm<\/td><td>Remove an AV(U) triplet<\/td><\/tr><tr><td>ls<\/td><td>List existing metadata.\nIf attribute is specified, only metadata of the specified attribute is listed <\/td><\/tr><tr><td>cp<\/td><td>Copy existing metadata.\nRequires a destination and a source (e.g. <code>imeta cp -d source -c target<\/code>) <\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Publishing research data:<\/p>\n\n\n\n<p>A ticket for downloading files must be created for public access.<br>With this ticket and the path to the remote iRODS storage location, anyone can download the information and content.<br>Already archived data is published with :<\/p>\n\n\n\n<p> <code>i_publish<\/code><\/p>\n\n\n\n<p><code>i_publish \/zdv\/home\/MUSTERPERSON\/project123\/some.file<\/code><br>generates a ticket number (i.e: ABCDEFG123456890) and prints the generated web download link<\/p>\n\n\n\n<p>You can also perform the publishing process manually using iRODS commands instead:<br><code>iticket create read \/zdv\/home\/MUSTERPERSON\/project123\/some.file<\/code><br>generates a ticket number (i.e: ABCDEFG123456890) udie is used to download some.file from the network<br>Then you need to add the path so that it looks like this: <code>wget https:\/\/irods-web.zdv.uni-mainz.de\/irods-rest\/rest\/fileContents\/zdv\/home\/MUSTERPERSON\/some.file?ticket=ABCDEFG123456890<\/code>Data Policy and Licensing<\/p>\n\n\n\n<p>The &#8220;creator&#8221; is responsible for ensuring that the further use of third-party data is lawful (copyright law) and that personal data is handled correctly (GDPR).<br>This applies to all archived data, even if the &#8220;creator&#8221; is no longer employed at the university or if the data is not public.<br>This decision aid can help you to decide whether your data may be published.<\/p>\n\n\n\n<p>If your data can actually be published, there are different types of licenses for different cases:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Software\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.apache.org\/licenses\/LICENSE-2.0.html\">Apache<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.gnu.org\/licenses\/\">GPL, GPLv2, GPLv3<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/opensource.org\/licenses\/MIT\">MIT<\/a><\/li>\n\n\n\n<li><a href=\"http:\/\/www.linfo.org\/bsdlicense.html\">BSD<\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Art, pictures, text, etc.\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/creativecommons.org\/choose\/\">Creative Commons (Text, Arts, Photos, &#8230;)<\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Data records\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/opendatacommons.org\/licenses\/\">Open Data Commons<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p>The applicability of CC-BY licenses for software is not recommended: see <a href=\"https:\/\/creativecommons.org\/about\/software\/\" data-type=\"link\" data-id=\"https:\/\/creativecommons.org\/about\/software\/\">CC recommendation<\/a> and <a href=\"https:\/\/opensource.stackexchange.com\/questions\/1717\/why-is-cc-by-sa-discouraged-for-code\" data-type=\"link\" data-id=\"https:\/\/opensource.stackexchange.com\/questions\/1717\/why-is-cc-by-sa-discouraged-for-code\">discussion<\/a>. The same applies to datasets where publication under a CC licence other than CC0 is <a href=\"https:\/\/ckan4rdm.wordpress.com\/2019\/06\/05\/creative-commons-lizenzen-sind-fur-forschungsdaten-ungeeignet\/\" data-type=\"link\" data-id=\"https:\/\/ckan4rdm.wordpress.com\/2019\/06\/05\/creative-commons-lizenzen-sind-fur-forschungsdaten-ungeeignet\/\">questionable<\/a>. Other licenses for datasets can be found at <a href=\"https:\/\/opendefinition.org\/licenses\/api\/\" data-type=\"link\" data-id=\"https:\/\/opendefinition.org\/licenses\/api\/\">Open Definition Licenses Service<\/a>.  <\/p>\n\n\n\n<p>Avoid proprietary file formats, as you don&#8217;t know if the software to open them will still be available in a few years&#8217; time. Try to use open standards.<\/p>\n\n\n<div\n\tclass=\"jgu-anchorpoint\"\n\tid=\"faq\"\n\tdata-label=\"FAQ\"\n\tdata-hide-in-nav=\"false\"\n\ttabindex=\"0\"\n\tdata-initial-scroll=\"true\"\n><\/div>\n\n\n\n<p class=\"has-normal-font-size\"><\/p>\n\n\n<jgu-base-heading react-props=\"{\n    &quot;index&quot;: &quot;FAQ&quot;,\n    &quot;tags&quot;: {\n        &quot;htmlTag&quot;: &quot;h2&quot;,\n        &quot;classTag&quot;: &quot;h3&quot;,\n        &quot;tag&quot;: &quot;h2.h3&quot;\n    },\n    &quot;heading&quot;: &quot;Frequently asked questions about iRODS&quot;,\n    &quot;textAlign&quot;: &quot;left&quot;,\n    &quot;anchor&quot;: &quot;&quot;,\n    &quot;color&quot;: &quot;red&quot;\n}\"><\/jgu-base-heading>\n\n\n<jgu-base-accordion react-props=\"{&quot;selected&quot;:17,&quot;align&quot;:&quot;wide&quot;,&quot;hasAllOpenButton&quot;:true,&quot;onlyOne&quot;:false,&quot;initAllClosed&quot;:true,&quot;enableSearch&quot;:false}\">\n    \n<jgu-base-accordionitem react-props=\"{&quot;title&quot;:&quot;Who can I contact?&quot;,&quot;init&quot;:false,&quot;slug&quot;:&quot;who-can-i-contact&quot;,&quot;align&quot;:&quot;wide&quot;,&quot;customSlug&quot;:false}\">\n    \n\n<p>You can contact unix@uni-mainz.de to make an appointment with our technical support team.<br>They will be able to help clarify any further questions you may have and guide you through the process.<\/p>\n\n\n<\/jgu-base-accordionitem>\n\n<jgu-base-accordionitem react-props=\"{&quot;title&quot;:&quot;What is the difference between data archiving and data backup?&quot;,&quot;init&quot;:false,&quot;slug&quot;:&quot;what-is-the-difference-between-data-archiving-and-data-backup&quot;,&quot;align&quot;:&quot;wide&quot;,&quot;customSlug&quot;:false}\">\n    \n\n<p>Archiving is intended for research data that is part of a previously published paper. Archived data is intended to be used to replicate research results. It may also be published for use by others, or kept private to meet funding requirements. If you would like to backup a lab PC, please go to: <a href=\"https:\/\/www.en-zdv.uni-mainz.de\/data-backup\/\" data-type=\"link\" data-id=\"www.zdv.uni-mainz.de\/datensicherung\">https:\/\/www.en-zdv.uni-mainz.de\/data-backup\/<\/a><\/p>\n\n\n<\/jgu-base-accordionitem>\n\n<jgu-base-accordionitem react-props=\"{&quot;title&quot;:&quot;Do I need to change my daily workflow to prepare my data for archiving?&quot;,&quot;init&quot;:false,&quot;slug&quot;:&quot;do-i-need-to-change-my-daily-workflow-to-prepare-my-data-for-archiving&quot;,&quot;align&quot;:&quot;wide&quot;,&quot;customSlug&quot;:false}\">\n    \n\n<p>To archive research data, you don&#8217;t need to change the way you do research or any of your existing data workflows. You can archive data at any time during the research life cycle. Nevertheless, it it recommended to plan ahead, which data should be archived with which metadata. For this we also provide the <a href=\"https:\/\/www.forschungsdaten.uni-mainz.de\/datenmanagementplaene\/\">Research Data Management Organizer (RDMO)<\/a>.<\/p>\n\n\n\n<p>Data can be archived at any time by creating relevant metadata and technical metadata and then uploading it to the archive. Metadata summarises key information about the research, such as title, description, type, format, licence, keywords, contributors, references, etc. Technical metadata describes what the files contain, how they are used in research, how they relate to each other and how they can be edited. All of this information is useful for others to find and understand the research data.<\/p>\n\n\n<\/jgu-base-accordionitem>\n\n<jgu-base-accordionitem react-props=\"{&quot;title&quot;:&quot;How do I prepare my data for archiving?&quot;,&quot;init&quot;:false,&quot;slug&quot;:&quot;how-do-i-prepare-my-data-for-archiving&quot;,&quot;align&quot;:&quot;wide&quot;,&quot;customSlug&quot;:false}\">\n    \n\n<p>All research data of a single publication to be archived should be collected in a single parent directory. The data within the parent directory can then be sorted into different directories based on a logical hierarchy chosen by the authors. The metadata of the collected data should then be defined, i.e. title, description, type, format, license, keywords, contributors, reference, etc. Technical descriptions of the research data (technical metadata) should also be prepared and included in the parent directory as human-readable files such as &#8220;.txt&#8221;. This technical metadata should describe what the contents of the files represent, how they are used in research, how they relate to each other, and how they can be processed. The parent directory should be compressed into an open format if storage requirements allow.<\/p>\n\n\n<\/jgu-base-accordionitem>\n\n<jgu-base-accordionitem react-props=\"{&quot;title&quot;:&quot;How do I archive my data?&quot;,&quot;init&quot;:false,&quot;slug&quot;:&quot;how-do-i-archive-my-data&quot;,&quot;align&quot;:&quot;wide&quot;,&quot;customSlug&quot;:false}\">\n    \n\n<p>Once you have collected your research data and tagged it with metadata, you can follow these steps [link] to archive it.<\/p>\n\n\n<\/jgu-base-accordionitem>\n\n<jgu-base-accordionitem react-props=\"{&quot;title&quot;:&quot;Do I have to archive each data file individually?&quot;,&quot;init&quot;:false,&quot;slug&quot;:&quot;do-i-have-to-archive-each-data-file-individually&quot;,&quot;align&quot;:&quot;wide&quot;,&quot;customSlug&quot;:false}\">\n    \n\n<p>Several large files can be archived individually, while large quantities of small files belonging to the same data set should be compressed in a single archive file (zip, tar, rar). If possible, all files of the same data set should be combined in a single archived (compressed) file. This makes it easier to find complete data sets that are to be distributed together.<\/p>\n\n\n\n<p><\/p>\n\n\n<\/jgu-base-accordionitem>\n\n<jgu-base-accordionitem react-props=\"{&quot;title&quot;:&quot;&lt;a href=\\&quot;https:\\\/\\\/researchdata.uni-mainz.de\\\/technical-support\\\/frequently-asked-questions\\\/#collapse7\\&quot;&gt;&lt;a href=\\&quot;https:\\\/\\\/researchdata.uni-mainz.de\\\/technical-support\\\/frequently-asked-questions\\\/#collapse7\\&quot;&gt;Where do my files have to be saved before they can be archived?&lt;\\\/a&gt;&lt;br&gt;Can I archive data if my files are on my PC?&lt;br&gt;Which operating system do I need to archive data?&lt;\\\/a&gt;&quot;,&quot;init&quot;:false,&quot;slug&quot;:&quot;a-hrefhttps-researchdata-uni-mainz-de-technical-support-frequently-asked-questions-collapse7a-hrefhttps-researchdata-uni-mainz-de-technical-support-frequently-asked-questions-collapse7where-do-my-files-have-to-be-saved-before-they-can-be-archived-abrcan-i-archive-data-if-my-files-are-on-my-pcbrwhich-operating-system-do-i-need-to-archive-data-a&quot;,&quot;align&quot;:&quot;wide&quot;,&quot;customSlug&quot;:false}\">\n    \n\n<p>The data should be available to be copied from either:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>a Linux computer installation provided by the ZDV  [link]<\/li>\n\n\n\n<li>the Mogon HPC system at JGU  [link]<\/li>\n\n\n\n<li>any computer with connected JGU group storage network drives  [link]<\/li>\n\n\n\n<li>a personal computer with Kerberos client authentication packages installed<\/li>\n\n\n\n<li>any computer with SSH access to linux.zdv.uni-mainz.de [link] or the MOGON HPC system  [link]<\/li>\n\n\n\n<li>a Windows PC that uses the Linux subsystems or Linux virtual machines.<\/li>\n<\/ul>\n\n\n<\/jgu-base-accordionitem>\n\n<jgu-base-accordionitem react-props=\"{&quot;title&quot;:&quot;&lt;a href=\\&quot;https:\\\/\\\/researchdata.uni-mainz.de\\\/technical-support\\\/frequently-asked-questions\\\/#collapse8\\&quot;&gt;&lt;a href=\\&quot;https:\\\/\\\/researchdata.uni-mainz.de\\\/technical-support\\\/frequently-asked-questions\\\/#collapse8\\&quot;&gt;Can I archive the source code used for my data?&lt;\\\/a&gt;&lt;\\\/a&gt;&quot;,&quot;init&quot;:false,&quot;slug&quot;:&quot;a-hrefhttps-researchdata-uni-mainz-de-technical-support-frequently-asked-questions-collapse8a-hrefhttps-researchdata-uni-mainz-de-technical-support-frequently-asked-questions-collapse8can-i-archive-the-source-code-used-for-my-data-a-a&quot;,&quot;align&quot;:&quot;wide&quot;,&quot;customSlug&quot;:false}\">\n    \n\n<p>The source code needed to process, generate or understand your research data should be provided with the data itself whenever it is available or possible. The archive itself is intended for long-term, immutable data<\/p>\n\n\n<\/jgu-base-accordionitem>\n\n<jgu-base-accordionitem react-props=\"{&quot;title&quot;:&quot;For how long will my data be archived?&quot;,&quot;init&quot;:false,&quot;slug&quot;:&quot;for-how-long-will-my-data-be-archived&quot;,&quot;align&quot;:&quot;wide&quot;,&quot;customSlug&quot;:false}\">\n    \n\n<p>By default, the data is archived for 10 years after uploading.<\/p>\n\n\n<\/jgu-base-accordionitem>\n\n<jgu-base-accordionitem react-props=\"{&quot;title&quot;:&quot;How large can my data be for archiving?&quot;,&quot;init&quot;:false,&quot;slug&quot;:&quot;how-large-can-my-data-be-for-archiving&quot;,&quot;align&quot;:&quot;wide&quot;,&quot;customSlug&quot;:false}\">\n    \n\n<p>For archiving datasets over 1TB, it is recommended to contact us at zdv-forschungsdaten@uni-mainz.de to help you ensure smooth performance and stability during the archiving process.<br>There is currently no storage limit for the amount of datasets to be archived, but individual files or compressed datasets should not be larger than ~8TB.<br>If the archived data sets are to be retrieved via HTTP interfaces, a maximum size of 5 GB per file is recommended.<br>The capacity limitations are only given by the storage location of the original data to be copied, i.e. 100 GB at home on the MOGON systems.<\/p>\n\n\n<\/jgu-base-accordionitem>\n\n<jgu-base-accordionitem react-props=\"{&quot;title&quot;:&quot;Is there a limited number of files that I can archive?&quot;,&quot;init&quot;:false,&quot;slug&quot;:&quot;is-there-a-limited-number-of-files-that-i-can-archive&quot;,&quot;align&quot;:&quot;wide&quot;,&quot;customSlug&quot;:false}\">\n    \n\n<p>There is currently no limit to the number of files to be archived. However, if the data will be tranfered to  the tape library it might be impossible to retrieve millilios of small files. Therefore, if possible, all files of the same data set should be combined in a compressed file. This makes it easier to find a complete data set that should belong together.<\/p>\n\n\n<\/jgu-base-accordionitem>\n\n<jgu-base-accordionitem react-props=\"{&quot;title&quot;:&quot;How can I give my colleagues access to the data?&quot;,&quot;init&quot;:false,&quot;slug&quot;:&quot;how-can-i-give-my-colleagues-access-to-the-data&quot;,&quot;align&quot;:&quot;wide&quot;,&quot;customSlug&quot;:false}\">\n    \n\n<p>To give other users access to your research data archive, you must carry out the following steps [Link].<\/p>\n\n\n<\/jgu-base-accordionitem>\n\n<jgu-base-accordionitem react-props=\"{&quot;title&quot;:&quot;How do I publish my data?&quot;,&quot;init&quot;:false,&quot;slug&quot;:&quot;how-do-i-publish-my-data&quot;,&quot;align&quot;:&quot;wide&quot;,&quot;customSlug&quot;:false}\">\n    \n\n<p>Your research data can be published during the archiving process or afterwards in the following steps [Link].<\/p>\n\n\n<\/jgu-base-accordionitem>\n\n<jgu-base-accordionitem react-props=\"{&quot;title&quot;:&quot;How do I describe my data (files) with metadata?&quot;,&quot;init&quot;:false,&quot;slug&quot;:&quot;how-do-i-describe-my-data-files-with-metadata&quot;,&quot;align&quot;:&quot;wide&quot;,&quot;customSlug&quot;:false}\">\n    \n\n<p>First, metadata must be captured, such as title, description, type, format, license, keywords, contributor, reference, etc. Once you have defined these and other helpful descriptive fields, you can follow these steps [Link] to add metadata.<\/p>\n\n\n<\/jgu-base-accordionitem>\n\n<jgu-base-accordionitem react-props=\"{&quot;title&quot;:&quot;How can I add detailed technical metadata required to understand the files?&quot;,&quot;init&quot;:false,&quot;slug&quot;:&quot;how-can-i-add-detailed-technical-metadata-required-to-understand-the-files&quot;,&quot;align&quot;:&quot;wide&quot;,&quot;customSlug&quot;:false}\">\n    \n\n<p>Technical metadata must be created by the owner of the research data. Technical descriptions of the research data should then be included as human-readable files such as &#8220;.txt&#8221; alongside the normal data. This technical metadata should describe what the content of the files represents, how they are used in the research field, how they relate to each other and how they can be processed.<\/p>\n\n\n<\/jgu-base-accordionitem>\n\n<jgu-base-accordionitem react-props=\"{&quot;title&quot;:&quot;Can I update my archives by adding or deleting files?&quot;,&quot;init&quot;:false,&quot;slug&quot;:&quot;can-i-update-my-archives-by-adding-or-deleting-files&quot;,&quot;align&quot;:&quot;wide&quot;,&quot;customSlug&quot;:false}\">\n    \n\n<p>Under normal circumstances, the archive is intended to retain unalterable data for decades. However, the archived research data may be updated in certain cases to add or change existing files. This may be the case if incorrect data is inadvertently uploaded or if the underlying published research changes. Research data that has been archived long-term to meet government or financial requirements cannot and should not be deleted.<\/p>\n\n\n<\/jgu-base-accordionitem>\n\n<jgu-base-accordionitem react-props=\"{&quot;title&quot;:&quot;How is the archived data stored?&quot;,&quot;init&quot;:false,&quot;slug&quot;:&quot;how-is-the-archived-data-stored&quot;,&quot;align&quot;:&quot;wide&quot;,&quot;customSlug&quot;:false}\">\n    \n\n<p>iRODS uses &#8220;resources&#8221; to archive the collections (directories) and data objects (files). The resources are organized hierarchically. The iRODS archive of the ZDV currently has a replication ressource consisting of two GPFS-Filesystem at diffenrent locations. When you archive data, success is only reported, if both copies are created. In the future one copy of the data might be migrated to the tape library.    <\/p>\n\n\n\n<p><\/p>\n\n\n<\/jgu-base-accordionitem>\n\n<\/jgu-base-accordion>\n\n\n\n<p><\/p>\n    <div style=\"display: none\">\n        \n    <\/div>","protected":false},"excerpt":{"rendered":"<p>iRODS is a decentralized virtual file system that is separate from your normal directories in Linux or Windows. In iRODS, directories are called collections and they can contain further sub-collections (sub-directories) or data objects (files). In practice, you can treat collections and data as directories and files for the sake of simplicity. Files and folders &hellip; <a href=\"https:\/\/www.forschungsdaten.uni-mainz.de\/en\/irods-wiki\/\">Continued<\/a><\/p>\n","protected":false},"author":605,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-10404","page","type-page","status-publish","hentry"],"content_raw":"<!-- wp:jgu\/heading {\"index\":\"The iRODS research data archive\",\"tags\":{\"htmlTag\":\"h2\",\"classTag\":\"\",\"tag\":\"h2\"},\"heading\":\"Archiving Research Data with iRODS\\u003cbr\\u003e\\u003cbr\\u003e\"} \/-->\n\n<!-- wp:jgu\/anchornavigation \/-->\n\n<!-- wp:jgu\/anchorpoint {\"title\":\"Wiki\",\"slug\":\"wiki\"} \/-->\n\n<!-- wp:paragraph -->\n<p><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:jgu\/heading {\"index\":\"\\u003cbr\\u003eiRODS Wiki\",\"tags\":{\"htmlTag\":\"h2\",\"classTag\":\"h3\",\"tag\":\"h2.h3\"},\"heading\":\"What is iRODS?\"} \/-->\n\n<!-- wp:paragraph -->\n<p>iRODS is a decentralized virtual file system that is separate from your normal directories in Linux or Windows.\nIn iRODS, directories are called collections and they can contain further sub-collections (sub-directories) or data objects (files).\nIn practice, you can treat collections and data as directories and files for the sake of simplicity.\nFiles and folders in your own local and mounted directories can be archived (copied) to the remote iRODS file system provided by the ZDV.\nArchiving is done by first creating a directory (collection) in the remote path and then copying your local files and directories to the remote path in iRODS.\nThe archived files can be copied back or downloaded years later.\nThe archives can be private and only stored long-term, they can be restricted to research groups or offered for public download.      <\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><br><\/strong><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:jgu\/heading {\"index\":\"iRODS Wiki\",\"tags\":{\"htmlTag\":\"h2\",\"classTag\":\"h3\",\"tag\":\"h2.h3\"},\"heading\":\"Access to iRODS\"} \/-->\n\n<!-- wp:paragraph -->\n<p>Archiving in iRODS is currently possible via the command line of the ZDV Linux work PCs, the web server linux.zdv.uni-mainz.de and the supercomputer MOGON II\/MOGON-NHR. MOGON also has a special <a href=\"https:\/\/docs.hpc.uni-mainz.de\/docs\/storage\/irods\/\">iRODS wiki<\/a>. In the future, there will be new and more user-friendly options for accessing iRODS. Currently, only users with a university account can use iRODS. If your current work computer does not have a standard ZDV Linux installation, you can access the Linux servers via SSH. From there, you can use the available iRODS iCommands to archive data. Personal computers with an iRODS iCommand client installation can also access the ZDV iRODS archive.      <\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before accessing the iRODS server, a configuration file must be available and you must authenticate yourself with your JGU account.\nThe configuration file \"irods_environment.json\" is located in the hidden folder \".irods\" and has the following content: <\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>{ \n  \"irods_authentication_scheme\": \"pam_password\",\n  \"irods_client_server_negotiation\": \"request_server_negotiation\",\n  \"irods_client_server_policy\": \"CS_NEG_REQUIRE\",\n  \"irods_encryption_algorithm\": \"AES-256-CBC\",\n  \"irods_encryption_key_size\": 32,\n  \"irods_encryption_num_hash_rounds\": 16,\n  \"irods_encryption_salt_size\": 8,\n  \"irods_host\": \"irods.zdv.uni-mainz.de\",\n  \"irods_port\": 1247,\n  \"irods_user_name\": \"FILL IN YOUR USERNAME HERE\",\n  \"irods_home\": \"\/zdv\/home\/FILL IN YOUR USERNAME HERE\",\n  \"irods_zone_name\": \"zdv\"\n}<\/code><\/pre>\n<!-- \/wp:code -->\n\n<!-- wp:paragraph -->\n<p>Do not forget to enter your correct user name.\nThen enter the command \"iinit\" and your JGU password. <\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:jgu\/heading {\"index\":\"iRODS Wiki\",\"tags\":{\"htmlTag\":\"h2\",\"classTag\":\"h3\",\"tag\":\"h2.h3\"},\"heading\":\"Example process\"} \/-->\n\n<!-- wp:paragraph -->\n<p><img class=\"wp-image-10987\" style=\"width: 1024px\" src=\"https:\/\/cms.zdv.uni-mainz.de\/forschungsdaten\/wp-content\/uploads\/sites\/281\/2024\/11\/iRODS-command-example.png\" alt=\"\"><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:jgu\/heading {\"index\":\"iRODS Wiki\",\"tags\":{\"htmlTag\":\"h2\",\"classTag\":\"h3\",\"tag\":\"h2.h3\"},\"heading\":\"iRODS commands\"} \/-->\n\n<!-- wp:paragraph -->\n<p>Here is a short summary of the most important iRODS commands with some important command line parameters.\nNote that they start with an ' i ': <\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:table {\"className\":\"is-style-stripes\"} -->\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><th>Command<\/th><th>Parameters<\/th><th>Description<\/th><\/tr><tr><td><code>ipwd<\/code><\/td><td><\/td><td>Print current iRODS working directory (collection)<\/td><\/tr><tr><td><code>ils<\/code><\/td><td>-l, -L, -A, -r<\/td><td>Lists of the iRODS directory (collection) (-l: with details; -L: more details; -A: ACL, -r recursive)<\/td><\/tr><tr><td><code>icd<\/code><\/td><td><\/td><td>Change iRODS directory (collection) to the target path<\/td><\/tr><tr><td><code>imkdir<\/code><\/td><td>-p  <\/td><td>create a new directory (collection) (directory; -p: create full path with parents)<\/td><\/tr><tr><td><code>iput<\/code><\/td><td>-K, -r, --metadata<\/td><td>Upload files\/directories, (K: calculate and validate checksums; -r: recursive, --metadata add descriptions of the data: \"Title;My data;;Description;Research data;;\")<\/td><\/tr><tr><td><code>iget<\/code><\/td><td>-r, -f  <\/td><td>Download iRODS target data to the current local path, -r recursive, -f overwrite<\/td><\/tr><tr><td><code>iticket<\/code><\/td><td>create read  <\/td><td>Create a ticket for downloading files from the Internet<\/td><\/tr><tr><td><code>imeta<\/code><\/td><td>ls -d\/-C  <\/td><td>Listing the metadata of an iRODS file or directory (collection)<\/td><\/tr><tr><td><code>imeta<\/code><\/td><td>set -d\/-C  Key \"Value\"<\/td><td>Add\/update metadata to an iRODS file or directory (collection); e.g: Key = Title, \"Value\" = My research data: Key = Title, \"Value\" = My research data<\/td><\/tr><\/tbody><\/table><\/figure>\n<!-- \/wp:table -->\n\n<!-- wp:paragraph -->\n<p><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:jgu\/heading {\"index\":\"iRODS Wiki\",\"tags\":{\"htmlTag\":\"h2\",\"classTag\":\"h3\",\"tag\":\"h2.h3\"},\"heading\":\"Simplified wrapper commands for iRODS\\u003cbr\\u003e\\u003cbr\\u003e\"} \/-->\n\n<!-- wp:paragraph -->\n<p>Here is a brief summary of our iRODS wrapper commands that simplify the archiving process of research data.\nNote that wrappers start with an ' i_ ', unlike pure iRODS commands which start with 'i': <\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:table {\"className\":\"is-style-stripes\"} -->\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><th>Command<\/th><th>Parameters<\/th><th>Description<\/th><\/tr><tr><td><code>source \/usr\/local\/bin\/i_init.sh<\/code><\/td><td>For linux.zdv.uni-mainz.de<\/td><td>Initializes iRODS and displays the current remote iRODS directory after each subsequent command.<\/td><\/tr><tr><td><code>i_exit<\/code><\/td><td><\/td><td>Deletes the current iRODS remote directory and cleans up the local settings.<\/td><\/tr><tr><td><code>i_archive<\/code><\/td><td> <\/td><td>Uploads the 1st argument to the current remote iRODS directory\/collection and adds the metadata of the .json file of the second argument to all uploaded files.<\/td><\/tr><tr><td><code>i_metaupdate<\/code><\/td><td> <\/td><td>Updates the (first argument) remote iRODS directory\/collection and updates the metadata (second argument) using the .json file.<\/td><\/tr><tr><td><code>i_publish<\/code><\/td><td><\/td><td>Creates an iRODS web download ticket and links for all files in the path (first argument).\nAnyone can use the links to download the files. <\/td><\/tr><tr><td><code>i_ticketget<\/code><\/td><td><\/td><td>Prints the iRODS ticket of a remote iRODS path, if available.<\/td><\/tr><tr><td><code>i_downlinkget<\/code><\/td><td><\/td><td>Uses the iRODS ticket and prints the public web download links.<\/td><\/tr><\/tbody><\/table><\/figure>\n<!-- \/wp:table -->\n\n<!-- wp:paragraph -->\n<p><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A simplified procedure for archiving research data would use the simplified wrappers and look as follows:<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>source \/usr\/local\/bin\/i_init.sh for the systems linux.zdv.uni-mainz.de<br>Provides the wrapper commands and initializes iRODS<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>imkdir -p \/zdv\/home\/MUSTERPERSON\/project123\/<br>creates a new remote iRODS path to which the data is copied;<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>icd \/zdv\/home\/MUSTERPERSON\/project123\/<br>changes the current remote iRODS directory to the newly created one;<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>i_archive \/fullpath\/some.file metadata.json<br>archives a local file some.file into the current remote iRODS path by copying it and transferring the metadata from the metadata.json files.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>i_publish \/zdv\/home\/MUSTERPERSON\/project123\/some.file<br>creates a ticket number (e.g.: ABCDEFG123456890) and prints the generated web download link.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:jgu\/heading {\"index\":\"iRODS Wiki\",\"tags\":{\"htmlTag\":\"h2\",\"classTag\":\"h3\",\"tag\":\"h2.h3\"},\"heading\":\"  Add metadata\"} \/-->\n\n<!-- wp:paragraph -->\n<p><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Metadata is accepted by iRODS as triplets (Attribute [i.e: Title], Value [i.e: \"Research Data from X publication\"],, Unit[meist immer leer gelassen]).<br>The first two fields Attribute and Value are mandatory fields and must not be empty, the Unit is optional.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You can manually add metadata to each remote iRODS file and directory after uploading by selecting<br><code>imeta set -d some.file Title \"My research data from Publication X\"<\/code><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This would be very complex and time-consuming, so it is advisable to define a .json metadata file for all files and directories of a single archive tree.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><code>i_archive some.file metadata.json<\/code><br>Can be used to upload your local files with metadata all at once.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><code>i_metaupdate \/zdv\/home\/MUSTERPERSON\/project123\/some.file metadata.json<\/code><br>Can be used to update a single remote file\/directory with metadata.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This flat metadata.json example requires a minimal set of metadata attributes:<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>{\n \"Title\":\"\",\n \"ResourceType\":\"\",\n \"Project\":\"\",\n \"Keywords\":\"\",\n}\n<\/code><\/pre>\n<!-- \/wp:code -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>{\n \"Title\":\"My Scientific Data from XYZ publication\",\n \"ResourceType\":\"Tables, Texts, Images\",\n \"Project\":\"BMBF-12345, DFG-67890\",\n \"Keywords\":\"Thermodynamics, Simulation, HPC, MPI , XYZ, ,BMBF, DFG\",\n}\n\n\n<\/code><\/pre>\n<!-- \/wp:code -->\n\n<!-- wp:paragraph -->\n<p>The following attributes are set automatically when uploading files\/directories and are not required in the .json file:<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:preformatted -->\n<pre class=\"wp-block-preformatted\">Creator, Publisher, Location, Date, ExpiryDate(Date + 10 years), protected (default: \"false\") .<\/pre>\n<!-- \/wp:preformatted -->\n\n<!-- wp:paragraph -->\n<p>The following attributes are recommended in your .json metadata file:<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>{\n \"Title\":\"\",\n \"ResourceType\":\"\",\n \"Project\":\"\",\n \"Keywords\":\"\",\n \"Contributor\":\"\",\n \"Reference\":\"\",\n \"License\":\"\"\n}\n<\/code><\/pre>\n<!-- \/wp:code -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>{\n \"Title\":\"My Scientific Data from XYZ publication\",\n \"ResourceType\":\"Tables, Texts, Images\",\n \"Project\":\"BMBF-12345, DFG-67890\",\n \"Keywords\":\"Thermodynamics, Simulation, HPC, MPI , XYZ, ,BMBF, DFG\",\n \"Contributor\":\"Co-author1, Co-author2, Co-author3\",\n \"Reference\":\"\",\n \"License\":\"GPLX, CC0, CC-BY\"\n}\n<\/code><\/pre>\n<!-- \/wp:code -->\n\n<!-- wp:paragraph -->\n<p>You can confirm that the metadata has been set by using:<br><code>imeta ls -d \/zdv\/home\/MUSTERPERSON\/project123\/some.file<\/code> for files<br><code>imeta ls -C \/zdv\/home\/MUSTERPERSON\/project123\/<\/code> for directories.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Summary of imeta:<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:table {\"className\":\"is-style-stripes\"} -->\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th>Parameters<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td>add|set|rm|ls|cp<\/td><td>command, see the next table for details<em>(ls|cp<\/em> do not need the AVU triplet)<\/td><\/tr><tr><td>-d dataObject |-C directory\/collection<\/td><td>which object\/collection (file\/path) is to be queried\/edited<\/td><\/tr><tr><td>Attributes Value  [Unit]<\/td><td>AVU Triplet, in which the <em>unit<\/em> is optional<\/td><\/tr><\/tbody><\/table><\/figure>\n<!-- \/wp:table -->\n\n<!-- wp:paragraph -->\n<p><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Command description:<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:table {\"className\":\"is-style-stripes\"} -->\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th>Command<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td>add<\/td><td>add an AV(U) triplet<\/td><\/tr><tr><td>set<\/td><td>Set a single value<\/td><\/tr><tr><td>rm<\/td><td>Remove an AV(U) triplet<\/td><\/tr><tr><td>ls<\/td><td>List existing metadata.\nIf attribute is specified, only metadata of the specified attribute is listed <\/td><\/tr><tr><td>cp<\/td><td>Copy existing metadata.\nRequires a destination and a source (e.g. <code>imeta cp -d source -c target<\/code>) <\/td><\/tr><\/tbody><\/table><\/figure>\n<!-- \/wp:table -->\n\n<!-- wp:paragraph -->\n<p><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Publishing research data:<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A ticket for downloading files must be created for public access.<br>With this ticket and the path to the remote iRODS storage location, anyone can download the information and content.<br>Already archived data is published with :<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <code>i_publish<\/code><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><code>i_publish \/zdv\/home\/MUSTERPERSON\/project123\/some.file<\/code><br>generates a ticket number (i.e: ABCDEFG123456890) and prints the generated web download link<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You can also perform the publishing process manually using iRODS commands instead:<br><code>iticket create read \/zdv\/home\/MUSTERPERSON\/project123\/some.file<\/code><br>generates a ticket number (i.e: ABCDEFG123456890) udie is used to download some.file from the network<br>Then you need to add the path so that it looks like this: <code>wget https:\/\/irods-web.zdv.uni-mainz.de\/irods-rest\/rest\/fileContents\/zdv\/home\/MUSTERPERSON\/some.file?ticket=ABCDEFG123456890<\/code>Data Policy and Licensing<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \"creator\" is responsible for ensuring that the further use of third-party data is lawful (copyright law) and that personal data is handled correctly (GDPR).<br>This applies to all archived data, even if the \"creator\" is no longer employed at the university or if the data is not public.<br>This decision aid can help you to decide whether your data may be published.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If your data can actually be published, there are different types of licenses for different cases:<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:list {\"className\":\"wp-block-list\"} -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Software<!-- wp:list {\"className\":\"wp-block-list\"} -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><a href=\"https:\/\/www.apache.org\/licenses\/LICENSE-2.0.html\">Apache<\/a><\/li>\n<!-- \/wp:list-item -->\n\n<!-- wp:list-item -->\n<li><a href=\"https:\/\/www.gnu.org\/licenses\/\">GPL, GPLv2, GPLv3<\/a><\/li>\n<!-- \/wp:list-item -->\n\n<!-- wp:list-item -->\n<li><a href=\"https:\/\/opensource.org\/licenses\/MIT\">MIT<\/a><\/li>\n<!-- \/wp:list-item -->\n\n<!-- wp:list-item -->\n<li><a href=\"http:\/\/www.linfo.org\/bsdlicense.html\">BSD<\/a><\/li>\n<!-- \/wp:list-item --><\/ul>\n<!-- \/wp:list --><\/li>\n<!-- \/wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Art, pictures, text, etc.<!-- wp:list {\"className\":\"wp-block-list\"} -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><a href=\"https:\/\/creativecommons.org\/choose\/\">Creative Commons (Text, Arts, Photos, ...)<\/a><\/li>\n<!-- \/wp:list-item --><\/ul>\n<!-- \/wp:list --><\/li>\n<!-- \/wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Data records<!-- wp:list {\"className\":\"wp-block-list\"} -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><a href=\"https:\/\/opendatacommons.org\/licenses\/\">Open Data Commons<\/a><\/li>\n<!-- \/wp:list-item --><\/ul>\n<!-- \/wp:list --><\/li>\n<!-- \/wp:list-item --><\/ul>\n<!-- \/wp:list -->\n\n<!-- wp:paragraph -->\n<p>The applicability of CC-BY licenses for software is not recommended: see <a href=\"https:\/\/creativecommons.org\/about\/software\/\" data-type=\"link\" data-id=\"https:\/\/creativecommons.org\/about\/software\/\">CC recommendation<\/a> and <a href=\"https:\/\/opensource.stackexchange.com\/questions\/1717\/why-is-cc-by-sa-discouraged-for-code\" data-type=\"link\" data-id=\"https:\/\/opensource.stackexchange.com\/questions\/1717\/why-is-cc-by-sa-discouraged-for-code\">discussion<\/a>. The same applies to datasets where publication under a CC licence other than CC0 is <a href=\"https:\/\/ckan4rdm.wordpress.com\/2019\/06\/05\/creative-commons-lizenzen-sind-fur-forschungsdaten-ungeeignet\/\" data-type=\"link\" data-id=\"https:\/\/ckan4rdm.wordpress.com\/2019\/06\/05\/creative-commons-lizenzen-sind-fur-forschungsdaten-ungeeignet\/\">questionable<\/a>. Other licenses for datasets can be found at <a href=\"https:\/\/opendefinition.org\/licenses\/api\/\" data-type=\"link\" data-id=\"https:\/\/opendefinition.org\/licenses\/api\/\">Open Definition Licenses Service<\/a>.  <\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Avoid proprietary file formats, as you don't know if the software to open them will still be available in a few years' time. Try to use open standards.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:jgu\/anchorpoint {\"title\":\"FAQ\",\"slug\":\"faq\"} \/-->\n\n<!-- wp:paragraph {\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\"><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:jgu\/heading {\"index\":\"FAQ\",\"tags\":{\"htmlTag\":\"h2\",\"classTag\":\"h3\",\"tag\":\"h2.h3\"},\"heading\":\"Frequently asked questions about iRODS\"} \/-->\n\n<!-- wp:jgu\/accordion {\"selected\":17} -->\n<!-- wp:jgu\/accordion-item {\"title\":\"Who can I contact?\",\"init\":false,\"slug\":\"who-can-i-contact\"} -->\n<!-- wp:paragraph -->\n<p>You can contact unix@uni-mainz.de to make an appointment with our technical support team.<br>They will be able to help clarify any further questions you may have and guide you through the process.<\/p>\n<!-- \/wp:paragraph -->\n<!-- \/wp:jgu\/accordion-item -->\n\n<!-- wp:jgu\/accordion-item {\"title\":\"What is the difference between data archiving and data backup?\",\"init\":false,\"slug\":\"what-is-the-difference-between-data-archiving-and-data-backup\"} -->\n<!-- wp:paragraph -->\n<p>Archiving is intended for research data that is part of a previously published paper. Archived data is intended to be used to replicate research results. It may also be published for use by others, or kept private to meet funding requirements. If you would like to backup a lab PC, please go to: <a href=\"https:\/\/www.en-zdv.uni-mainz.de\/data-backup\/\" data-type=\"link\" data-id=\"www.zdv.uni-mainz.de\/datensicherung\">https:\/\/www.en-zdv.uni-mainz.de\/data-backup\/<\/a><\/p>\n<!-- \/wp:paragraph -->\n<!-- \/wp:jgu\/accordion-item -->\n\n<!-- wp:jgu\/accordion-item {\"title\":\"Do I need to change my daily workflow to prepare my data for archiving?\",\"init\":false,\"slug\":\"do-i-need-to-change-my-daily-workflow-to-prepare-my-data-for-archiving\"} -->\n<!-- wp:paragraph -->\n<p>To archive research data, you don't need to change the way you do research or any of your existing data workflows. You can archive data at any time during the research life cycle. Nevertheless, it it recommended to plan ahead, which data should be archived with which metadata. For this we also provide the <a href=\"https:\/\/cms.zdv.uni-mainz.de\/forschungsdaten\/datenmanagementplaene\/\">Research Data Management Organizer (RDMO)<\/a>.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Data can be archived at any time by creating relevant metadata and technical metadata and then uploading it to the archive. Metadata summarises key information about the research, such as title, description, type, format, licence, keywords, contributors, references, etc. Technical metadata describes what the files contain, how they are used in research, how they relate to each other and how they can be edited. All of this information is useful for others to find and understand the research data.<\/p>\n<!-- \/wp:paragraph -->\n<!-- \/wp:jgu\/accordion-item -->\n\n<!-- wp:jgu\/accordion-item {\"title\":\"How do I prepare my data for archiving?\",\"init\":false,\"slug\":\"how-do-i-prepare-my-data-for-archiving\"} -->\n<!-- wp:paragraph -->\n<p>All research data of a single publication to be archived should be collected in a single parent directory. The data within the parent directory can then be sorted into different directories based on a logical hierarchy chosen by the authors. The metadata of the collected data should then be defined, i.e. title, description, type, format, license, keywords, contributors, reference, etc. Technical descriptions of the research data (technical metadata) should also be prepared and included in the parent directory as human-readable files such as \".txt\". This technical metadata should describe what the contents of the files represent, how they are used in research, how they relate to each other, and how they can be processed. The parent directory should be compressed into an open format if storage requirements allow.<\/p>\n<!-- \/wp:paragraph -->\n<!-- \/wp:jgu\/accordion-item -->\n\n<!-- wp:jgu\/accordion-item {\"title\":\"How do I archive my data?\",\"init\":false,\"slug\":\"how-do-i-archive-my-data\"} -->\n<!-- wp:paragraph -->\n<p>Once you have collected your research data and tagged it with metadata, you can follow these steps [link] to archive it.<\/p>\n<!-- \/wp:paragraph -->\n<!-- \/wp:jgu\/accordion-item -->\n\n<!-- wp:jgu\/accordion-item {\"title\":\"Do I have to archive each data file individually?\",\"init\":false,\"slug\":\"do-i-have-to-archive-each-data-file-individually\"} -->\n<!-- wp:paragraph -->\n<p>Several large files can be archived individually, while large quantities of small files belonging to the same data set should be compressed in a single archive file (zip, tar, rar). If possible, all files of the same data set should be combined in a single archived (compressed) file. This makes it easier to find complete data sets that are to be distributed together.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><\/p>\n<!-- \/wp:paragraph -->\n<!-- \/wp:jgu\/accordion-item -->\n\n<!-- wp:jgu\/accordion-item {\"title\":\"\\u003ca href=\\u0022https:\/\/researchdata.uni-mainz.de\/technical-support\/frequently-asked-questions\/#collapse7\\u0022\\u003e\\u003ca href=\\u0022https:\/\/researchdata.uni-mainz.de\/technical-support\/frequently-asked-questions\/#collapse7\\u0022\\u003eWhere do my files have to be saved before they can be archived?\\u003c\/a\\u003e\\u003cbr\\u003eCan I archive data if my files are on my PC?\\u003cbr\\u003eWhich operating system do I need to archive data?\\u003c\/a\\u003e\",\"init\":false,\"slug\":\"a-hrefhttps-researchdata-uni-mainz-de-technical-support-frequently-asked-questions-collapse7a-hrefhttps-researchdata-uni-mainz-de-technical-support-frequently-asked-questions-collapse7where-do-my-files-have-to-be-saved-before-they-can-be-archived-abrcan-i-archive-data-if-my-files-are-on-my-pcbrwhich-operating-system-do-i-need-to-archive-data-a\"} -->\n<!-- wp:paragraph -->\n<p>The data should be available to be copied from either:<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:list {\"className\":\"wp-block-list\"} -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>a Linux computer installation provided by the ZDV  [link]<\/li>\n<!-- \/wp:list-item -->\n\n<!-- wp:list-item -->\n<li>the Mogon HPC system at JGU  [link]<\/li>\n<!-- \/wp:list-item -->\n\n<!-- wp:list-item -->\n<li>any computer with connected JGU group storage network drives  [link]<\/li>\n<!-- \/wp:list-item -->\n\n<!-- wp:list-item -->\n<li>a personal computer with Kerberos client authentication packages installed<\/li>\n<!-- \/wp:list-item -->\n\n<!-- wp:list-item -->\n<li>any computer with SSH access to linux.zdv.uni-mainz.de [link] or the MOGON HPC system  [link]<\/li>\n<!-- \/wp:list-item -->\n\n<!-- wp:list-item -->\n<li>a Windows PC that uses the Linux subsystems or Linux virtual machines.<\/li>\n<!-- \/wp:list-item --><\/ul>\n<!-- \/wp:list -->\n<!-- \/wp:jgu\/accordion-item -->\n\n<!-- wp:jgu\/accordion-item {\"title\":\"\\u003ca href=\\u0022https:\/\/researchdata.uni-mainz.de\/technical-support\/frequently-asked-questions\/#collapse8\\u0022\\u003e\\u003ca href=\\u0022https:\/\/researchdata.uni-mainz.de\/technical-support\/frequently-asked-questions\/#collapse8\\u0022\\u003eCan I archive the source code used for my data?\\u003c\/a\\u003e\\u003c\/a\\u003e\",\"init\":false,\"slug\":\"a-hrefhttps-researchdata-uni-mainz-de-technical-support-frequently-asked-questions-collapse8a-hrefhttps-researchdata-uni-mainz-de-technical-support-frequently-asked-questions-collapse8can-i-archive-the-source-code-used-for-my-data-a-a\"} -->\n<!-- wp:paragraph -->\n<p>The source code needed to process, generate or understand your research data should be provided with the data itself whenever it is available or possible. The archive itself is intended for long-term, immutable data<\/p>\n<!-- \/wp:paragraph -->\n<!-- \/wp:jgu\/accordion-item -->\n\n<!-- wp:jgu\/accordion-item {\"title\":\"For how long will my data be archived?\",\"init\":false,\"slug\":\"for-how-long-will-my-data-be-archived\"} -->\n<!-- wp:paragraph -->\n<p>By default, the data is archived for 10 years after uploading.<\/p>\n<!-- \/wp:paragraph -->\n<!-- \/wp:jgu\/accordion-item -->\n\n<!-- wp:jgu\/accordion-item {\"title\":\"How large can my data be for archiving?\",\"init\":false,\"slug\":\"how-large-can-my-data-be-for-archiving\"} -->\n<!-- wp:paragraph -->\n<p>For archiving datasets over 1TB, it is recommended to contact us at zdv-forschungsdaten@uni-mainz.de to help you ensure smooth performance and stability during the archiving process.<br>There is currently no storage limit for the amount of datasets to be archived, but individual files or compressed datasets should not be larger than ~8TB.<br>If the archived data sets are to be retrieved via HTTP interfaces, a maximum size of 5 GB per file is recommended.<br>The capacity limitations are only given by the storage location of the original data to be copied, i.e. 100 GB at home on the MOGON systems.<\/p>\n<!-- \/wp:paragraph -->\n<!-- \/wp:jgu\/accordion-item -->\n\n<!-- wp:jgu\/accordion-item {\"title\":\"Is there a limited number of files that I can archive?\",\"init\":false,\"slug\":\"is-there-a-limited-number-of-files-that-i-can-archive\"} -->\n<!-- wp:paragraph -->\n<p>There is currently no limit to the number of files to be archived. However, if the data will be tranfered to  the tape library it might be impossible to retrieve millilios of small files. Therefore, if possible, all files of the same data set should be combined in a compressed file. This makes it easier to find a complete data set that should belong together.<\/p>\n<!-- \/wp:paragraph -->\n<!-- \/wp:jgu\/accordion-item -->\n\n<!-- wp:jgu\/accordion-item {\"title\":\"How can I give my colleagues access to the data?\",\"init\":false,\"slug\":\"how-can-i-give-my-colleagues-access-to-the-data\"} -->\n<!-- wp:paragraph -->\n<p>To give other users access to your research data archive, you must carry out the following steps [Link].<\/p>\n<!-- \/wp:paragraph -->\n<!-- \/wp:jgu\/accordion-item -->\n\n<!-- wp:jgu\/accordion-item {\"title\":\"How do I publish my data?\",\"init\":false,\"slug\":\"how-do-i-publish-my-data\"} -->\n<!-- wp:paragraph -->\n<p>Your research data can be published during the archiving process or afterwards in the following steps [Link].<\/p>\n<!-- \/wp:paragraph -->\n<!-- \/wp:jgu\/accordion-item -->\n\n<!-- wp:jgu\/accordion-item {\"title\":\"How do I describe my data (files) with metadata?\",\"init\":false,\"slug\":\"how-do-i-describe-my-data-files-with-metadata\"} -->\n<!-- wp:paragraph -->\n<p>First, metadata must be captured, such as title, description, type, format, license, keywords, contributor, reference, etc. Once you have defined these and other helpful descriptive fields, you can follow these steps [Link] to add metadata.<\/p>\n<!-- \/wp:paragraph -->\n<!-- \/wp:jgu\/accordion-item -->\n\n<!-- wp:jgu\/accordion-item {\"title\":\"How can I add detailed technical metadata required to understand the files?\",\"init\":false,\"slug\":\"how-can-i-add-detailed-technical-metadata-required-to-understand-the-files\"} -->\n<!-- wp:paragraph -->\n<p>Technical metadata must be created by the owner of the research data. Technical descriptions of the research data should then be included as human-readable files such as \".txt\" alongside the normal data. This technical metadata should describe what the content of the files represents, how they are used in the research field, how they relate to each other and how they can be processed.<\/p>\n<!-- \/wp:paragraph -->\n<!-- \/wp:jgu\/accordion-item -->\n\n<!-- wp:jgu\/accordion-item {\"title\":\"Can I update my archives by adding or deleting files?\",\"init\":false,\"slug\":\"can-i-update-my-archives-by-adding-or-deleting-files\"} -->\n<!-- wp:paragraph -->\n<p>Under normal circumstances, the archive is intended to retain unalterable data for decades. However, the archived research data may be updated in certain cases to add or change existing files. This may be the case if incorrect data is inadvertently uploaded or if the underlying published research changes. Research data that has been archived long-term to meet government or financial requirements cannot and should not be deleted.<\/p>\n<!-- \/wp:paragraph -->\n<!-- \/wp:jgu\/accordion-item -->\n\n<!-- wp:jgu\/accordion-item {\"title\":\"How is the archived data stored?\",\"init\":false,\"slug\":\"how-is-the-archived-data-stored\"} -->\n<!-- wp:paragraph -->\n<p>iRODS uses \"resources\" to archive the collections (directories) and data objects (files). The resources are organized hierarchically. The iRODS archive of the ZDV currently has a replication ressource consisting of two GPFS-Filesystem at diffenrent locations. When you archive data, success is only reported, if both copies are created. In the future one copy of the data might be migrated to the tape library.    <\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><\/p>\n<!-- \/wp:paragraph -->\n<!-- \/wp:jgu\/accordion-item -->\n<!-- \/wp:jgu\/accordion -->\n\n<!-- wp:paragraph -->\n<p><\/p>\n<!-- \/wp:paragraph -->","_links":{"self":[{"href":"https:\/\/www.forschungsdaten.uni-mainz.de\/en\/wp-json\/wp\/v2\/pages\/10404","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.forschungsdaten.uni-mainz.de\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.forschungsdaten.uni-mainz.de\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.forschungsdaten.uni-mainz.de\/en\/wp-json\/wp\/v2\/users\/605"}],"replies":[{"embeddable":true,"href":"https:\/\/www.forschungsdaten.uni-mainz.de\/en\/wp-json\/wp\/v2\/comments?post=10404"}],"version-history":[{"count":13,"href":"https:\/\/www.forschungsdaten.uni-mainz.de\/en\/wp-json\/wp\/v2\/pages\/10404\/revisions"}],"predecessor-version":[{"id":11637,"href":"https:\/\/www.forschungsdaten.uni-mainz.de\/en\/wp-json\/wp\/v2\/pages\/10404\/revisions\/11637"}],"wp:attachment":[{"href":"https:\/\/www.forschungsdaten.uni-mainz.de\/en\/wp-json\/wp\/v2\/media?parent=10404"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.forschungsdaten.uni-mainz.de\/en\/wp-json\/wp\/v2\/categories?post=10404"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.forschungsdaten.uni-mainz.de\/en\/wp-json\/wp\/v2\/tags?post=10404"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}