sync two huge filesystems
- by guettli
I need to sync two huge file systems. Both sides run linux with full root access.
My preferred solution: I can read the list of changed files and directories and sync only the changed files.
Here are some solutions and why they don't fit:
rsync: Needs to check recursively all files. There are some million files and only little changes. The…