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/04/09 07:31] (current) – added info on metadata giulio | ||
---|---|---|---|
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 672: | Line 690: | ||
</ | </ | ||
</ | </ | ||
+ | |||
+ | **How to manage files in the RDMS trash folder**\\ | ||
+ | Files that have been deleted either from the web interface or using '' | ||
+ | |||
+ | If instead 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 '' |