young24 / Perfect-Lab-System

To develop a perfect project-management system for labs
MIT License
4 stars 3 forks source link

Track every change in the Data folder #3

Open young24 opened 6 years ago

young24 commented 6 years ago

Currently, I think the best way to monitor every change in the data folder is to Git version control on a log file that records every change in the folder. And this is definitely achievable. In the current framework, FreeFileSync can automatically generate such a log file which I guess, can be version controlled in the Git way.

young24 commented 6 years ago

But what if we want the log file of all data on the server? A merged log file by pull requests? or a system file that monitors changes on the server without git control (this idea is not consistent with Git control framework.) However, we can access the server directly, therefore, this might not be a problem. The tangled mind feels something not correct.