I'm thinking of creating a sync/backup routine with rsync for some crucial files between my Desktop computer and Laptop. The point is not to use a Cloud service. I would set up an automated schedule to perform the task (daily, weekly, etc).
Question: What happens if one of the locations are offline when rsync is attempted?
- The laptop (source) cannot access the desktop computer (destination).
- Or, the desktop computer (source) cannot access the laptop (destination).