Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
rdms:access:linux:icommands [2025/04/08 13:46] – added John's edits giuliordms:access:linux:icommands [2025/04/09 07:31] (current) – added info on metadata giulio
Line 702: Line 702:
 # where the -t switch indicates to search in trash. Copy the path given by ilocate, then run any of the suggested commands. # 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:+# 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> $ imv <logical path(s) from ilocate> <path to RDMS destination folder>
  
-# To restore a copy of the file present in the trash 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> $ 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:+# 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> $ iget <logical path(s) from ilocate> <path to local destination folder>