File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -99,14 +99,18 @@ Major new features
99
99
100
100
- removed commands / options:
101
101
102
- - removed -P (aka --prefix) option, use -a (aka --glob -archives) instead, e.g.: -a 'PREFIX*'
102
+ - removed -P (aka --prefix) option, use -a (aka --match -archives) instead, e.g.: -a 'PREFIX*'
103
103
- borg upgrade (was only relevant for attic / old borg)
104
104
- removed deprecated cli options
105
105
106
106
Other changes
107
107
~~~~~~~~~~~~~
108
108
109
- - support archive timestamps with utc offsets
109
+ - show files / archives with local timezone offsets, store archive timestamps with tz offset
110
+ - make user/group/uid/gid optional in archived files
111
+ - do not store .borg_part files in final archive, simplify statistics (no parts stats any more)
112
+ - avoid orphan chunks on input files with OSErrors
113
+ - make sure archive name/comment, stuff that get into JSON is pure valid utf-8 (no surrogate escapes)
110
114
- internal data format / processing changes
111
115
112
116
- using msgpack spec 2.0 now, cleanly differentiating between text and binary bytes.
You can’t perform that action at this time.
0 commit comments