From c0b5413e3ba3688a7e557f1ce6b0c2cda97b283c Mon Sep 17 00:00:00 2001 From: Von Random Date: Sat, 20 Dec 2014 04:47:51 +0300 Subject: [PATCH] config mockup --- backup.cfg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 backup.cfg 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