From 336d6d2307a28fe0b361110f28f2e742d45194dd Mon Sep 17 00:00:00 2001 From: Steph Date: Fri, 5 Feb 2021 15:44:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Added=20backup=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backup.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 backup.conf diff --git a/backup.conf b/backup.conf new file mode 100644 index 0000000..12591d9 --- /dev/null +++ b/backup.conf @@ -0,0 +1,14 @@ +## Backup config file for service. To find the syntax for this file, +## take a look at `man duplicity` or the web docs at this url: +## http://duplicity.nongnu.org/vers8/duplicity.1.html#sect9 +## +## Special syntax has been added, a single pound sign line will be +## interpreted like a variable assignment, a line with two pound +## signs will be seen as comments. + + +## This make daily backups, and keep them for one months, making +## incremental backups and doing a full backup once a week. +# RETAIN=2W +# INCREMENT=1W +# INTERVAL=1D