aboutsummaryrefslogtreecommitdiffstats
path: root/www.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'www.cfg')
-rw-r--r--www.cfg17
1 files changed, 17 insertions, 0 deletions
diff --git a/www.cfg b/www.cfg
new file mode 100644
index 0000000..bc272f1
--- /dev/null
+++ b/www.cfg
@@ -0,0 +1,17 @@
+[general]
+rootdir=/var/www
+dirssingle="domain.tld example.com"
+backupdirsingle=www
+[/general]
+[domain.tld]
+#daily incremental backup with monthly snapshots
+rotate=inc
+time=1
+monthly=yes
+[/domain.tld]
+[example.com]
+#backup every third day and hold 5 old versions
+rotate=5
+time=3
+monthly=no
+[/example.com]