mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-06-13 23:36:45 +03:00
Revert d7ece80^...d7ece80 on Migrate to Filer Store
@@ -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`
|
||||
> Example: `weed filer.copy file_or_dir1 [file_or_dir2 file_or_dir3] http://localhost:8888/path/to/a/folder/`
|
||||
Reference in New Issue
Block a user