Hi all, I have OMV 6 running on a Raspberry Pi with dual SSDs to backup a few laptops. One drive is shared on the network, the other is intended to be a mirror and is not shared. The drives are connected via USB so I'm using Rsync to pass updates. The Rsync job is scheduled to run once daily, and I just noticed that the destination drive now holds more data than the source drive, which I wasn't expecting. The shared drive contains ~650GB and the destination drive is now at ~690GB.
Is it possible to use Rsync to basically mirror a drive? And if so, what config changes do I need to make? Any tips or documentation would be helpful.