From c0a2300b52c682975fbe365de21547db71d18a38 Mon Sep 17 00:00:00 2001 From: Andinus Date: Wed, 13 Jan 2021 11:29:00 +0530 Subject: Port leo to Raku This is a huge change. I had some more ideas in mind but I won't be able to work on them. leo's raku version can be improved. I'm personally using the Raku version because the rotate feature is nice. --- share/leo.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 share/leo.toml (limited to 'share/leo.toml') diff --git a/share/leo.toml b/share/leo.toml new file mode 100644 index 0000000..0336d4e --- /dev/null +++ b/share/leo.toml @@ -0,0 +1,25 @@ +backup = "/tmp/backups" +base_dir = "/home/andinus" # Default base_dir. + +[gpg] # GnuPG related configuration. +sign = true +encrypt = true + +fingerprint = "andinus@nand.sh" +recipients = ["D9AE4AEEE1F1B3598E81D9DFB67D55D482A799FD"] + +[rotate] +hold = 1 # Hold these many old backups. +keep = 2 # Keep these many latest backups. + +[profiles] +[profiles.journal] +encrypt = false +paths = ["journal.org.gpg"] + [profiles.journal.rotate] + hold = 2 + keep = 4 + +[profiles.projects] +base_dir = "/home/andinus/projects" +# Not specifying paths is okay, it'll just archive base_dir. -- cgit 1.4.1-2-gfad0