Bacula-users

Re: [Bacula-users] Bacula Release 9.0.0 - Scripted Sourceforge Download

2017-07-12 02:50:16
Subject: Re: [Bacula-users] Bacula Release 9.0.0 - Scripted Sourceforge Download
From: Ralf Brinkmann <ralf.brinkmann AT wemhoener DOT de>
To: bacula-users <bacula-users AT lists.sourceforge DOT net>
Date: Wed, 12 Jul 2017 08:48:38 +0200
I found trying to download the newest Bacula from any mirror of
Sourgeforge with "wget -i" doesn't work anymore.

I searched a little bit and found the wget option "-O". Timestamps of
all downloaded files will be preserved.

The proxy variable of my sample script maybe omitted if no in-house
proxy is required for internet access:

#!/bin/bash

https_proxy="proxy-name:port-number"
URL="https://sourceforge.net/projects/bacula/files/bacula/9.0.0/";
FILES="
    bacula-9.0.0.tar.gz
    bacula-9.0.0.tar.gz.sig
    bacula-docs-9.0.0.tar.bz2
    bacula-docs-9.0.0.tar.bz2.sig
    bacula-gui-9.0.0.tar.gz
    bacula-gui-9.0.0.tar.gz.sig
    bacula-regress-9.0.0.tar.gz
    bacula-regress-9.0.0.tar.gz.sig
    ChangeLog
    LICENSE
    LICENSE-FAQ
    LICENSE-FOSS
    ReleaseNotes
"

for file in $FILES
do
    Ui=$URL$file
    echo
    echo "######" $Ui "######"
    echo
    wget -O $file $Ui
    #wget -i $Ui
done

BTW
No problem to get Bacula to compile with libQT4
"--with-mysql --enable-conio --enable-bat" - after modifing the
declaration of QT_VERSION slightly - 0x040804 => 0x040801.

--
Ralf Brinkmann


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users


ADSM.ORG Privacy and Data Security by https://kimlaw.us