diff options
author | Andinus <andinus@nand.sh> | 2021-01-13 11:29:00 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-01-13 11:29:00 +0530 |
commit | c0a2300b52c682975fbe365de21547db71d18a38 (patch) | |
tree | b1d7c030badefbcf81c23f4a2eb97ed1899d4791 /README | |
parent | 8aee745720995831cfe2a288d0945ce20f677a0e (diff) | |
download | leo-c0a2300b52c682975fbe365de21547db71d18a38.tar.gz |
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.
Diffstat (limited to 'README')
-rw-r--r-- | README | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/README b/README index f05b18b..715a718 100644 --- a/README +++ b/README @@ -10,11 +10,11 @@ Table of Contents 1. Installation 2. Demo +3. History 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). +pre-defined list. It can encrypt/sign files with gpg2(1). • Web-site: <https://andinus.nand.sh/leo> • Source: <https://git.tilde.institute/andinus/leo> @@ -29,14 +29,8 @@ with signify(1). │ git clone https://git.tilde.institute/andinus/leo │ cd leo │ - │ # Install dependencies with cpanm. - │ cpanm --installdeps . - │ - │ # Install all the dependencies. - │ doas pkg_add p5-IPC-Run3 p5-Config-Tiny p5-Path-Tiny # OpenBSD only. - │ │ # Copy the config. - │ cp share/leo.conf $HOME/.config/leo.conf + │ cp share/leo.toml $HOME/.config/leo.toml │ │ # Copy the script & make it executable. │ sudo make install @@ -59,3 +53,10 @@ with signify(1). [cast file] <https://andinus.nand.sh/static/leo/2020-08-31_leo-demo.cast> + + +3 History +═════════ + + Leo was a Perl script until v0.5.1, it was ported to Raku in next + release. |