From 193ac3ae3354e16c4ff7b90fc11ce6057eeaa656 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 22 Apr 2020 17:39:37 -0700 Subject: [PATCH] Revert d7ece80^...d7ece80 on Migrate to Filer Store --- Migrate-to-Filer-Store.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Migrate-to-Filer-Store.md b/Migrate-to-Filer-Store.md index 2cde25b..fd04137 100644 --- a/Migrate-to-Filer-Store.md +++ b/Migrate-to-Filer-Store.md @@ -14,7 +14,4 @@ If there are already a lot of files, how to move them to the SeaweedFS the most The easiest way is just to use the OS-provided copy command from the command line. However, usually it is single-threaded. The most efficient way is to use "weed filer.copy". It is multi-threaded and bypasses the FUSE layer. -> Example: `weed filer.copy file_or_dir1 [file_or_dir2 file_or_dir3] http://localhost:8888/path/to/a/folder/` - -OR If it's a collection -> Example: `weed filer.copy file_or_dir1 [file_or_dir2 file_or_dir3] http://localhost:8888/?collection=collection-name` \ No newline at end of file +> Example: `weed filer.copy file_or_dir1 [file_or_dir2 file_or_dir3] http://localhost:8888/path/to/a/folder/` \ No newline at end of file