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 [2025/01/22 11:35] – burcu | rdms:access:linux:icommands [2025/05/28 10:07] (current) – [Configure iCommands] Small fix: Missing " 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 for Default zone>< | <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 672: | Line 690: | ||
</ | </ | ||
</ | </ | ||
+ | |||
+ | **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 '' |