r110757 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110756‎ | r110757 | r110758 >
Date:16:39, 6 February 2012
Author:ariel
Status:deferred
Tags:
Comment:
pick up the abstract files for rsync too
Modified paths:
  • /branches/ariel/xmldumps-backup/create-rsync-list.sh (modified) (history)

Diff [purge]

Index: branches/ariel/xmldumps-backup/create-rsync-list.sh
@@ -96,12 +96,14 @@
9797 ls $d/*.7z 2>/dev/null >> $outputfile.tmp
9898 ls $d/*.html 2>/dev/null >> $outputfile.tmp
9999 ls $d/*.txt 2>/dev/null >> $outputfile.tmp
 100+ ls $d/.xml 2>/dev/null >> $outputfile.tmp
100101 else
101102 ls $d/*.gz 2>/dev/null | sed -e "s|^$publicdir|$rsyncprefix|" >> $outputfile.tmp
102103 ls $d/*.bz2 2>/dev/null | sed -e "s|^$publicdir|$rsyncprefix|" >> $outputfile.tmp
103104 ls $d/*.7z 2>/dev/null | sed -e "s|^$publicdir|$rsyncprefix|" >> $outputfile.tmp
104105 ls $d/*.html 2>/dev/null | sed -e "s|^$publicdir|$rsyncprefix|" >> $outputfile.tmp
105106 ls $d/*.txt 2>/dev/null | sed -e "s|^$publicdir|$rsyncprefix|" >> $outputfile.tmp
 107+ ls $d/*.xml 2>/dev/null | sed -e "s|^$publicdir|$rsyncprefix|" >> $outputfile.tmp
106108 fi
107109 else
108110 list_dir_only

Status & tagging log