Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| rdms:access:linux:icommands [2024/09/02 10:18] – changed .json file to reflect 4.3 changes giulio | rdms:access:linux:icommands [2025/07/03 11:48] (current) – [Common iCommands Usage Examples] Note about ibun and symlinks jelte | ||
|---|---|---|---|
| Line 23: | Line 23: | ||
| 2. Create the configuration file: | 2. Create the configuration file: | ||
| - | Create the file '' | + | Create the file '' | 
| - | <hidden Click to display configuration file>< | + | <hidden Click to display configuration file for Default zone>< | 
| { | { | ||
| " | " | ||
| Line 40: | Line 40: | ||
| " | " | ||
| " | " | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | <hidden Click to display configuration file for Sensitive data zone>< | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| } | } | ||
| </ | </ | ||
| Line 232: | Line 250: | ||
| For the explanation of commonly used '' | For the explanation of commonly used '' | ||
| - | - **iCommands for Navigation** will describe the iCommands that are used to navigate the RDMS from the CLI, but also contain information about starting/ | + | - **iCommands for Navigation** will describe the '' | 
| - **iCommands for (Meta)data Management** will describe how to transfer data in/out of the RDMS, explain how to set permissions for other users, how to work with metadata from the CLI, including a more detailed description on how to query the database for more extensive searches. | - **iCommands for (Meta)data Management** will describe how to transfer data in/out of the RDMS, explain how to set permissions for other users, how to work with metadata from the CLI, including a more detailed description on how to query the database for more extensive searches. | ||
| -  **iCommands for Group Management** will focus on the respective commands that can be used by ' | -  **iCommands for Group Management** will focus on the respective commands that can be used by ' | ||
| Line 626: | Line 644: | ||
| * The bundling and extraction operations do not display a progress. For large folders/ | * The bundling and extraction operations do not display a progress. For large folders/ | ||
| * If you want to overwrite, you can again use the additional '' | * If you want to overwrite, you can again use the additional '' | ||
| + | * Notes that extraction via '' | ||
| **Assigning Data Permission**\\ | **Assigning Data Permission**\\ | ||
| Line 672: | Line 691: | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| + | **How to manage files in the RDMS trash folder**\\ | ||
| + | Files that have been deleted either via the web interface or using  the command '' | ||
| + | |||
| + | If you wish to restore files in the '' | ||
| + | < | ||
| + | < | ||
| + | #To locate a file in the trash folder, you will need to know the filename: | ||
| + | $ ilocate -t < | ||
| + | |||
| + | # where the -t switch indicates to search in trash. Copy the path given by ilocate, then run any of the suggested commands. | ||
| + | |||
| + | # To move the file out of the trash folder (and preserve previously attached metadata): | ||
| + | $ imv <logical path(s) from ilocate> <path to RDMS destination folder> | ||
| + | |||
| + | # To restore a copy of the file present in the trash folder (without previously attached metadata): | ||
| + | $ icp <logical path(s) from ilocate> <path to RDMS destination folder> | ||
| + | |||
| + | # To download a copy of the file to a folder on your local system (without previously attached metadata): | ||
| + | $ iget <logical path(s) from ilocate> <path to local destination folder> | ||
| + | |||
| + | </ | ||
| + | </ | ||
| + | |||
| + | You can also use the **RDMS web interface to restore a file** from the '' | ||
| + | |||
| **Working with Metadata**\\ | **Working with Metadata**\\ | ||
| The '' | The '' | ||