We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de827c9 commit fad26cdCopy full SHA for fad26cd
1 file changed
releases/borg-2.0.rst
@@ -159,6 +159,8 @@ Major new features
159
- Renamed Borg init to Borg repo-create for better consistency
160
- BORG_EXIT_CODES=modern is the default now to get more specific process
161
exit codes
162
+ - Use jsonargparse as CLI argument/option parser, also supporting YAML configs
163
+ for defaults and auto-generated environment variables to override defaults.
164
165
- added commands/options:
166
@@ -205,6 +207,7 @@ Major new features
205
207
Other changes
206
208
~~~~~~~~~~~~~
209
210
+- y2038+ support (32bit platforms with 64bit time_t will still work).
211
- create: added retries for input files (e.g., if there is a read error or
212
a file changes while reading)
213
- create: auto-exclude items based on xattrs or NODUMP
0 commit comments