Add "file://" paths to NEWS (#576).

This commit is contained in:
Dan Helfman 2023-03-21 10:24:51 -07:00
parent c83fae5e5b
commit 3f17c355ca
1 changed files with 3 additions and 2 deletions

5
NEWS
View File

@ -1,8 +1,9 @@
1.7.10.dev0
* #501: Optionally error if a source directory does not exist via "source_directories_must_exist"
option in borgmatic's location configuration.
* #618: Support for BORG_FILES_CACHE_TTL environment variable via "borg_files_cache_ttl" option in
borgmatic's storage configuration.
* #576: Add support for "file://" paths within "repositories" option.
* #618: Add support for BORG_FILES_CACHE_TTL environment variable via "borg_files_cache_ttl" option
in borgmatic's storage configuration.
1.7.9
* #295: Add a SQLite database dump/restore hook.