Browse code

update manpage

Matt Domsch authored on 2014/03/13 04:08:01
Showing 1 changed files
... ...
@@ -43,6 +43,9 @@ Get file from bucket
43 43
 s3cmd \fBdel\fR \fIs3://BUCKET/OBJECT\fR
44 44
 Delete file from bucket
45 45
 .TP
46
+s3cmd \fBrestore\fR \fIs3://BUCKET/OBJECT\fR
47
+Restore file from Glacier storage
48
+.TP
46 49
 s3cmd \fBsync\fR \fILOCAL_DIR s3://BUCKET[/PREFIX] or s3://BUCKET[/PREFIX] LOCAL_DIR\fR
47 50
 Synchronize a directory tree to S3
48 51
 .TP
... ...
@@ -131,9 +134,7 @@ values set in
131 131
 .B s3cmd
132 132
 config file (by default $HOME/.s3cmd). As it's a simple text file 
133 133
 feel free to open it with your favorite text editor and do any
134
-changes you like. $S3CMD_CONFIG can be set to override the default
135
-location. (Example: export S3CMD_CONFIG=$HOME/aws/production/s3cmd)
136
-
134
+changes you like. 
137 135
 .TP
138 136
 \fB\-h\fR, \fB\-\-help\fR
139 137
 show this help message and exit
... ...
@@ -145,7 +146,7 @@ to a specific bucket instead of attempting to list
145 145
 them all.
146 146
 .TP
147 147
 \fB\-c\fR FILE, \fB\-\-config\fR=FILE
148
-Config file name. Defaults to $HOME/.s3cfg
148
+Config file name. Defaults to /home/mdomsch/.s3cfg
149 149
 .TP
150 150
 \fB\-\-dump\-config\fR
151 151
 Dump current configuration after parsing config files
... ...
@@ -224,6 +225,10 @@ Revoke stated permission for a given amazon user.
224 224
 Permission is one of: read, write, read_acp, wr
225 225
 ite_acp, full_control, all
226 226
 .TP
227
+\fB\-D\fR NUM, \fB\-\-restore\-days\fR=NUM
228
+Number of days to keep restored file available (only
229
+for 'restore' command).
230
+.TP
227 231
 \fB\-\-delete\-removed\fR
228 232
 Delete remote objects with no corresponding local file
229 233
 [sync]
... ...
@@ -342,10 +347,6 @@ when putting objects.
342 342
 Override autodetected terminal and filesystem encoding
343 343
 (character set). Autodetected: UTF-8
344 344
 .TP
345
-\fB\-\-disable\-content\-encoding\fR
346
-Don't include a Content-encoding header to the the
347
-uploaded objects
348
-.TP
349 345
 \fB\-\-add\-encoding\-exts\fR=EXTENSIONs
350 346
 Add encoding to these comma delimited extensions i.e.
351 347
 (css,js,html) when uploading to S3 )