Every version stays on the site. As new ones arrive, older builds
remain downloadable from the download page under
Previous versions inside each platform, with their notes here.
v0.9610 BETA current
Released 2 September 2026 ·
cPanel & Linux, Windows and Docker.
The first public release, on all three platforms.
What it does
- Backs up Google Workspace — Drive, Gmail, Calendar and
Contacts — to a destination you own: Google Drive, S3-compatible storage,
Azure, or a local disk. Your backups are never held by us.
- Per-client index databases. One file per client workspace, which
bounds a client’s growth and makes their catalogue portable.
- Console database self-backup, on a schedule, to the same
destination your client backups use. It copies the console database, the frozen
archive and every client index, verifies each one against its source, and prunes
nothing until the new copy has passed.
- Restore from any destination, including one you have since
migrated away from.
Retention, and what is fixed
Three separate windows, which do not overlap:
- Version history — how many older copies of a file that still
exists are kept. Operator-configurable.
- Vault pruning buffer — per client. How old a file may get
before it is deleted from your storage altogether. Operator-configurable, and it
applies to every destination: local disk, S3, Azure and Drive alike.
- Deleted items — anything gone from the customer’s
Workspace is held for a fixed year. That one is not adjustable and
neither of the others can cut it short, because a promise about deleted data should
not be shortenable to save space.
Both of the windows that permanently delete data ship switched off. You
turn them on deliberately, after reading what the first pass would remove — not by
upgrading.
When something is deleted, the object goes first and the index entry only once the
destination has confirmed it. A delete that fails leaves the file findable rather than
stranded as bytes nothing points at.
Platforms
- cPanel & Linux — a standalone bundle and a PHP installer
that backs up your database, including every per-client database, before it extracts
anything.
- Docker — a published image on GitHub Container Registry with a
compose file. Data lives in a named volume, so an update replaces the container and
leaves the databases alone.
- Windows — one installer carrying its own Node.js runtime,
registering the console as a scheduled task under SYSTEM so it runs at boot before
anyone signs in, with a notification-area icon for status, start, stop and logs, and
its own firewall rule on the private profile.
Older versions
There are none yet. Every future version will stay on this site, with its notes here and
its files under Previous versions inside each platform on the
download page.
Getting the current version
Everything is on the download page, with SHA-256 checksums
for each file. Installation is covered per platform:
cPanel & Linux,
Windows,
Docker.