Changes between Initial Version and Version 1 of Ticket #1002


Ignore:
Timestamp:
Nov 13, 2017, 10:17:46 AM (6 years ago)
Author:
Nicklas Nordborg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1002 – Description

    initial v1  
    33To 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.
    44
     5[[Image(permission-denied.png)]]
     6
    57It should be possible to write the `find` commands so that it ignore non-accessible files.