diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/leo.conf | 19 |
1 files changed, 16 insertions, 3 deletions
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 = |