An open API service indexing awesome lists of open source software.

https://github.com/andinus/leo

Leo is a simple backup program
https://github.com/andinus/leo

backup-script perl

Last synced: about 1 month ago
JSON representation

Leo is a simple backup program

Awesome Lists containing this project

README

          

━━━━━━━━━
LEO

Andinus
━━━━━━━━━

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).

• Web-site:
• Source:
• Source (mirror):

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
└────

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:

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

[cast file]

3 History
═════════

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