about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Port leo to Raku HEAD v0.6.0 masterAndinus2021-01-138-58/+353
* Add new option to manpage & help v0.5.1Andinus2020-11-222-2/+7
* Make signing optionalAndinus2020-11-222-7/+19
* Simplify leo, bump version to v0.5.0 v0.5.0Andinus2020-11-213-157/+99
* Fix date() v0.4.4Andinus2020-11-171-2/+2
* Fix regexAndinus2020-11-171-1/+1
* Add regex support to exclude files/directories, other improvements v0.4.3Andinus2020-11-172-88/+59
* Warn if $gpg_bin is set to something other than "gpg" or "gpg2" v0.4.2Andinus2020-11-171-0/+2
* Improve Makefile, update READMEAndinus2020-11-152-19/+21
* Bump version to v0.4.1 v0.4.1Andinus2020-11-152-2/+2
* Add support for setting options from environment variablesAndinus2020-11-151-1/+7
* Add Makefile, man page, change config format, bump version v0.4.0Andinus2020-11-145-208/+151
* CHange backup file's mode to 0600, bump version v0.3.4Andinus2020-11-112-1/+8
* Sign the encrypted file with signifyAndinus2020-11-111-12/+6
* Add option to print version, check for variable before splitting v0.3.3Andinus2020-11-111-2/+12
* Add gzip support for compressing archives v0.3.2Andinus2020-11-113-12/+39
* Warn when signify & gnupg is used together v0.3.1Andinus2020-11-081-9/+14
* Fix syntax error that was messing with $min v0.3.0Andinus2020-10-301-1/+1
* Change backup format, group by profile instead of dateAndinus2020-10-291-8/+14
* Update help message to add signify & remove delete optionAndinus2020-10-151-3/+3
* Add new option in config v0.2.1Andinus2020-10-152-1/+4
* Add option to specify gpg recipientsAndinus2020-10-151-2/+10
* Fix a typo in variable nameAndinus2020-10-151-1/+1
* Remove delete option from examples in READMEAndinus2020-10-151-5/+8
* Fix unlinking files after running gpgAndinus2020-10-151-2/+1
* Update warning on using gpg with signifyAndinus2020-10-151-2/+2
* Document signify, update example config v0.2.0Andinus2020-10-152-11/+13
* Remove unrequired options, don't use prototypesAndinus2020-10-151-5/+8
* Add support for signify(1)Andinus2020-10-151-8/+41
* Add fallback for $gpg_fingerprint & $gpg_binAndinus2020-10-142-7/+4
* Add additional information in READMEAndinus2020-10-142-2/+4
* Fix logical error, override local values correctly v0.1.1Andinus2020-10-121-7/+11
* Update Documentation with latest changesAndinus2020-10-121-10/+6
* Add new config fileAndinus2020-10-122-4/+17
* 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-112-14/+21
* Update README, add install instructions v0.1.0Andinus2020-10-081-58/+54
* Switch config, simplify script, make paths relative to '/'Andinus2020-10-081-32/+50
* Change config file format to INI styleAndinus2020-10-082-36/+15
* Add cpanfileAndinus2020-10-081-0/+4
* Get $backup_dir from config, format $mday with 2 leading zerosAndinus2020-10-082-6/+10
* Change default backup directoryAndinus2020-09-031-1/+1
* Document new profile behaviourAndinus2020-09-021-5/+16
* Fix logical errorAndinus2020-09-021-2/+4
* Create profiles on the flyAndinus2020-09-021-1/+6
* Add demo to READMEAndinus2020-08-311-26/+37
* Document new configuration in READMEAndinus2020-08-311-0/+22
* Move configuration to a config fileAndinus2020-08-312-22/+44
* Fix options checkingAndinus2020-08-311-4/+6