What happens to the data if while an RSync operation, there is a power outage or loss in data connection?
Will the data get corrupted?
I have a RasPi at home that is configured as a NAS server. Then I have another RasPi at my office. I want the office RasPi to serve as a mirror of the home RasPi (the home RasPi should always rule so if there are differences, make the office RasPi match it).
My intention has been to create a cron job on the office RasPi that connects via SSH to the home RasPi and then RSync. And assuming the data will not be corrupted, is there a way to resume the cron/RSync operation after the reboot/reconnect?
TIA!