Hi Guys
Is there a How-To on upgrading from 4.3.0 to 4.3.1?
I'm running 4.3.0 on Ubuntu 18.04 LTS and I installed originally from the
script on this page.
https://github.com/backuppc/backuppc/wiki/Installing-BackupPC-4-from-tarball-or-git-on-Ubuntu
Thanks
Mark
__
Hello Mark,
There are notes in the script for upgrading.
If anyone has the time, the upgrade parts could easily be made into a
script of their own or even better, as an argument to the script.
Our orchestration uses a separate approach, but I might contribute that
as well as an option if I f
Okay here is my first attempt at modifying that script to just do an
upgrade, would some on mind looking over it and checking to see if it makes
sense and will work? It purely a copy of the original script with lines
removed and updated the bpcver variable to equal 4.3.1
#!/bin/bash
set -e
bpcver=
Mark Wass wrote at about 13:20:24 +1000 on Tuesday, July 16, 2019:
> Hi Guys
>
> Is there a How-To on upgrading from 4.3.0 to 4.3.1?
>
> I'm running 4.3.0 on Ubuntu 18.04 LTS and I installed originally from the
> script on this page.
>
> https://github.com/backuppc/backuppc/wiki/Installi
I'd actually recommend rolling proper Debian packages instead of using a
script to manually compile software on a production server.
My HOWTO and pre-built packages can be found here:
https://github.com/backuppc/backuppc/wiki/Build-Your-Own-Packages
I didn't yet get time to merge the latest cha
I should note that the kluginess below is in order to create "proper"
debian packages. You can always just 'make' and 'install' the code
directly as was previously noted but then you lose the cleanliness of
the debian packaging system...
backu...@kosowsky.org wrote at about 02:22:44 -0400 on Tuesd
Raoul Bhatia wrote at about 08:07:34 +0200 on Tuesday, July 16, 2019:
> I'd actually recommend rolling proper Debian packages instead of using a
> script to manually compile software on a production server.
>
> My HOWTO and pre-built packages can be found here:
> https://github.com/backuppc/