index
:
App-BorgRestore
dev
master
Restoration helper for borg
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-11
Add missing dependencies
Florian Pritz
3
-3
/
+8
2017-04-10
t/02_parsing: Fix too many arguments to _handle_added_archives
Florian Pritz
1
-1
/
+1
2017-04-10
Remove unused Data::Dumper dependency
Florian Pritz
1
-1
/
+0
2017-04-10
Use Function::Parameters in Helper package
Florian Pritz
1
-9
/
+4
2017-04-10
Use Function::Parameters in Borg package
Florian Pritz
1
-17
/
+5
2017-04-10
Use Function::Parameters for DB package
Florian Pritz
1
-58
/
+16
2017-04-10
Use Function::Parameters for script
Florian Pritz
1
-3
/
+2
2017-04-10
Use Function::Parameters for main package
Florian Pritz
3
-69
/
+18
2017-04-05
Add debug output to Borg package
Florian Pritz
1
-0
/
+4
2017-04-03
Add empty line between pod and code
Florian Pritz
1
-0
/
+1
2017-04-03
Fix license statement
Florian Pritz
1
-0
/
+1
2017-04-02
Make sqlite cache size configurable
Florian Pritz
3
-4
/
+17
2017-04-02
Move configuration documentation to Settings package
Florian Pritz
2
-57
/
+74
2017-04-02
Update README
Florian Pritz
1
-0
/
+9
2017-04-02
Update license file name
Florian Pritz
3
-3
/
+3
2017-04-02
Replace LICENSE with actualy GPLv3
Florian Pritz
1
-338
/
+634
2017-04-02
Fix indentation in SYNOPSIS
Florian Pritz
1
-6
/
+6
2017-04-02
Add restore_simple
Florian Pritz
1
-0
/
+25
2017-04-02
Improve $PATH untaint comment
Florian Pritz
1
-1
/
+1
2017-04-02
Set default borg_repo to match my backup script
Florian Pritz
1
-1
/
+2
2017-04-02
Call borg with repo path instead of setting BORG_REPO
Florian Pritz
3
-6
/
+7
2017-04-02
Extract logger setup into method
Florian Pritz
1
-1
/
+5
2017-04-02
Move database path to Settings
Florian Pritz
2
-2
/
+5
2017-04-02
Move format_timestamp to Helper
Florian Pritz
3
-10
/
+10
2017-04-02
die instead of returning undef in select_archive_timespec
Florian Pritz
1
-1
/
+1
2017-04-02
Add debug log in select_archive_timespec
Florian Pritz
1
-0
/
+1
2017-04-02
Use Carp in select_archive_timespec
Florian Pritz
1
-2
/
+2
2017-04-02
Use die in script
Florian Pritz
1
-4
/
+2
2017-04-02
die on error instead of croak
Florian Pritz
1
-2
/
+2
2017-04-02
Only output die() message once
Florian Pritz
1
-1
/
+2
2017-04-02
Left jusitfy package name and line number in debug log
Florian Pritz
1
-1
/
+3
2017-04-02
Log die() and warn() calls
Florian Pritz
1
-0
/
+14
2017-04-02
Ensure log4perl dependencies are included in use statements
Florian Pritz
1
-1
/
+3
2017-04-02
Improve debug messages in find_archives
Florian Pritz
1
-1
/
+1
2017-04-02
Standardize error level for functions in main package
Florian Pritz
1
-3
/
+3
2017-04-02
Use Carp for find_archives errors
Florian Pritz
2
-6
/
+1
2017-04-02
Use Carp for path resolving error
Florian Pritz
2
-2
/
+2
2017-04-02
Add TODO
Florian Pritz
1
-0
/
+1
2017-04-02
Move backup path mapping to main package
Florian Pritz
2
-10
/
+18
2017-04-02
Move path resolving to main package
Florian Pritz
2
-8
/
+18
2017-04-02
Fix unhandleted formatting in invalid path error message
Florian Pritz
1
-1
/
+1
2017-04-02
Fix width of milliseconds in debug log format
Florian Pritz
1
-1
/
+1
2017-04-02
Refactor update_cache()
Florian Pritz
1
-18
/
+9
2017-04-02
Change default log level to INFO
Florian Pritz
1
-1
/
+1
2017-04-02
Improve log messages when adding archives
Florian Pritz
1
-2
/
+2
2017-04-02
Use logger everywhere in main package
Florian Pritz
1
-3
/
+3
2017-04-02
Start documenting the main class
Florian Pritz
2
-2
/
+28
2017-04-02
script: Abort early if path is not found in backups
Florian Pritz
1
-0
/
+5
2017-04-02
script: Print fatal errors using logger
Florian Pritz
1
-4
/
+4
2017-04-02
Use Log4perl for logging
Florian Pritz
3
-2
/
+24
[next]