Dual sites solution to sync data?

Hi folks

Is it possible to implement a dual site solution using Dietpi similar to what we have in companies where data stored on server of the Site 1 are sync with server on Site 2 ?

Cheers

Charles M

It sounds like you might want Syncthing:: documented here.

Or if one server is the master, there is rsync (geared toward scheduled syncing) and rclone (allows mounting remote filesystems as if they are local, as well as scheduled copying).

Other options are sftp (using the existing ssh provider), nfs, samba, cifs, …

Basically every solution that works on Debian will work on DietPi. Syncthing might be a good choice to keep files updated between 2 locations