From e33780e859937c3111d059485d0a2bee48e36834 Mon Sep 17 00:00:00 2001 From: Qin Liu Date: Thu, 21 Mar 2019 09:36:02 +0800 Subject: [PATCH] Note that `weed backup` is broken --- Data-Backup.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Data-Backup.md b/Data-Backup.md index 42e9061..a20e318 100644 --- a/Data-Backup.md +++ b/Data-Backup.md @@ -1,3 +1,7 @@ +As mentioned in [#421](https://github.com/chrislusf/seaweedfs/issues/421), the `weed backup` command is broken now. The recommended way is to use `rsync`. + +--- + The most important thing for storage is to keep data safe and not losing them. It gives you a comfort of thought that your data is safely backup. However, we do not want to always copy the whole data files over. We want to do it incrementally.