clouderra RU

Features

Below is what is actually implemented and running in production. We keep the roadmap off this page so it can't be read as a promise.

Schedules and windows

A job is described by its start time and a maximum duration. If a copy doesn't fit the window, it isn't aborted — it's flagged as having overrun the window. You see this in the weekly report and can either widen the window or split the job.

Incrementals and deduplication

After the first full copy, only changed blocks are transferred. Deduplication works within a single account: identical blocks across ten similar servers are stored once and counted once toward volume.

A full copy is reassembled on our side from the incremental chain every 30 days so the chain doesn't grow without bound. This is invisible to you and doesn't consume your bandwidth.

Restore verification

This is the one feature that makes us worth choosing over a home-grown rsync script. Once a week we restore a randomly selected copy in an isolated environment and reconcile the result against the source.

A mismatch during verification opens an incident with higher priority than a failed copy. A copy that didn't run is a known problem. A copy that ran and won't restore is an unknown one — and that's more dangerous.

Retention

TierDefault depthConfigurable
Hourly points48 hoursup to 7 days
Daily points30 daysup to 90 days
Weekly points12 weeksup to 52 weeks
Monthly points12 monthsup to 84 months

Deleting a point is irreversible and runs on the retention schedule, not on a button press: 72 hours pass between removal from the interface and physical deletion.

Encryption

The key is generated by the agent on first run and printed once. We never receive it and cannot recover it: losing the key means losing access to your copies — not a clause in a contract, but a direct consequence of the scheme.

Metadata — job names, schedules, sizes and run times — is not encrypted, or we couldn't plan load. The contents of files and dumps are always encrypted.

Access and roles

Technical detail on each point is in the documentation. Cost and per-plan limits are on the pricing page.