From bc94b23d75c03048d8ec2d2fda71cc30a2ab5d8f Mon Sep 17 00:00:00 2001 From: Andinus Date: Mon, 12 Oct 2020 13:03:32 +0530 Subject: Add new config file --- share/leo.conf | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'share') diff --git a/share/leo.conf b/share/leo.conf index a0280a7..33df185 100644 --- a/share/leo.conf +++ b/share/leo.conf @@ -3,12 +3,17 @@ backup_dir = /home/andinus/backups gpg_fingerprint = D9AE4AEEE1F1B3598E81D9DFB67D55D482A799FD gpg_bin = gpg2 -encrypt=1 -sign=1 -delete=1 +# Options. +encrypt = 1 +sign = 1 +delete = 1 # Profile names in []. [journal] +# Local options (only `encrypt' & `sign'). +encrypt = 0 +sign = 1 + # Paths to backup. '=' after path is important. /home/andinus/documents/andinus.org.gpg = /home/andinus/documents/archive.org.gpg = @@ -17,3 +22,11 @@ delete=1 /home/andinus/.emacs.d = /home/andinus/.elfeed = /home/andinus/.org-timestamps = + +[projects] +/home/andinus/projects = +# Exclude directories with `exclude' value. +/home/andinus/projects/forks = exclude + +[academics] +/home/andinus/documents/academics = -- cgit 1.4.1-2-gfad0