Re: [backuppc/backuppc] BackupPC 4.1.2 release
Raoul Bhatia <[email protected]> Tue, 02 May 2017 10:11:20 +0200
| Newsgroups | gmane.comp.sysutils.backup.backuppc.devel,gmane.comp.sysutils.backup.backuppc.general |
|---|---|
| Message-ID | <[email protected]> |
--===============8823156858811202263==
Content-Type: multipart/alternative;
boundary="=_9540366d68e7311ad113b400e81a554e"
--=_9540366d68e7311ad113b400e81a554e
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=US-ASCII
Thanks Craig and everybody who contributed
I've updated the Debian packages for Ubuntu 16.04 and Ubuntu 16.10 - you
can find them at
https://github.com/backuppc/backuppc/wiki/Build-Your-Own-Packages#downloads
(Sorry, no personal need/time for Ubuntu 17.04 yet)
Feedback appreciated!
Cheers,
Raoul
On 2017-05-01 02:32, Craig Barratt wrote:
> BackupPC 4.1.2 fixes several bugs in 4.1.1. The changes include:
>
> * Merged pull requests: #93 [1], #94 [2], #97 [3], #102 [4]
> * Fixed NetBios lookup of hosts, reported by Doug Lytle.
> * Fixed bin/BackupPC_tarExtract and lib/BackupPC/Xfer/Ftp.pm in case where a directory tree is no longer present in a new backup. Reported by Jens Potthast and Matt Bedynek.
> * Fixed SCGI when BackupPC is run in non-daemon mode (which is the systemd default starting in 4.1.1).
> * $Conf{ClientNameAlias} can now be an array of hostnames; the first one that succeeds ping is used for the backup or restore. From martintamare (#94 [2]).
> * Fixed status link in SCGI server, improved the navigation tab (now it doesn't scroll) and some css/html cleanup; from Nicholas Hall (#97 [3]).
> * Fixed logic in bin/BackupPC_dump for $Conf{FixedIPNetBiosNameCheck} to prevent netbios name check; from Nicholas Hall (#102 [4]).
> * Fixed config editor bug in sub-entries of hash config variables, related to SCGI.
> * Fixed rsync restore of a top-level directory when the share is "/", reported by Ray Frush.
> * Increased $Conf{FullKeepCnt}[0] by 1 in expiry calculations, so the most recent filled backup effectively isn't counted for expiry. This improves the behavior, particularly when $Conf{FullKeepCnt} = 1.
> * Rsync transfers now use --timeout=$Conf{ClientTimeout} instead of using an alarm based on rsync log output, suggested by ACR.
> * added --delete-excluded and --one-file-system to $Conf{RsyncArgs}.
> * Removed extra quotes from $Conf{CgiURL} in configure.pl from Alexander Moisseev (#93 [1]). Also added $DestDir to some print messages in configure.pl.
> * BackupPC_dump and BackupPC_restore now support the -p option to turn off progress reports. The old -p (inplace) option to BackupPC_tarExtract is now -P.
> * Backup directory mtime is now set to the backup endTime.
> * Updated FSF address in cgi-bin/BackupPC_Admin, reported by TomCat42 (#91 [5]).
--
DI (FH) Raoul Bhatia M.Sc.
E-Mail. [email protected]
Tel. +43 699 10132530
Links:
------
[1] https://github.com/backuppc/backuppc/pull/93
[2] https://github.com/backuppc/backuppc/pull/94
[3] https://github.com/backuppc/backuppc/pull/97
[4] https://github.com/backuppc/backuppc/pull/102
[5] https://github.com/backuppc/backuppc/pull/91
--=_9540366d68e7311ad113b400e81a554e
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset=UTF-8
<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html; charset=
=3DUTF-8" /></head><body style=3D'font-size: 10pt; font-family: Verdana,Gen=
eva,sans-serif'>
<p>Thanks Craig and everybody who contributed</p>
<p>I've updated the Debian packages for Ubuntu 16.04 and Ubuntu 16.10 - you=
can find them at <a href=3D"https://github.com/backuppc/backuppc/wiki=
/Build-Your-Own-Packages#downloads">https://github.com/backuppc/backuppc/wi=
ki/Build-Your-Own-Packages#downloads<br /></a>(Sorry, no personal need/time=
for Ubuntu 17.04 yet)</p>
<p>Feedback appreciated!</p>
<p>Cheers,<br />Raoul</p>
<p>On 2017-05-01 02:32, Craig Barratt wrote:</p>
<blockquote type=3D"cite" style=3D"padding: 0 0.4em; border-left: #1010ff 2=
px solid; margin: 0"><!-- html ignored --><!-- head ignored --><!-- meta ig=
nored -->
<p>BackupPC 4.1.2 fixes several bugs in 4.1.1. The changes include:</p>
<ul>
<li>Merged pull requests: <a class=3D"issue-link js-issue-link" href=3D"htt=
ps://github.com/backuppc/backuppc/pull/93">#93</a>, <a class=3D"issue-link =
js-issue-link" href=3D"https://github.com/backuppc/backuppc/pull/94">#94</a=
>, <a class=3D"issue-link js-issue-link" href=3D"https://github.com/backupp=
c/backuppc/pull/97">#97</a>, <a class=3D"issue-link js-issue-link" href=3D"=
https://github.com/backuppc/backuppc/pull/102">#102</a></li>
<li>Fixed NetBios lookup of hosts, reported by Doug Lytle.</li>
<li>Fixed bin/BackupPC_tarExtract and lib/BackupPC/Xfer/Ftp.pm in case wher=
e a directory tree is no longer present in a new backup. Reported by Jens P=
otthast and Matt Bedynek.</li>
<li>Fixed SCGI when BackupPC is run in non-daemon mode (which is the system=
d default starting in 4.1.1).</li>
<li>$Conf{ClientNameAlias} can now be an array of hostnames; the first one =
that succeeds ping is used for the backup or restore. From martintamare (<a=
class=3D"issue-link js-issue-link" href=3D"https://github.com/backuppc/bac=
kuppc/pull/94">#94</a>).</li>
<li>Fixed status link in SCGI server, improved the navigation tab (now it d=
oesn't scroll) and some css/html cleanup; from Nicholas Hall (<a class=3D"i=
ssue-link js-issue-link" href=3D"https://github.com/backuppc/backuppc/pull/=
97">#97</a>).</li>
<li>Fixed logic in bin/BackupPC_dump for $Conf{FixedIPNetBiosNameCheck} to =
prevent netbios name check; from Nicholas Hall (<a class=3D"issue-link js-i=
ssue-link" href=3D"https://github.com/backuppc/backuppc/pull/102">#102</a>)=
=2E</li>
<li>Fixed config editor bug in sub-entries of hash config variables, relate=
d to SCGI.</li>
<li>Fixed rsync restore of a top-level directory when the share is "/", rep=
orted by Ray Frush.</li>
<li>Increased $Conf{FullKeepCnt}[0] by 1 in expiry calculations, so the mos=
t recent filled backup effectively isn't counted for expiry. This improves =
the behavior, particularly when $Conf{FullKeepCnt} =3D 1.</li>
<li>Rsync transfers now use --timeout=3D$Conf{ClientTimeout} instead of usi=
ng an alarm based on rsync log output, suggested by ACR.</li>
<li>added --delete-excluded and --one-file-system to $Conf{RsyncArgs}.</li>
<li>Removed extra quotes from $Conf{CgiURL} in configure.pl from Alexander =
Moisseev (<a class=3D"issue-link js-issue-link" href=3D"https://github.com/=
backuppc/backuppc/pull/93">#93</a>). Also added $DestDir to some print mess=
ages in configure.pl.</li>
<li>BackupPC_dump and BackupPC_restore now support the -p option to turn of=
f progress reports. The old -p (inplace) option to BackupPC_tarExtract is n=
ow -P.</li>
<li>Backup directory mtime is now set to the backup endTime.</li>
<li>Updated FSF address in cgi-bin/BackupPC_Admin, reported by TomCat42 (<a=
class=3D"issue-link js-issue-link" href=3D"https://github.com/backuppc/bac=
kuppc/pull/91">#91</a>).</li>
</ul>
<div>
<div><!-- link ignored --> <!-- meta ignored --></div>
<!-- meta ignored --></div>
</blockquote>
<p><br /></p>
<div>-- <br />
<div class=3D"pre" style=3D"margin: 0; padding: 0; font-family: monospace">=
DI (FH) Raoul Bhatia M.Sc.<br /> E-Mail. <a href=3D"mailto:[email protected]"=
>[email protected]</a><br /> Tel. +43 699 10132530</div>
</div>
</body></html>
--=_9540366d68e7311ad113b400e81a554e--
--===============8823156858811202263==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
--===============8823156858811202263==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
BackupPC-devel mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-devel
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/
--===============8823156858811202263==--