summaryrefslogtreecommitdiffstats
path: root/lib/App/BorgRestore/Borg.pm
AgeCommit message (Expand)AuthorFilesLines
2023-09-03Fix deprecation warning with borg 1.2.xFlorian Pritz1-1/+8
2019-09-28Import untaint function where usedFlorian Pritz1-2/+2
2019-09-28Helper: Remove untaint_archive_nameFlorian Pritz1-0/+1
2019-02-07Support borg list --prefix option via settingFlorian Pritz1-3/+5
2018-09-09Use strictures instead of strict/warningsFlorian Pritz1-2/+1
2017-11-26Use mtime for borg 1.1 instead of isomtimeFlorian Pritz1-1/+1
2017-11-22Log warning if no archives are detected in borg outputFlorian Pritz1-0/+4
2017-11-21borg_list: Use JSON with borg 1.1Florian Pritz1-5/+14
2017-11-21Borg::list_archive: Use --format to please borg 1.1Florian Pritz1-1/+8
2017-11-21borg_list_time: Use JSON when possibleFlorian Pritz1-12/+27
2017-11-21Borg: Extract version information for future useFlorian Pritz1-0/+17
2017-11-21borg_list_time: Fix parsing for borg >=1.1Florian Pritz1-1/+2
2017-11-21Log borg errors instead of only throwing exceptionFlorian Pritz1-2/+2
2017-09-25Add missing autodie to packagesFlorian Pritz1-0/+1
2017-09-10Add basic documentation for all packagesFlorian Pritz1-0/+12
2017-08-10Bump minimal perl version to 5.14Florian Pritz1-1/+1
2017-05-28Add --adhocFlorian Pritz1-0/+23
2017-04-10Use Function::Parameters in Borg packageFlorian Pritz1-17/+5
2017-04-05Add debug output to Borg packageFlorian Pritz1-0/+4
2017-04-02Call borg with repo path instead of setting BORG_REPOFlorian Pritz1-3/+6
2017-03-04Borg::list_archive: Use open() instead of IPC::Run for performanceFlorian Pritz1-1/+8
2017-03-03Pass sub to IPC::Run instead of using a typeglobFlorian Pritz1-3/+3
2017-03-03Support dependency injection of Borg classFlorian Pritz1-0/+12
2017-02-27Extract borg related methods into dedicated packageFlorian Pritz1-0/+39