Hi everyone,
I’m setting up Kopia and wanted to check what the best practice is for using it in combination with rclone. My goal is to have a two-stage backup process:
-
Local backup: Kopia repository stored on a secondary disk.
-
Cloud sync: Use rclone to sync the local Kopia repository to Google Workspace (formerly G Suite) storage.
I’m mainly looking for advice on:
-
Whether this setup is recommended or if it introduces risks (Backing up directly can have issues with maintenance jobs).
-
The best way to schedule or trigger rclone sync safely after local backups complete.
-
Any specific rclone flags or Kopia settings that help ensure repository integrity during syncing.
I want to prioritize data integrity and restore reliability, would love to hear how others handle local + cloud redundancy with Kopia.
Thanks in advance!