Browse code

Initial commit

Benjamin Roth authored on16/06/2016 16:11:29
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,23 @@
1
+#++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2
+# BACKUP JOB
3
+#
4
+# This file ist intended to configure a backup job.
5
+# Just setup the jobs to do by defining a config line.
6
+# ----------
7
+# MYSQL Backup
8
+# Syntax: mysql::<server:port>::<database>::<user>::<password>[::<socket>]
9
+#
10
+# ----------
11
+# DIR Backup
12
+# Syntax: dir::<path_to_backup>[::<exclude>]
13
+#
14
+# ----------
15
+# CLEAN Backups
16
+# Syntax: clean::<number_of_days_to_keep>
17
+#
18
+# ----------
19
+# FTP Backup
20
+# Syntax: ftp::<server><user:password>::<day_of_week_for_weekly_backup_upload>
21
+#
22
+#++++++++++++++++++++++++++++++++++++++++++++++++++++++++
23
+