Changes between Initial Version and Version 1 of Ticket #1002
- Timestamp:
- Nov 13, 2017, 10:17:46 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1002 – Description
initial v1 3 3 To be able to decide if a file should be linked or copied the exporter need to find out the files that already exists. It does this by executing several `find` commands. While this works fine in most cases there is a problem if the data folder has a directory that is not accessible by the current user. See the attached image. 4 4 5 [[Image(permission-denied.png)]] 6 5 7 It should be possible to write the `find` commands so that it ignore non-accessible files.