Skip to content

andinus/leo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leo

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

Installation

# Clone the project.
git clone https://git.tilde.institute/andinus/leo
cd leo

# Copy the config.
cp share/leo.toml $HOME/.config/leo.toml

# Copy the script & make it executable.
sudo make install

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.

You can also download the cast file directly & play it with asciinema.

History

Leo was a Perl script until v0.5.1, it was ported to Raku in next release.