hendry
Explorer
- Joined
- May 24, 2018
- Messages
- 98
Hi, I am looking for a low-fi approach for a workflow I have.
I organise my data in day folders, YYYY-MM-DD, folders typically older folders I want to be read only.
There are exceptions when I ingest say a old SDcard from pictures of a month ago. I want to ideally store that in $(date -d "-1 month" +%Y-%m-%d)/ folder.
I want old stuff static, and checksumed, preferably with a manifest with sha checksums. So if I ever copy the data to a USB drive or rsync it somewhere, I have a good idea if everything has integrity.
Has anyone implemented such a "immutable" workflow or can suggest a similar direction to what I am after?
I organise my data in day folders, YYYY-MM-DD, folders typically older folders I want to be read only.
There are exceptions when I ingest say a old SDcard from pictures of a month ago. I want to ideally store that in $(date -d "-1 month" +%Y-%m-%d)/ folder.
I want old stuff static, and checksumed, preferably with a manifest with sha checksums. So if I ever copy the data to a USB drive or rsync it somewhere, I have a good idea if everything has integrity.
Has anyone implemented such a "immutable" workflow or can suggest a similar direction to what I am after?