index
:
App-BorgRestore
dev
master
Restoration helper for borg
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-0
/
+73
2017-04-02
Update license file name
Florian Pritz
1
-1
/
+1
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
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
2
-4
/
+7
2017-04-02
Move database path to Settings
Florian Pritz
2
-2
/
+5
2017-04-02
Move format_timestamp to Helper
Florian Pritz
2
-9
/
+9
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
die on error instead of croak
Florian Pritz
1
-2
/
+2
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
1
-0
/
+1
2017-04-02
Use Carp for path resolving error
Florian Pritz
1
-1
/
+2
2017-04-02
Add TODO
Florian Pritz
1
-0
/
+1
2017-04-02
Move backup path mapping to main package
Florian Pritz
1
-0
/
+16
2017-04-02
Move path resolving to main package
Florian Pritz
1
-0
/
+16
2017-04-02
Refactor update_cache()
Florian Pritz
1
-18
/
+9
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
1
-1
/
+14
2017-04-01
Mark some functions private
Florian Pritz
1
-11
/
+11
2017-04-01
Remove unused get_temp_path
Florian Pritz
1
-11
/
+0
2017-04-01
Remove unused get_mtime_from_lookuptable
Florian Pritz
1
-17
/
+0
2017-04-01
Do not pass $opts to main class
Florian Pritz
1
-7
/
+1
2017-03-19
Fix broken db handling when updating cache
Florian Pritz
1
-3
/
+3
2017-03-19
Migrate main package to Log::Any
Florian Pritz
1
-20
/
+16
2017-03-13
Refactor db creation and cache dir creation
Florian Pritz
3
-23
/
+33
2017-03-13
timespec_to_seconds: Use atomic groups in regex
Florian Pritz
1
-1
/
+1
2017-03-12
Fix sort order of detected archives
Florian Pritz
1
-1
/
+1
2017-03-12
Use POSIX::strftime instead of DateTime
Florian Pritz
1
-4
/
+2
2017-03-12
Make $db an object variable
Florian Pritz
1
-36
/
+20
2017-03-04
Add new_no_defaults constructor for test suite
Florian Pritz
1
-0
/
+16
2017-03-04
Borg::list_archive: Use open() instead of IPC::Run for performance
Florian Pritz
2
-3
/
+9
2017-03-03
Fix broken recursion in save_node
Florian Pritz
1
-1
/
+1
2017-03-03
Pass sub to IPC::Run instead of using a typeglob
Florian Pritz
2
-7
/
+7
2017-03-03
Support dependency injection of Borg class
Florian Pritz
2
-3
/
+17
2017-03-02
Allow dots in archive names
Florian Pritz
1
-1
/
+1
2017-02-27
Drop useless =pod
Florian Pritz
1
-1
/
+0
2017-02-27
Move most code to main package
Florian Pritz
1
-0
/
+356
2017-02-27
Move debug() to main package
Florian Pritz
1
-5
/
+21
2017-02-27
Remove empty lines from the db
Florian Pritz
1
-1
/
+8
2017-02-27
Extract borg related methods into dedicated package
Florian Pritz
1
-0
/
+39
2017-02-27
Move packages to dedicated files
Florian Pritz
3
-0
/
+240
[next]