blob: a4b127df8d9cf0f742c6421963c027e6f6fd1030 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
Revision history for Perl extension App-BorgRestore
{{$NEXT}}
- Add --json option
- Add --detail option
- Log cache update status message per archive to INFO
- Add --quiet option
- Remove sqlite cache size warning
3.0.0 2018-03-23T14:57:52Z
- No longer automatically enable --adhoc when cache is empty
2.3.0 2018-02-06T15:58:36Z
- Add --list option to search for paths occuring in backups
- Warn if sqlite's memory cache is is filled during cache updates
- Improve documentation of @backup_prefixes setting
2.2.0 2017-11-25T23:16:04Z
- Add borg 1.1 support
- Mention required positive return code of config in documentation
- Enable adhoc mode automatically when cache is empty
2.1.1 2017-10-05T07:58:12Z
- Fix incorrect/missing dependencies
- Use autodie everywhere to catch errors early
- Add basic documentation to internal packages
2.1.0 2017-06-24T15:26:08Z
- Improve documentation
- chdir back to original working directory after restore
2.0.1 2017-06-04T17:44:27Z
- Add github to META.json
2.0.0 2017-06-04T16:18:33Z
- original version
|