oio11: (Default)
oio11 ([personal profile] oio11) wrote2018-10-08 08:52 am
Entry tags:

Flip Linux

Flip Linux

Linux и Unix – лучшая операционная система в мире

http://fliplinux.com/

Tag: wget
http://fliplinux.com/linux/wget

How to download your entire WordPress.com blog using wget for archiving, backup and offline browsing | The VSubhash.com Blog
Posted on March 30, 2014

This wget bash command in Linux will go through your archives widget (you need to have one) and download all your blog posts and image.
##################################################################################################################

wget -r --exclude-directories=page,category,author,comments,feed,tag,feed --mirror --page-requisites --convert-links --span-hosts --domains example.files.wordpress.com,example.wordpress.com http://example.wordpress.com

##################################################################################################################

Just replace all instances of example with the name of your WordPress.com blog. The above command does not download comments, feeds, etc. If you would like to have them downloaded too, then make appropriate modifications to the –exclude-directories parameter. If you remove tags and categories, you might get a lot of repeats. So, don’t.

http://vsubhash.wordpress.com/2014/03/30/how-to-download-your-entire-wordpress-com-blog-using-wget-for-archiving-backup-and-offline-browsing/
http://oio11.dreamwidth.org/4223293.html?thread=5500989#cmt5500989

Файловая система Linux и структура каталогов
http://www.k-max.name/linux/fajlovaya-sistema-linux-i-struktura-katalogov/
http://oio11.dreamwidth.org/4223180.html