summaryrefslogtreecommitdiffstats
path: root/lib/App/BorgRestore.pm
AgeCommit message (Expand)AuthorFilesLines
2018-09-09Use strictures instead of strict/warningsFlorian Pritz1-2/+1
2018-09-09Get settings via hash instead of direct variable accessFlorian Pritz1-9/+9
2018-09-09Settings: Add constructorsFlorian Pritz1-0/+2
2018-09-09Simplify BorgRestore constructorsFlorian Pritz1-8/+4
2018-09-09BorgRestore: Move dependencies to dedicated $self->{deps} keyFlorian Pritz1-28/+28
2018-09-06Update copyright yearsFlorian Pritz1-1/+1
2018-09-06Add direct-to-db adding of paths instead of memory onlyFlorian Pritz1-5/+9
2018-09-06Extract lookup table into dedicated packageFlorian Pritz1-43/+4
2018-08-25Checking in changes prior to tagging of version 3.1.0.3.1.0Florian Pritz1-1/+1
2018-08-02Send cache update messages to INFOFlorian Pritz1-2/+2
2018-03-23Checking in changes prior to tagging of version 3.0.0.3.0.0Florian Pritz1-1/+1
2018-02-06Checking in changes prior to tagging of version 2.3.0.2.3.0Florian Pritz1-1/+1
2018-01-24Only increase sqlite cache size during updateFlorian Pritz1-0/+2
2018-01-24Add --list feature to search for files contained in backups by pathFlorian Pritz1-0/+15
2017-12-04Warn if sqlite cache is fullFlorian Pritz1-0/+3
2017-11-26Checking in changes prior to tagging of version 2.2.0.2.2.0Florian Pritz1-1/+1
2017-11-26Remove old cacheFlorian Pritz1-0/+6
2017-11-22Replace File::* dependencies with Path::TinyFlorian Pritz1-5/+3
2017-11-21Enable --adhoc automatically when cache is emptyFlorian Pritz1-0/+13
2017-11-12Remove duplicate exception stringsFlorian Pritz1-7/+4
2017-10-05Update versionFlorian Pritz1-1/+1
2017-08-10Bump minimal perl version to 5.14Florian Pritz1-1/+1
2017-06-24Checking in changes prior to tagging of version 2.1.0.2.1.0Florian Pritz1-1/+1
2017-06-11Remove unused, commented variableFlorian Pritz1-1/+0
2017-06-11Use File::pushd for temporary chdirFlorian Pritz1-10/+13
2017-06-11Document main packageFlorian Pritz1-0/+128
2017-06-06Move license documentation to end of fileFlorian Pritz1-15/+25
2017-06-04Checking in changes prior to tagging of version 2.0.1.2.0.1Florian Pritz1-1/+1
2017-06-04Build README from script instead of main packageFlorian Pritz1-1/+1
2017-05-28Add --adhocFlorian Pritz1-0/+23
2017-04-11Add missing dependenciesFlorian Pritz1-1/+0
2017-04-10Use Function::Parameters for main packageFlorian Pritz1-69/+16
2017-04-02Make sqlite cache size configurableFlorian Pritz1-1/+2
2017-04-02Update license file nameFlorian Pritz1-1/+1
2017-04-02Fix indentation in SYNOPSISFlorian Pritz1-6/+6
2017-04-02Add restore_simpleFlorian Pritz1-0/+25
2017-04-02Call borg with repo path instead of setting BORG_REPOFlorian Pritz1-1/+1
2017-04-02Move database path to SettingsFlorian Pritz1-2/+1
2017-04-02Move format_timestamp to HelperFlorian Pritz1-9/+2
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-02die on error instead of croakFlorian Pritz1-2/+2
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 Pritz1-0/+1
2017-04-02Use Carp for path resolving errorFlorian Pritz1-1/+2
2017-04-02Add TODOFlorian Pritz1-0/+1
2017-04-02Move backup path mapping to main packageFlorian Pritz1-0/+16
2017-04-02Move path resolving to main packageFlorian Pritz1-0/+16