I'm looking for a linux program that can mirror a directory to another drive and move a subdirectory in the mirror.

you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 3 years ago

But rsync can do this fine with --recursive --delete. The mirror will remain an exact replica.

  • source