wget
Element Content Model | ||
wget ::= (excludedir|add-arg)* | ||
Attributes | ||
Name | Type | Default |
continue | (yes|no) | yes |
cutdirs | (0|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15) |
Holds all information for the mirror application wget.
Attribute explanation:
variable | explanation | cla |
---|---|---|
continue | This is a wget option.
The wget manual states: continue getting a partially-downloaded file. This is useful when you want to finish up a download started by a previous instance of wget, or by another program. More about the wget continue option in the wget manual. |
no |
cutdirs | This is a wget option.
The wget manual states: Ignore number directory components. This is useful for getting a fine-grained control over the directory where recursive retrieval will be saved. More about the wget cut-dirs option in the wget manual. The rpms being downloaded are stored under the <sharedir>/<dist-id>/update/ plus the directory obtained from the cutdirs action. Important to note; in case this option is used (cutdirs > 0) the wget option -no-host-directories is used by aptate too. |
no |