Bug 508406, stop backing up Firefox 1.5 & 2.0, and T'bird 1.5 snippets. r=bhearsum
git-svn-id: svn://10.0.0.236/trunk@259099 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
05d595b562
commit
eb5576b231
@ -41,8 +41,8 @@ let nextPreDirCount=$preDirCount+1
|
||||
backupDirName=$currentDate-$nextPreDirCount-pre-$1
|
||||
|
||||
pushd $LIVE_SNIPPET_DIR > /dev/null
|
||||
echo Running $TAR cfvj $BACKUP_DIR/$backupDirName.tar.bz2 .
|
||||
$TAR cfvj $BACKUP_DIR/$backupDirName.tar.bz2 .
|
||||
echo Running time $TAR cfvj $BACKUP_DIR/$backupDirName.tar.bz2 . --exclude 'Firefox/1.5*' --exclude 'Firefox/2.0*' --exclude 'Thunderbird/1.5*'
|
||||
time $TAR cfvj $BACKUP_DIR/$backupDirName.tar.bz2 . --exclude 'Firefox/1.5*' --exclude 'Firefox/2.0*' --exclude 'Thunderbird/1.5*'
|
||||
popd > /dev/null
|
||||
|
||||
exit 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user