mirror of
https://github.com/Luzifer/s3sync.git
synced 2024-12-20 19:41:15 +00:00
Updated README
This commit is contained in:
parent
000f8ee14d
commit
f0a5a40c51
1 changed files with 2 additions and 9 deletions
11
README.md
11
README.md
|
@ -18,24 +18,17 @@
|
||||||
2. Execute your sync
|
2. Execute your sync
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# s3sync help
|
# s3sync --help
|
||||||
Sync files from <from> to <to>
|
Sync files from <from> to <to>
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
s3sync <from> <to> [flags]
|
s3sync <from> <to> [flags]
|
||||||
s3sync [command]
|
|
||||||
|
|
||||||
Available Commands:
|
|
||||||
version Returns the current version of s3sync
|
|
||||||
help Help about any command
|
|
||||||
|
|
||||||
Flags:
|
Flags:
|
||||||
-d, --delete=false: Delete files on remote not existing on local
|
-d, --delete=false: Delete files on remote not existing on local
|
||||||
-h, --help=false: help for s3sync
|
-h, --help=false: help for s3sync
|
||||||
-P, --public=false: Make files public when syncing to S3
|
-P, --public=false: Make files public when syncing to S3
|
||||||
|
-v, --version=false: Print version and quit
|
||||||
|
|
||||||
Use "s3sync [command] --help" for more information about a command.
|
|
||||||
|
|
||||||
# s3sync -d 1/ s3://knut-test-s3sync/
|
# s3sync -d 1/ s3://knut-test-s3sync/
|
||||||
(1 / 3) 05/11/pwd_luzifer_io.png OK
|
(1 / 3) 05/11/pwd_luzifer_io.png OK
|
||||||
|
|
Loading…
Reference in a new issue