Sync data to a remote (S3, GCS, …)¶
Configure an rclone remote and a sync interval; the daemon pushes after each cycle:
storage:
remotes:
- {provider: rclone, remote: "s3:my-bucket/crypto"}
sync_interval: 3600
Configure an rclone remote and a sync interval; the daemon pushes after each cycle:
storage:
remotes:
- {provider: rclone, remote: "s3:my-bucket/crypto"}
sync_interval: 3600