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 (1 child)

lsyncd does just this. It's intended use is to sync directories between systems over slow(ish) uplink, but it can work locally as well. It takes some fiddling to set up, but once set up it just does it's thing seamlessly at the background. However if you're just looking for a backup solution I'd might look for something else, like a plain rsync script.

  • source
  • hideshow 2 child comments