Off-box copiesAll docs ↓

Off-box copies

Keep an encrypted copy of the archive on a remote you own, with the only key held in your recovery kit.

Encrypt before upload

Packbat encrypts each changed archive object and the index to an age public recipient in a local outbox. Only the resulting ciphertext is handed to rclone. The private identity is not kept in the archive config.

Choose a destination

The wizard can configure an S3-compatible store, SFTP, or any rclone destination. S3-compatible and SFTP remotes can use a Packbat-managed rclone config. A custom destination can use your default rclone config instead.
S3-compatibleSFTPAny rclone destination

Keep the recovery kit

The recovery kit holds the age identity, the recipient, the remote location, and fresh-machine restore commands. It holds the only key. Keep a copy somewhere safe off this machine, such as a password manager. If every copy is lost, nobody can recover the remote archive.

Copies, not syncs

Uploads are copies, never syncs. Packbat sends new or changed encrypted objects and an encrypted index. It does not ask rclone to delete remote files, so a local removal cannot remove the off-box copy.

Restore from remote

Restore downloads and decrypts the remote index first. Once you choose a session, Packbat downloads only that session's objects, verifies them, then restores them to the harness store.
packbat restore --from-remote --identity <kit-file> <unit> --machine <source-machine>