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
[–] 1 point 3 years ago*

rclone sync might be a acceptable?

It doesn't move files from one dir to another but it would delete the old directory and recopy to the new directory.

I think rsync has the same functionality but could be wrong

  • source