mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Filer Commands and Operations (markdown)
parent
3c82da8e17
commit
585ec2f902
|
@ -2,12 +2,12 @@ Filer is similar to common file systems and people may ask for similar tools.
|
|||
|
||||
## Copy to Filer
|
||||
|
||||
`weed copy` can copy one or a list of files or directories to filer.
|
||||
`weed filer.copy` can copy one or a list of files or directories to filer.
|
||||
|
||||
```
|
||||
// copy all go files under current directory to filer's /github/ folder.
|
||||
// The directory structure is copied also.
|
||||
> weed copy -include *.go . http://localhost:8888/github/
|
||||
> weed filer.copy -include *.go . http://localhost:8888/github/
|
||||
...
|
||||
Copy ./unmaintained/change_replication/change_replication.go => http://localhost:8888/github/./unmaintained/change_replication/change_replication.go
|
||||
Copy ./unmaintained/fix_dat/fix_dat.go => http://localhost:8888/github/./unmaintained/fix_dat/fix_dat.go
|
||||
|
|
Loading…
Reference in a new issue