Watch
Watchers mark changed save files while the game or its launcher is running.
How it works
Rove watches for stable changes, commits locally, and only then considers cloud replication. That order is the product.
Watchers mark changed save files while the game or its launcher is running.
Stable changed files are captured incrementally. Rove avoids treating an actively-written file as finished.
A local immutable revision is committed first. This is the durable checkpoint on your PC.
Cloud replication happens later. It can wait offline, pause on request, or stay local-only.
If both sides changed, both versions are preserved for review rather than silently overwritten.
Restore verifies required data, shows what will change, and creates a pre-restore Recovery Point before writing save files.
The boundary
Rove does not send saves through a Rove-hosted server. The desktop app talks to the destination you select: your local disk, Google Drive, or a synced folder on your machine.
That means provider availability, account permissions, quota, and network conditions remain real-world constraints — and the app shows those states instead of hiding them.