Linux/MacOSX reliable one-way sync file tree
The code is here for a linux or mac compatible script that allows for a “new” incoming file tree to superimpose itself on top of an existing file tree. kind of like rsync, except in a more controlled single-directional way. #!/bin/bash # # Script to integrate full tree of content into existing tree, and find […]