From 6789c980678f46a602d9f82bfc0ec2a3d52a645e Mon Sep 17 00:00:00 2001 From: David Timber Date: Mon, 26 Sep 2022 17:24:21 +0800 Subject: Fix bugs - AWS S3 backend large files - Added 'alloc-size' for aws large file upload and localfs preallocation - Added 'block-size' for localfs(implemented) - Updated docs - Fix bug in localfs str() op --- doc/config-fmt.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/config-fmt.md b/doc/config-fmt.md index df196c5..585f37a 100644 --- a/doc/config-fmt.md +++ b/doc/config-fmt.md @@ -258,6 +258,7 @@ object does not require the "id" member. ##### Backup Object Definition Object * "path": path to the backup output on the backend **(REQUIRED)** +* "alloc-size": the expected size of the object in bytes * "group": the id of a [Backup Object Group Definition Object](#backup-object-group-definition-object) * "pipeline": array of @@ -268,6 +269,7 @@ object does not require the "id" member. ```jsonc { "path": "srv.tar.zstd", + "alloc-size": 2097152, "group": "tar-1", "pipeline": [ { -- cgit v1.2.3-70-g09d2