- Differential backups
- Deduplication
- Encrypted ❤️
- Backup cleaning
- Less than 1€ a month
150k files scanned in < 30s, almost no CPU involved.
1- Sign-up to backblaze.com for a 10Go B2 free-tier
2- Create a bucket + API key with limited permissions
# init repository
RESTIC_PASSWORD=*** B2_ACCOUNT_ID=*** B2_ACCOUNT_KEY=*** /usr/local/bin/restic -r b2:time-machine:project init
# add the cron tasks
crontab -e
# if cron tasks are not executed as root, then:
touch /var/log/restic.log.1 /var/log/restic.log.2
chown samber:staff /var/log/restic.log.1 /var/log/restic.log.2