A backup on the same drive as your server install protects against accidental deletion or corruption. It does NOT protect against drive failure, ransomware, or "the building burned down." AASM v0.8.3 ships an optional SFTP off-site backup tier that uploads each backup ZIP to a remote server.
v0.8.2 fixed an SFTP failure-swallow bug (BUG-SftpFailureSwallow) - earlier builds reported scheduled-backup success even when the SFTP upload silently failed. v0.8.3 honestly reports failure with retry intent.
Prerequisites:
Server tab → Backup and Restore sub-tab. Scroll to the Off-Site / SFTP Backup section.
Flip Enable SFTP backup tier on. The credential fields become editable.
Fill in:
backups.example.com)22 (SFTP rides on SSH)/srv/ark-backups/island/)SFTP password is stored encrypted in AASM's data dir. Viewer/dashboard Web UI roles cannot read it (v0.8.2 server-side redaction).
Configure two retention windows:
Click Confirm Saved, then trigger a manual backup via the Backup Now button. Watch the dashboard:
shouldRetry (v0.8.2 fix).SSH into the remote and confirm the backup landed:
ssh user@backups.example.com "ls -lh /srv/ark-backups/island/"
The latest ZIP should be there with the same size as the local copy.
You now have a true off-site backup tier. Pair with on-site backups so you have multiple lines of defense - local for accidental deletion, remote for drive failure or disaster.