-1

How can I keep in sync my /home directory on two different systems?

I found something like unison, but it is no longer in the repositories of centos9. Are there other possible solutions?

The synchronization should take place in both directions and it must be possible to work with multi users on both systems.

2IRN
  • 99
  • 1

1 Answers1

0

I personally syncing is not a good idea when having two systems accessing the data. I could imagine a scenario where data is being changes by users and in the same time also edited by users on node2, that would definitely create data corruption. And also imagine a user charging a file the sync comes and overwrites the changes.

In this matter, providing a collaboration environment like SharePoint Online would be better. Then a file gets locked for editing when a user is working on it.

Turdie
  • 2,945