aboutsummaryrefslogtreecommitdiffstats
path: root/user.cfg
diff options
context:
space:
mode:
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]