I am backing up files I have on my server and Windows PC like below:
- Windows files -> restic -> restic repository on server network share (hourly)
- Server files -> restic -> restic repository on server (hourly)
- restic repository -> rclone sync -> Backblaze B2 (hourly) (this runs on my server)
Is it correct that this way I only lose 1 hour of data at max? Do you notice any point of potential failure in this setup? Can anything be improved?