Dear Ariel,
I have a questions about the dump file for the `sites' table.
1) Dump file exists, and contains meaningful data.
(shell)$ rsync ftpmirror.your.org::wikimedia-dumps/wikidatawiki/20140508/ |
grep sites
-rw-rw-r-- 15,817 2014/05/11 00:15:46
wikidatawiki-20140508-sites.sql.gz
(shell)$ rsync --progress
ftpmirror.your.org::wikimedia-dumps/wikidatawiki/20140508/wikidatawiki-20140508-sites.sql.gz
.
wikidatawiki-20140508-sites.sql.gz
15,817 100% 15.08MB/s 0:00:00 (xfr#1, to-chk=0/1)
(shell)$ zless wikidatawiki-20140508-sites.sql.gz
2) It is mentioned in `dumpruninfo.txt'
(shell)$ rsync --progress
ftpmirror.your.org::wikimedia-dumps/wikidatawiki/20140508/dumpruninfo.txt
.
dumpruninfo.txt
2,293 100% 2.19MB/s 0:00:00 (xfr#1, to-chk=0/1)
(shell)$ cat dumpruninfo.txt | grep sitesname:sitestable; status:done;
updated:2014-05-11 04:15:48
name:sitestatstable; status:done; updated:2014-05-08 17:39:36
3) But it is not mentioned in `md5sums.txt'
(shell)$ rsync --progress
ftpmirror.your.org::wikimedia-dumps/wikidatawiki/20140508/wikidatawiki-20140508-md5sums.txt
.
wikidatawiki-20140508-md5sums.txt
2,189 100% 2.09MB/s 0:00:00 (xfr#1, to-chk=0/1)
(shell)$ cat wikidatawiki-20140508-md5sums.txt | sites
bash: sites: command not found
Sincerely Yours,
Kent