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
- Host: GitHub
- URL: https://github.com/andinus/leo
- Owner: andinus
- License: isc
- Created: 2020-07-02T07:05:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-13T06:01:28.000Z (over 5 years ago)
- Last Synced: 2025-07-12T13:27:09.040Z (12 months ago)
- Topics: backup-script, perl
- Language: Raku
- Homepage: https://andinus.nand.sh/leo/
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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.