aboutsummaryrefslogtreecommitdiffstats
path: root/user.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 /user.cfg
initial commit
Diffstat (limited to 'user.cfg')
-rw-r--r--user.cfg23
1 files changed, 23 insertions, 0 deletions
diff --git a/user.cfg b/user.cfg
new file mode 100644
index 0000000..5dcc22e
--- /dev/null
+++ b/user.cfg
@@ -0,0 +1,23 @@
+[general]
+rootdir=/home
+dirssingle="user1 user2 user3"
+backupdirsingle=users
+[/general]
+[user1]
+#daily backup with 3 old versions
+rotate=3
+time=1
+monthly=no
+[/user1]
+[user2]
+#daily incremental backup
+rotate=inc
+time=1
+monthly=no
+[/user2]
+[user3]
+#weekly backup with 3 old versions
+rotate=3
+time=7
+monthly=no
+[/user3]