aboutsummaryrefslogtreecommitdiffstats
path: root/www.cfg
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2014-09-11 10:38:13 +0200
committerlookshe <github@lookshe.org>2014-09-11 10:38:13 +0200
commite848de475ed73d71050980a6d3b3b59271c53344 (patch)
tree96297969df57ebf95177a2fa8125531f8c154672 /www.cfg
initial commit
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]