summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-04-10Use Function::Parameters in Borg packageFlorian Pritz1-17/+5
2017-04-10Use Function::Parameters for DB packageFlorian Pritz1-58/+16
2017-04-10Use Function::Parameters for scriptFlorian Pritz1-3/+2
2017-04-10Use Function::Parameters for main packageFlorian Pritz3-69/+18
2017-04-05Add debug output to Borg packageFlorian Pritz1-0/+4
2017-04-03Add empty line between pod and codeFlorian Pritz1-0/+1
2017-04-03Fix license statementFlorian Pritz1-0/+1
2017-04-02Make sqlite cache size configurableFlorian Pritz3-4/+17
2017-04-02Move configuration documentation to Settings packageFlorian Pritz2-57/+74
2017-04-02Update READMEFlorian Pritz1-0/+9
2017-04-02Update license file nameFlorian Pritz3-3/+3
2017-04-02Replace LICENSE with actualy GPLv3Florian Pritz1-338/+634
2017-04-02Fix indentation in SYNOPSISFlorian Pritz1-6/+6
2017-04-02Add restore_simpleFlorian Pritz1-0/+25
2017-04-02Improve $PATH untaint commentFlorian Pritz1-1/+1
2017-04-02Set default borg_repo to match my backup scriptFlorian Pritz1-1/+2
2017-04-02Call borg with repo path instead of setting BORG_REPOFlorian Pritz3-6/+7
2017-04-02Extract logger setup into methodFlorian Pritz1-1/+5
2017-04-02Move database path to SettingsFlorian Pritz2-2/+5
2017-04-02Move format_timestamp to HelperFlorian Pritz3-10/+10
2017-04-02die instead of returning undef in select_archive_timespecFlorian Pritz1-1/+1
2017-04-02Add debug log in select_archive_timespecFlorian Pritz1-0/+1
2017-04-02Use Carp in select_archive_timespecFlorian Pritz1-2/+2
2017-04-02Use die in scriptFlorian Pritz1-4/+2
2017-04-02die on error instead of croakFlorian Pritz1-2/+2
2017-04-02Only output die() message onceFlorian Pritz1-1/+2
2017-04-02Left jusitfy package name and line number in debug logFlorian Pritz1-1/+3
2017-04-02Log die() and warn() callsFlorian Pritz1-0/+14
2017-04-02Ensure log4perl dependencies are included in use statementsFlorian Pritz1-1/+3
2017-04-02Improve debug messages in find_archivesFlorian Pritz1-1/+1
2017-04-02Standardize error level for functions in main packageFlorian Pritz1-3/+3
2017-04-02Use Carp for find_archives errorsFlorian Pritz2-6/+1
2017-04-02Use Carp for path resolving errorFlorian Pritz2-2/+2
2017-04-02Add TODOFlorian Pritz1-0/+1
2017-04-02Move backup path mapping to main packageFlorian Pritz2-10/+18
2017-04-02Move path resolving to main packageFlorian Pritz2-8/+18
2017-04-02Fix unhandleted formatting in invalid path error messageFlorian Pritz1-1/+1
2017-04-02Fix width of milliseconds in debug log formatFlorian Pritz1-1/+1
2017-04-02Refactor update_cache()Florian Pritz1-18/+9
2017-04-02Change default log level to INFOFlorian Pritz1-1/+1
2017-04-02Improve log messages when adding archivesFlorian Pritz1-2/+2
2017-04-02Use logger everywhere in main packageFlorian Pritz1-3/+3
2017-04-02Start documenting the main classFlorian Pritz2-2/+28
2017-04-02script: Abort early if path is not found in backupsFlorian Pritz1-0/+5
2017-04-02script: Print fatal errors using loggerFlorian Pritz1-4/+4
2017-04-02Use Log4perl for loggingFlorian Pritz3-2/+24
2017-04-01Fix codingstyleFlorian Pritz1-2/+1
2017-04-01Mark some functions privateFlorian Pritz3-21/+21
2017-04-01Remove unused get_temp_pathFlorian Pritz1-11/+0
2017-04-01Remove unused get_mtime_from_lookuptableFlorian Pritz1-17/+0