We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f327af1 commit 4905fd8Copy full SHA for 4905fd8
docs/changes.rst
@@ -144,7 +144,7 @@ Compatibility notes:
144
Change Log 2.x
145
==============
146
147
-Version 2.0.0b19 (unreleased)
+Version 2.0.0b19 (2025-07-02)
148
-----------------------------
149
150
Please note:
@@ -161,6 +161,12 @@ Fixes:
161
also: when printing the path, use the already normalized item.path.
162
- import-tar: fix the dotslash issue, add test
163
164
+New features:
165
+
166
+- create --files-changed=MODE option, #8958.
167
+ control how borg detects whether a file has changed while it was backed up,
168
+ valid modes are ctime (default), mtime (2nd best) or disabled (not recommended).
169
170
Other changes:
171
172
- to_key_filename: raise length limit to 120, #8966.
0 commit comments