From d9cf6be5d5459a5928ae0c28a88fc6a415df226c Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 1 Mar 2021 21:51:04 -0800 Subject: [PATCH] Updated Async Backup (markdown) --- Async-Backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Async-Backup.md b/Async-Backup.md index d0acc60..01a0484 100644 --- a/Async-Backup.md +++ b/Async-Backup.md @@ -59,7 +59,7 @@ The `weed filer.backup` process can also be stopped at any time. The current bac There are 2 backup strategies supported as of now: 1. Continuously replicated changes. All the content are stored with the same directory structure as the source, but in a remote machine or a cloud vendor. -2. +2. Differential Incremental mode. New or updated content are stored in its folder named as modified date. Deletions are not applied. ## Incremental Mode If `is_incremental = true`, all the files are backed up under the `YYYY-MM-DD` directories, which the timestamps are based on modified time.