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

As long as the backup system performs deduplication, it should be able to store the backup data efficiently even if the source files are constantly moved around or renamed.

ZFS snapshots can perform deduplication. There is also ZBackup, which also has deduplication support.

  • source