Updated Filer Commands and Operations (markdown)

Chris Lu 2016-07-21 15:02:40 -07:00
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