mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-06-14 23:46:39 +03:00
Updated Async Backup (markdown)
+1
-1
@@ -58,7 +58,7 @@ The `weed filer.backup` process can also be stopped at any time. The current bac
|
||||
# Backup Strategies
|
||||
|
||||
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.
|
||||
1. Continuously mirrored changes. All the content are stored with the same directory structure as the source, but in a remote machine or a cloud vendor.
|
||||
2. Differential Incremental mode. New or updated content are stored in its folder named as modified date. Deletions are not applied.
|
||||
|
||||
## Incremental Mode
|
||||
|
||||
Reference in New Issue
Block a user