about summary refs log blame commit diff stats
path: root/leo.1
blob: be04a5062dba1db48612c779163f7d7ae720a29c (plain) (tree)
1
2
3
4
5
6
7
8
                                     





                              
                
















                                                                      

           
   

               
   

                   
   

              
   

                         
.TH LEO 1 "21 November 2020" "v0.5.0"

.SH NAME
leo \- a simple backup program

.SH SYNOPSIS
.B leo
[-hpvV] profiles
.P

.SH DESRIPTION
.B 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).

I use this to quickly backup some of my files. It works on profiles,
profiles are simple lists of files which get backed up.
.SH PROFILE
Profile is a simple hash table which contains the list of profiles.
The profiles are mapped to a list of file paths which are to be backed
up.
.SH OPTIONS
The options are as follows:
.TP
.B -h
Print help.
.TP
.B -p
Print profiles.
.TP
.B -v
Increase verbosity.
.TP
.B -V
Print version.
.TP
.SH AUTHOR
Andinus <andinus@nand.sh>