You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dedop should try to make hard links of input netCDF files instead of copying them to the workspace when:
on a Unix-like system,
workspace and source L1A files are on the same data volume (otherwise hard linking is impossible to do).
Alternatively, dedop could set up symbolic links on Unix-like systems or shortcuts (if judged reliable) on Windows systems. For Windows shortcuts & Unix-like symlinks, this should be triggered by a new dedop option to the =dedop input add files= command (e.g. "--links" option).
Actual behavior
dedop always copies files resulting in disk space waste.
Steps to reproduce the issue
Make a workspace and add inputs files to it.
Specifications
This request concerns only Linux & Unix-like users and maybe MACOSX users.
The text was updated successfully, but these errors were encountered:
Expected behavior
dedop should try to make hard links of input netCDF files instead of copying them to the workspace when:
Alternatively, dedop could set up symbolic links on Unix-like systems or shortcuts (if judged reliable) on Windows systems. For Windows shortcuts & Unix-like symlinks, this should be triggered by a new dedop option to the =dedop input add files= command (e.g. "--links" option).
Actual behavior
dedop always copies files resulting in disk space waste.
Steps to reproduce the issue
Make a workspace and add inputs files to it.
Specifications
This request concerns only Linux & Unix-like users and maybe MACOSX users.
The text was updated successfully, but these errors were encountered: