summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVon Random <von@vdrandom.org>2014-12-20 04:47:51 +0300
committerVon Random <von@vdrandom.org>2014-12-20 04:47:51 +0300
commitc0b5413e3ba3688a7e557f1ce6b0c2cda97b283c (patch)
treec084796015e978c0bb5ca173963ee208195a8146
parent69d393b53f88751b839451e2754a3d4240da0f34 (diff)
config mockup
-rw-r--r--backup.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/backup.cfg b/backup.cfg
new file mode 100644
index 0000000..cef7361
--- /dev/null
+++ b/backup.cfg
@@ -0,0 +1,7 @@
+protocol=ssh # ftp, sftp, ftps, ssh or local
+#port_remote=22
+snap_file=/var/backup/snapshot.list
+exclude_list=/usr/local/etc/backup/excludes.list
+incremental_backup=true #if var exists, content does not matter
+gnupg_key=/usr/local/etc/backup/gpg_key
+compress_format=xz