about summary refs log tree commit diff stats
path: root/leo.pl
Commit message (Expand)AuthorAgeFilesLines
* Fix logical error, override local values correctly v0.1.1Andinus2020-10-121-7/+11
* Add new config fileAndinus2020-10-121-1/+1
* Enforce local values for encyrpt & signAndinus2020-10-121-14/+22
* Add option to exclude pathsAndinus2020-10-121-14/+32
* Remove obsolete code, add extra config optionsAndinus2020-10-111-14/+17
* Switch config, simplify script, make paths relative to '/'Andinus2020-10-081-32/+50
* Get $backup_dir from config, format $mday with 2 leading zerosAndinus2020-10-081-6/+9
* Change default backup directoryAndinus2020-09-031-1/+1
* Fix logical errorAndinus2020-09-021-2/+4
* Create profiles on the flyAndinus2020-09-021-1/+6
* Move configuration to a config fileAndinus2020-08-311-22/+9
* Fix options checkingAndinus2020-08-311-4/+6
* Add fortunes directory to profileAndinus2020-08-281-2/+3
* Change mentions of "archive" to "backup"Andinus2020-08-271-13/+13
* Remove date from archive files, add date to archive directoryAndinus2020-08-271-2/+2
* Add help option, update documentation to explain new profilesAndinus2020-08-271-3/+4
* Fix help message, switch to %profile from dispatch tablesAndinus2020-08-271-61/+46
* Make all paths relative to $HOME, add emacs & config to dispatchAndinus2020-08-271-30/+20
* Remove aliases, move to a different functionAndinus2020-08-271-6/+20
* Add several paths to dispatch table, simplify table generationAndinus2020-08-271-15/+17
* Add environment variables for some optionsAndinus2020-08-271-0/+4
* Print Encrypted/Signed status , don't encrypt journalAndinus2020-08-271-1/+7
* Parse @ARGV to catch all argumentsAndinus2020-08-271-7/+10
* Push receipient only when encrypt option is passedAndinus2020-08-271-2/+3
* Fix deletion, check $? for gpg2Andinus2020-08-271-3/+8
* Add delete optionAndinus2020-08-271-1/+6
* Add gpg2 function to Encrypt/Sign archivesAndinus2020-08-271-5/+21
* Add missing semicolonAndinus2020-08-271-1/+1
* Move tar_create, tar_list & ymd to the endAndinus2020-08-271-17/+17
* Restructure code, rename tar_create to archiveAndinus2020-08-271-44/+41
* Move archive dispatch table to mainAndinus2020-08-271-63/+47
* Add encrypt & sign option, remove archive_HelpMessage()Andinus2020-08-271-17/+21
* Warn if $tar_file existsAndinus2020-08-271-1/+4
* Add pass to archive listAndinus2020-08-271-1/+7
* Add ssh to archive list, add date in tar file namesAndinus2020-08-271-3/+21
* Remove repetition, move checks to tar_create()Andinus2020-08-271-15/+30
* Remove unused files/modules, add archive subAndinus2020-08-251-2/+68
* Remove unused code, Term::ANSIColorAndinus2020-08-251-23/+13
* Shorten option lengthAndinus2020-07-041-2/+2
* Sync irclogs, seperate sync optionsAndinus2020-07-031-1/+3
* Add syncemacs functionAndinus2020-07-031-0/+35