about summary refs log tree commit diff stats
                               ━━━━━━━━━
                                  LEO

                                Andinus
                               ━━━━━━━━━


Table of Contents
─────────────────

1. Installation
.. 1. OpenBSD
2. Demo


Leo is a simple backup program. It creates tar(1) files from a
pre-defined list. It can encrypt/sign files with gpg2(1) & sign files
with signify(1).

• Web-site: <https://andinus.nand.sh/leo>
• Source: <https://git.tilde.institute/andinus/leo>
• Source (mirror): <https://github.com/andinus/leo>


1 Installation
══════════════

  ┌────
  │ # Clone the project.
  │ git clone https://git.tilde.institute/andinus/leo
  │ cd leo
  │
  │ # Install dependencies with cpanm.
  │ cpanm --installdeps .
  │
  │ # Copy the config.
  │ cp share/leo.conf $HOME/.config/leo.conf
  │
  │ # Copy the script & make it executable.
  │ sudo make install
  └────


1.1 OpenBSD
───────────

  Clone & copy the config as shown above, then run these to install
  dependencies & leo.
  ┌────
  │ # Install all the dependencies. (OpenBSD)
  │ doas pkg_add p5-IPC-Run3 p5-Config-Tiny p5-Path-Tiny
  │
  │ # The man-path `/usr/local/share/man` is not indexed by default on
  │ # openbsd. Using the `/usr` prefix works around this issue.
  │ doas make PREFIX=/usr install
  └────


2 Demo
══════

  It's very easy to setup `leo', I made a demo video to show this. I
  already have Perl environment setup for this.

  *Note*: Leo has changed *a lot* since this was published.

  • Leo 2020-08-31: <https://asciinema.org/a/F97hVfgXDcd9g5IlST1t27ps3>

  You can also download the [cast file] directly & play it with
  `asciinema'.


[cast file]
<https://andinus.nand.sh/static/leo/2020-08-31_leo-demo.cast>
Anselm R. Garbe <garbeam@wmii.de> 2006-07-10 18:35:39 +0200 committer Anselm R. Garbe <garbeam@wmii.de> 2006-07-10 18:35:39 +0200 added new stuff' href='/acidbong/suckless/dwm/commit/util.h?h=3.4&id=8a34fa50f75f4d6d8af234ac0c4f6d40b988d700'>8a34fa5 ^
39677ec ^




586f663 ^

39677ec ^


439e15d ^
586f663 ^

439e15d ^
586f663 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22



                                                              
                     
 




                                                    

                    


                                                                
                                                         

                                                                                
                                       

                                                                
id='n212' href='#n212'>212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270