A script for executing restic backups onto a remote (or local) server.
Find a file
2019-10-23 21:58:22 +00:00
.gitignore initial commit before setting up the remote 2019-10-14 02:54:32 +00:00
LICENSE Add LICENSE 2019-10-09 21:09:44 +00:00
README.md Update README.md 2019-10-23 21:58:22 +00:00
restic-cron created more sensible default path 2019-10-16 01:49:17 +00:00
run-restic.sh add some extra spaces at the end 2019-10-14 04:31:29 +00:00
site.conf-sample initial commit before setting up the remote 2019-10-14 02:54:32 +00:00

Restic Backup

A script for executing restic backups - see the project repo onto a remote (or local) server.

Backups are incremental, and stored encrypted on the backup server. You must have the password for each backup to view the content. This script stores 7 daily, 5 weekly, 12 monthly, and 7 yearly snapshots. It automatically cleans up after itself.

This solution is far more efficient and faster than our past solution, Rdiff Backup (which uses rsync)...