From 628ab78f2acdf31f1456e8050f14ddf83a7c3578 Mon Sep 17 00:00:00 2001 From: Dave Lane Date: Wed, 23 Oct 2019 22:26:34 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec88927..0c749bf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Restic Backup -A script for executing [restic backups](https://www.rnz.co.nz/national/programmes/ninetonoon/audio/2018719138/helter-smelter-what-s-behind-the-tiwai-point-review) - see the [project repo](https://github.com/restic/restic) onto a remote (or local) server. +A script for executing [restic backups](https://restic.net) - see the [project repo](https://github.com/restic/restic) 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.