/ Published in: Bash
Mirroring only from allowed sub-dir
-m : mirror website -k : relative urls for downloaded files, otherwise your mirrored link point to original site -I : allowed dir --domains : allowed domains
Expand |
Embed | Plain Text
#!/bin/dash wget -mk -I "i386,src" --domains "sub.other-site.com,other.site.com" http://distro.linux.com/
You need to login to post a comment.
