BackupPC 4.2.0 released

Craig Barratt via BackupPC-users <[email protected]> Sat, 14 Apr 2018 16:10:52 -0700
Newsgroups gmane.comp.sysutils.backup.backuppc.general,gmane.comp.sysutils.backup.backuppc.devel
Message-ID <CADSzEFjuHMJpTtJmq0XKEF_VeHrrxaHGnhdK=AptMuxrrjvu+w@mail.gmail.com>
--===============5356394481949581323==
Content-Type: multipart/alternative; boundary="001a113905f0e04d2d0569d71aa6"

--001a113905f0e04d2d0569d71aa6
Content-Type: text/plain; charset="UTF-8"

BackupPC 4.2.0 <https://github.com/backuppc/backuppc/releases/tag/4.2.0> has
been released on Github.

The changes since 4.1.5
<https://github.com/backuppc/backuppc/releases/tag/4.1.5> are listed
below.  The biggest change is a new feature in the web interface
written by @moisseev
that allows prior backups to be deleted.

Enjoy!

Craig

#------------------------------------------------------------------------
# Version 4.2.0, 8 Apr 2018
#------------------------------------------------------------------------

Merged pull requests #160, #190.

* Backups can now be deleted via the CGI interface, written by @moisseev
  (#160).

* bin/BackupPC_backupDelete: added -L option that puts output into client
  LOG file, to support CGI backup deletion.

* Added support for a user-editable comment per host, via a new
ClientComment
  config parameter, requested by @andrewmaksymowsky.

* bin/BackupPC_tarExtract: Added support for pax headers, which smbclient
  uses for long file names

* bin/BackupPC_backupDelete: make sure directory exists when renaming tree
  from deleted backup.

* lib/BackupPC/Xfer/Smb.pm: ignore empty output lines from smbclient;
  fixes issue #159.

* bin/BackupPC: improved several of the exit error messages.

* lib/BackupPC/Xfer/Rsync.pm: added shareName to RsyncArgs* argument
  substitutions; suggested by Alex Kobel.

* conf/BackupPC_stnd.css: removed import url('
https://fonts.googleapis.com/css....'
  suggested by @MartijnRas in issue #174.

--001a113905f0e04d2d0569d71aa6
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><a href=3D"https://github.com/backuppc/backuppc/releases/t=
ag/4.2.0" target=3D"_blank" style=3D"color:rgb(17,85,204);font-family:arial=
,sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-ca=
ps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-inden=
t:0px;text-transform:none;white-space:normal;word-spacing:0px;background-co=
lor:rgb(255,255,255)">BackupPC=C2=A04.2.0</a><span style=3D"color:rgb(34,34=
,34);font-family:arial,sans-serif;font-style:normal;font-variant-ligatures:=
normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-=
align:start;text-indent:0px;text-transform:none;white-space:normal;word-spa=
cing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;te=
xt-decoration-color:initial;float:none;display:inline">=C2=A0has been relea=
sed on Github.</span><div style=3D"color:rgb(34,34,34);font-family:arial,sa=
ns-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:=
normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0=
px;text-transform:none;white-space:normal;word-spacing:0px;background-color=
:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initi=
al"><br></div><div style=3D"text-align:start;text-indent:0px;background-col=
or:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:ini=
tial"><span style=3D"color:rgb(34,34,34);font-family:arial,sans-serif;font-=
style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-we=
ight:400;letter-spacing:normal;text-transform:none;white-space:normal;word-=
spacing:0px">The changes since<span>=C2=A0</span><a href=3D"https://github.=
com/backuppc/backuppc/releases/tag/4.1.5" target=3D"_blank" style=3D"color:=
rgb(17,85,204)">4.1.5</a><span>=C2=A0</span>are listed below.=C2=A0 The big=
gest change is a new feature in the web interface written by </span>@moisse=
ev that allows prior backups to be deleted.</div><div style=3D"color:rgb(34=
,34,34);font-family:arial,sans-serif;font-style:normal;font-variant-ligatur=
es:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;te=
xt-align:start;text-indent:0px;text-transform:none;white-space:normal;word-=
spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial=
;text-decoration-color:initial"><br></div><div style=3D"color:rgb(34,34,34)=
;font-family:arial,sans-serif;font-style:normal;font-variant-ligatures:norm=
al;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-alig=
n:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing=
:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-d=
ecoration-color:initial">Enjoy!</div><div style=3D"color:rgb(34,34,34);font=
-family:arial,sans-serif;font-style:normal;font-variant-ligatures:normal;fo=
nt-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:sta=
rt;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;=
background-color:rgb(255,255,255);text-decoration-style:initial;text-decora=
tion-color:initial"><br>Craig</div><br><div><div>#-------------------------=
-----------------------------------------------</div><div># Version 4.2.0, =
8 Apr 2018</div><div>#-----------------------------------------------------=
-------------------</div><div><br></div><div>Merged pull requests #160, #19=
0.</div><div><br></div><div>* Backups can now be deleted via the CGI interf=
ace, written by @moisseev</div><div>=C2=A0 (#160).</div><div><br></div><div=
>* bin/BackupPC_backupDelete: added -L option that puts output into client<=
/div><div>=C2=A0 LOG file, to support CGI backup deletion.</div><div><br></=
div><div>* Added support for a user-editable comment per host, via a new Cl=
ientComment</div><div>=C2=A0 config parameter, requested by @andrewmaksymow=
sky.</div><div><br></div><div>* bin/BackupPC_tarExtract: Added support for =
pax headers, which smbclient</div><div>=C2=A0 uses for long file names</div=
><div><br></div><div>* bin/BackupPC_backupDelete: make sure directory exist=
s when renaming tree</div><div>=C2=A0 from deleted backup.</div><div><br></=
div><div>* lib/BackupPC/Xfer/Smb.pm: ignore empty output lines from smbclie=
nt;</div><div>=C2=A0 fixes issue #159.</div><div><br></div><div>* bin/Backu=
pPC: improved several of the exit error messages.</div><div><br></div><div>=
* lib/BackupPC/Xfer/Rsync.pm: added shareName to RsyncArgs* argument</div><=
div>=C2=A0 substitutions; suggested by Alex Kobel.</div><div><br></div><div=
>* conf/BackupPC_stnd.css: removed import url(&#39;<a href=3D"https://fonts=
.googleapis.com/css...">https://fonts.googleapis.com/css...</a>.&#39;</div>=
<div>=C2=A0 suggested by @MartijnRas in issue #174.</div></div><div><br></d=
iv></div>

--001a113905f0e04d2d0569d71aa6--


--===============5356394481949581323==
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
--===============5356394481949581323==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

--===============5356394481949581323==--