I have a series of directories on Linux, and each directory contains a lot of files and data. Data in these directories is automatically generated, but several users will need to do more analysis of this data and generate more files, change the structure, etc.
Since these data directories are very large, I do not want several people to make a copy of the source data, so I would like to make a copy of the catalog and a link to the original from a new one. However, I would like for any changes to be saved only in the new directory and leave only the original reading. I would prefer not to link only certain files that I define, because the data in these directories is so diverse.
So, I am wondering if there is a way to create a copy of the directory by contacting the original, but saving any modified files only in the new directory.
source share