Hacker News new | ask | show | jobs
by nocture 2545 days ago
I recently did a small setup on my Synology consisting of a simple script that:

- Tars folders I want to backup

- Encrypts using GnuPG

- Uploads encrypted files to S3 (Glacier).

Simple and cheap cloud backup for me + nothing had to be installed on my NAS except for docker to run GnuPG and AWS CLI in containers.

1 comments

I'm not sure if it runs on Synology, but duplicity handles most of this OOTB, and handles incrementals as well.