This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena-site.git
The following commit(s) were added to refs/heads/main by this push:
new dd1cd4845 Improved backup docs
https://github.com/apache/jena/issues/1500
dd1cd4845 is described below
commit dd1cd48453fc605bc09153ab9bf42aee3b680686
Author: Eugen Stan <[email protected]>
AuthorDate: Tue Sep 13 12:11:16 2022 +0300
Improved backup docs https://github.com/apache/jena/issues/1500
---
source/documentation/fuseki2/fuseki-server-protocol.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/source/documentation/fuseki2/fuseki-server-protocol.md
b/source/documentation/fuseki2/fuseki-server-protocol.md
index 532bb725d..d6385afd6 100644
--- a/source/documentation/fuseki2/fuseki-server-protocol.md
+++ b/source/documentation/fuseki2/fuseki-server-protocol.md
@@ -167,6 +167,16 @@ useful for managing the files externally.
The returned JSON object will have the form `{ backups: [ ... ] }` where the
`[]` array is
a list of file names.
+Since 4.7.0 backups are written to a temporary file in the same directory and
renamed on completion.
+In case of server crash, it will not be renamed.
+This guarantees backups are complete.
+Cleanup of incomplete backups can be done by users on application / container
start: remove all incomplete files.g
+
+### Backup policies
+
+Users can use the backup api [the Fuseki HTTP Administration
Protocol](/documentation/fuseki2/fuseki-server-protocol.html#backup) to build
backup policies.
+See issue for more information https://github.com/apache/jena/issues/1500 .
+
### Compact
Pattern: `/$/compact/{name}`