Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-09 | Use strictures instead of strict/warnings | Florian Pritz | 1 | -2/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-08-19 | print_archive_list: Fix incorrect counter values | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-08-12 | Add --json option | Florian Pritz | 1 | -3/+28 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-08-12 | Add --detail option for archive list when using --list | Florian Pritz | 1 | -5/+23 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-08-02 | Add --quiet | Florian Pritz | 1 | -1/+11 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-03-23 | No longer automatically enable --adhoc when cache is empty | Florian Pritz | 1 | -3/+4 | |
Users with many backups may not spot the warning because it is above their backup list and they may think that the cache doesn't work because the list is so long. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-01-24 | Update copyright to 2018 | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-01-24 | Add --list feature to search for files contained in backups by path | Florian Pritz | 1 | -2/+25 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-11-21 | Enable --adhoc automatically when cache is empty | Florian Pritz | 1 | -0/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-11-12 | Prefix logging of uncaught exceptions | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-08-10 | Bump minimal perl version to 5.14 | Florian Pritz | 1 | -1/+1 | |
Function::Parameters requires >=5.14 so we can bump our version as well. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-06-19 | Add --version to -h output | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-06-11 | Add --version option | Florian Pritz | 1 | -1/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-06-04 | Move example usage under dedicated heading | Florian Pritz | 1 | -1/+1 | |
If it's in SYNPOSIS it messes up the -h output Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-06-04 | Add example usage and output to readme | Florian Pritz | 1 | -0/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-06-04 | Build README from script instead of main package | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-05-30 | Fix --update-cache not working due to help output optimization | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-05-28 | Output usage earlier when called without arguments | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-05-28 | Add --adhoc | Florian Pritz | 1 | -2/+17 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-10 | Use Function::Parameters for script | Florian Pritz | 1 | -3/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-02 | Move configuration documentation to Settings package | Florian Pritz | 1 | -57/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-02 | Update license file name | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-02 | Improve $PATH untaint comment | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-02 | Call borg with repo path instead of setting BORG_REPO | Florian Pritz | 1 | -2/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-02 | Extract logger setup into method | Florian Pritz | 1 | -1/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-02 | Move format_timestamp to Helper | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-02 | Use die in script | Florian Pritz | 1 | -4/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-02 | Only output die() message once | Florian Pritz | 1 | -1/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-02 | Left jusitfy package name and line number in debug log | Florian Pritz | 1 | -1/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-02 | Log die() and warn() calls | Florian Pritz | 1 | -0/+14 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-02 | Ensure log4perl dependencies are included in use statements | Florian Pritz | 1 | -1/+3 | |
https://metacpan.org/pod/Log::Log4perl::FAQ#How-come-PAR-(Perl-Archive-Toolkit)-creates-executables-which-then-can't-find-their-Log::Log4perl-appenders? Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-02 | Use Carp for find_archives errors | Florian Pritz | 1 | -6/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-02 | Use Carp for path resolving error | Florian Pritz | 1 | -1/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-02 | Move backup path mapping to main package | Florian Pritz | 1 | -10/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-02 | Move path resolving to main package | Florian Pritz | 1 | -8/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-02 | Fix unhandleted formatting in invalid path error message | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-02 | Fix width of milliseconds in debug log format | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-02 | Change default log level to INFO | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-02 | script: Abort early if path is not found in backups | Florian Pritz | 1 | -0/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-02 | script: Print fatal errors using logger | Florian Pritz | 1 | -4/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-02 | Use Log4perl for logging | Florian Pritz | 1 | -2/+20 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-01 | Fix codingstyle | Florian Pritz | 1 | -2/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-01 | fixup! Do not pass $opts to main class | Florian Pritz | 1 | -1/+1 | |
2017-03-19 | Fix undefined $log in script | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-13 | Use Log::Any in script | Florian Pritz | 1 | -1/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-02-27 | Move most code to main package | Florian Pritz | 1 | -346/+8 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-02-27 | Move debug() to main package | Florian Pritz | 1 | -1/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-02-27 | Remove unused sanitize_db_data() | Florian Pritz | 1 | -16/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-02-27 | Extract borg related methods into dedicated package | Florian Pritz | 1 | -18/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-02-27 | Move packages to dedicated files | Florian Pritz | 1 | -227/+12 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |