signal_tag · 2_broadcasts
#backup
// 2 transmissions tagged with #backup

TX_829890· Engineering
BorgShield 2.1 adds AES‑256 encryption and test‑restore for Linux backups
Version 2.1.0 of BorgShield, a Bash orchestrator for BorgBackup, launched on July 23 2026 for Debian 11+ and Ubuntu 22.04+. It adds Zstandard level‑3 compression, AES‑256 encryption, automated metadata collection and a test‑restore command.

TX_236909· Engineering
Laravel config backup breaks on server move fixed with password-protected archive
The laravel-config-backup package now stores plaintext inside a password-encrypted AES-256 ZIP, re-encrypting with the new APP_KEY on restore, solving the DecryptException issue when moving servers [DevTo].