Securely back up your Synology NAS to remote-backups.com using BorgBackup. Benefit from deduplication, client-side encryption, and reliable storage in GDPR-compliant German datacenters.
http://packages.synocommunity.com
.~/.ssh/authorized_keys
:
command="/usr/local/bin/borg serve --restrict-to-path /volume1/borgbackup",restrict ssh-rsa AAAA... user@host
borg init --remote-path /usr/local/bin/borg \
--encryption=repokey-blake2 \
borg@remote-backups.com:/your/repo
Use --remote-path
to specify the Borg binary location on Synology.
borg create --remote-path /usr/local/bin/borg \
--compression zstd \
borg@remote-backups.com:/your/repo::'{now}' \
/volume1/important-data
All data is encrypted before leaving your NAS, using keys you control.
SSH key authentication and command restriction for every backup job.
Backups stored exclusively in ISO 27001-certified German datacenters.
Try remote-backups.com with 100GB free storage for Synology Borg users.
Start Free TrialYes, use DSM Task Scheduler to run Borg or Borgmatic backup jobs automatically.