20 TB backed up · 3.5M+ files · 30M+ articles verified

Encrypted backup for datasets of any size.

Back up folders, build disk images, and host AI training datasets on Usenet — then stream-write them straight to a target disk or model server on restore. Every archive opens as a browsable network share you can mount, extract, or migrate without staging the full dataset locally first.

Tired of per-GB cloud egress and unpredictable storage bills on your backups and datasets? Switch to Usenet Share.

Archive URI · AES-256-GCM
usenet://8fb92a@alt.binaries.data/71029#k=4f82a1c9e823b10
usenet-share · dashboard
Usenet Share dashboard — backup archives, disk images, sizes, statuses
Works withNewshostingEwekaTweaknewsSABnzbdrcloneaws-cli*arr stack

What it's for

Backup, storage, archives, migration.

Backup

Encrypted backup of a 400 GB project

No size cap, no per-GB cost. Restore the archive on any machine you own — mount it as a network share, pull individual files, or restore the whole set.

Disk Images

Create, mount & deploy disk images

Build raw / .img / .iso disk images, host them on Usenet, then mount, extract, or stream-write them directly to a target disk on restore. No local staging required.

AI/ML

Store & stream training datasets

Keep multi-terabyte AI training datasets in encrypted remote storage and stream them straight to a model server or training node — never stage the whole set locally.

Archive

Long-term encrypted archive management

Data is encrypted on your machine before it leaves. The app tracks provider retention and warns you before anything nears expiry so you can re-publish.

How it works

Six steps from source to restore.

01

Pick source

Folder, disk image, or AI training dataset.

02

Encrypt + pack

AES-256-GCM. Big files chunked, small files packed.

03

NNTP upload

60 concurrent connections to your Usenet provider.

04

Archive URI

One tiny link points to the encrypted archive + key.

05

Mount archive

Open the archive like a browsable network share.

06

Restore / stream

Extract, verify, or stream-write to disk / model server.

* You bring your own Usenet provider (Newshosting, Tweaknews, Eweka, …). See Providers.

The app

Every surface — real screenshots.

Backup & upload pipeline screenshot
Backup

Backup & upload pipeline

Index → segment → encrypt → upload → verify → commit. Live throughput, transferred bytes, and a real folder tree of what's going into the archive.

Archive browser (network-share view) screenshot
Mount

Archive browser (network-share view)

Open an archive and browse it like a mounted network share. Pick a file, a subfolder, or the whole archive. Parallel restore with per-file SHA-256 verify + auto-repair.

Stream disk images straight to disk screenshot
Write to Disk

Stream disk images straight to disk

Stream a disk-image archive range-by-range straight to a target block device on restore. No local staging, checkpointed, byte-verified on completion.

S3-compatible remote storage screenshot
S3 Gateway

S3-compatible remote storage

Point rclone, aws-cli, boto3 or s3cmd at your local gateway to back up or migrate data to Usenet. Buckets map to archives, keys map to files. Zero per-GB egress.

Verified at scale

Numbers from the latest backup + restore run.

20 TB

Backed up & restored end-to-end

Latest run: a 20 TB dataset backed up and restored clean — large streaming files, packed small files, unicode names, symlinks, hardlinks, boundary sizes.

3.5 M+

Files in a single archive

Smart small-file packing bundles millions of tiny files into single Usenet articles, then reconstructs them perfectly on restore.

30 M+

Articles stored, zero corruption

Every file SHA-256 hashed pre-upload and re-hashed on restore. Missing articles auto-repair from redundant copies.

60

Concurrent NNTP connections

Custom-modified NYUU upload + native C++ restore engine. Matches per-IP caps at Newshosting, Tweaknews, and Eweka.

Capabilities

Built like infrastructure.

All features →
Mount

Browse an archive like a network share

Open an archive and you see a real folder tree — directories, filenames, sizes. Restore one file, a subfolder, or the whole archive. No NZB, no manifest.

Images

Disk images of any size

Create .iso, .img, or raw disk images and store them on Usenet. Mount, extract, or stream-write them straight to a target disk without local staging.

Stream

Write to Disk

Pipe an archive or disk image directly to a target disk or block device on restore. Zero local staging. Pause/resume + crash-resume built in.

AI/ML

Stream training data to model servers

Keep multi-terabyte datasets in encrypted remote storage and stream them to a training node or model server as a mounted archive. No local copy, no cloud egress.

Pack

Smart small-file packing

Millions of tiny files would mean millions of tiny uploads. Usenet Share packs files under ~500 KB into single articles, then unpacks them perfectly on restore.

Security

End-to-end encrypted

AES-256-GCM. Data is encrypted on your machine before it hits your Usenet provider. Without the archive's key, the bytes on Usenet are random noise.

Integrity

SHA-256 verified at every step

Every file is hashed pre-upload and re-hashed on restore. Mismatches trigger automatic re-fetch from redundant copies.

AI Dataset Streaming

Train on multi-terabyte datasets without staging a single byte.

Store raw datasets, model weights, and checkpoints as encrypted disk images on Usenet. Mount them on a training node and stream samples straight into your data loader — no local copy, no cloud egress, no per-GB retrieval fees.

01
Package

Pack your dataset into a disk image (.img/.iso) or a folder archive. Small files auto-pack; large shards stay contiguous for sequential reads.

02
Encrypt & upload

AES-256-GCM on your machine, then uploaded to Usenet with SHA-256 integrity and redundant article copies.

03
Mount on the training node

Point your GPU box at the archive URI. It appears as a browsable network share or a mounted block device.

04
Stream into the loader

Your data loader reads samples on demand. Prefetch + read-ahead cache keeps throughput saturated across epochs.

Performance
Line-rate
Saturates a 1–10 Gbps NIC on a well-provisioned Usenet provider.
<100 ms
First-byte latency to a mounted sample with read-ahead warmed.
Zero egress
No per-GB retrieval fees. Your provider bill is a flat monthly rate.
Any size
Single archives to 100+ TB. Stream a shard, an epoch, or the entire set.
Example use cases
  • Train LLMs on raw text corpora

    Mount a 20 TB tokenized corpus and stream shards into your DataLoader. Swap corpora by pointing at a different archive URI.

  • Fine-tune vision models on image archives

    Ship a disk image full of WebDataset .tar shards. The training node reads them sequentially without unpacking to local disk.

  • Restore model weights & checkpoints

    Stream-write a checkpoint image straight to a GPU node's local NVMe when spinning up a new training run.

  • Distribute datasets to multiple nodes

    One archive URI, N mount points. Each training node pulls what it needs — no central data server to run out of bandwidth.

Throughput and latency depend on your Usenet provider, network path, and archive layout. Numbers above reflect typical results on a 10 Gbps link with a tier-1 provider.

vs. the alternatives

Backup & storage stack comparison.

CapabilityUsenet ShareBackblaze B2AWS S3 GlacierDropbox BusinessSelf-hosted NASrclone + S3
Max archive sizeUnlimitedPlan-dependentUnlimitedPlan-dependentDisk-limitedUnlimited
Disk-image storage & stream-restoreYes (stream-write to disk)NoManualNoManualNo
AI/ML dataset streamingYes (stream to model server)NoNoNoPartialNo
End-to-end encrypted (client-side)Yes (AES-256-GCM)OptionalNo (server-side)No (server-side)Depends on setupOptional
Per-GB egress / restore cost$0 (flat Usenet fee)Included / per-GB$0.09+/GB + retrievalIncluded$0 (LAN)~$0.09/GB (AWS)
Speed on big datasetsFast (60 conns)Fast, paidHours to restoreModerateLAN-fastFast, paid
Archive access modelMount as network shareWeb / clientJob-based restoreWeb / clientSMB / NFSCLI-only
Browse + selective restoreYes (folder view)YesManualYesYesYes
Data durabilityProvider retention + warningsProvider SLAProvider SLAProvider SLAYour hardwareProvider SLA
Self-hosted controlYesNoNoNoYesPartial
Resume after crashYesPartialManualYesYesManual
Privacy from storage vendorTotalDepends on key mgmtNoneNoneTotal (on-prem)Total (client-encrypt)
50% off launch pricing

Pricing

Buy once. Own it.

Full pricing →
Save 50%1 Year
$59.98$29.99
12 months

Full app + updates for a year. Ideal to try a full project cycle.

  • All features included
  • 1 activated device
  • 12 months of updates
  • Paddle checkout
  • License emailed instantly
Buy 1 Year
Save 50%Best value2 Years
$99.98$49.99
24 months

Same full app, two full years of updates. ~$2.08/month.

  • All features included
  • 1 activated device
  • 24 months of updates
  • Auto-renews via Revolut
  • Priority email support
Buy 2 Years
Save 50%Limited — 100 onlyOnly 9 left!
Lifetime seats remaining9 / 100

When these 9 are gone, Lifetime closes forever.

Lifetime
$199.98$99.99
one-time · only 100 ever sold

Pay once, own the app. Every update, for the life of the product. Strictly limited to 100 customers — once they're gone, they're gone.

  • All features included
  • 1 activated device
  • Lifetime updates
  • Self-serve device move
  • Priority email support
Buy Lifetime

Back up your terabytes.

Windows, macOS, Linux. License from $29.99. 1 device per license.