Is there an rsync like program with the ability to track changes in file location?
Is there an rsync like program with the ability to track changes in file location?
rsync can do this fine with –recursive --delete. The mirror will remain an exact replica.