summaryrefslogtreecommitdiffstats
path: root/borg-restore.pl
AgeCommit message (Expand)AuthorFilesLines
2017-02-26borg-restore.pl: Allow + and : in archive namesFlorian Pritz1-4/+9
2017-02-20borg-restore.pl: Add GPL licenseFlorian Pritz1-0/+15
2017-02-20borg-restore.pl: Move SYNOPSIS to the topFlorian Pritz1-13/+17
2017-02-19borg-restore.pl: Untaint config fileFlorian Pritz1-0/+1
2017-02-19borg-restore.pl: Allow to set BORG_REPO in configFlorian Pritz1-0/+9
2017-02-19borg-restore.pl: Add config fileFlorian Pritz1-8/+80
2017-02-19borg-restore.pl: Move untaint to Helper packageFlorian Pritz1-25/+19
2017-02-19borg-restore.pl: Untaint archive name in restore()Florian Pritz1-1/+2
2017-02-19borg-restore.pl: Remove unused modulesFlorian Pritz1-4/+0
2017-01-22borg-restore.pl: Use taint mode with DBIFlorian Pritz1-2/+2
2017-01-22borg-restore.pl: Fix perlcritic warningsFlorian Pritz1-10/+9
2017-01-09borg-restore.pl: Fix time output formatFlorian Pritz1-1/+1
2017-01-09borg-restore.pl: Fix undefined variableFlorian Pritz1-1/+1
2017-01-09borg-restore.pl: Drop some unused dependenciesFlorian Pritz1-3/+0
2017-01-09borg-restore.pl: Switch to sqlite dbFlorian Pritz1-143/+232
2016-09-01borg-restore.pl: Remove = from short optsFlorian Pritz1-2/+2
2016-08-16borg-restore.pl: Remove reorganize output when nut running with --debugFlorian Pritz1-1/+2
2016-08-15borg-restore.pl: Support multiple backup prefixesFlorian Pritz1-2/+11
2016-08-15borg-restore.pl: Remove unused Devel::Size moduleFlorian Pritz1-1/+0
2016-08-15borg-restore.pl: Improve documentationFlorian Pritz1-7/+11
2016-08-15borg-restore.pl: Fix remove_tree not honoring prior chdir()Florian Pritz1-1/+1
2016-08-15borg-restore.pl: Fix taint warning, remove debug outputFlorian Pritz1-1/+1
2016-08-15borg-restore.pl: Implement actual restoration of backupFlorian Pritz1-4/+4
2016-08-15borg-restore.pl: Fix incorrect timezoneFlorian Pritz1-5/+4
2016-08-15borg-restore.pl: Fix prototype warningFlorian Pritz1-2/+2
2016-08-15borg-restore.pl: Fix incorrect components_to_strip valueFlorian Pritz1-3/+1
2016-08-15borg-restore.pl: Implement restore testing codeFlorian Pritz1-8/+15
2016-08-14borg-restore.pl: Update documentationFlorian Pritz1-17/+15
2016-08-14borg-restore.pl: miscFlorian Pritz1-6/+15
2016-08-14borg-restore.pl: Fix deletion of old db entriesFlorian Pritz1-6/+8
2016-08-14borg-restore.pl: WIPFlorian Pritz1-26/+55
2016-08-13borg-restore.pl: WIPFlorian Pritz1-19/+116
2016-08-12borg-restore.pl: WIPFlorian Pritz1-5/+2
2016-08-12borg-restore.pl: WIPFlorian Pritz1-24/+49
2016-08-08borg-restore.pl: WIP, finally working now. just needs polishFlorian Pritz1-2/+9
2016-08-08borg-restore.pl: WIP. working mostlyFlorian Pritz1-36/+39
2016-08-08borg-restore.pl: WIPFlorian Pritz1-30/+68
2016-08-08Add WIP version of borg-restore.plFlorian Pritz1-0/+455