[BackupPC-users] How To Upgrade 4.3.0 to 4.3.1

2019-07-15 Thread Mark Wass
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 __

Re: [BackupPC-users] How To Upgrade 4.3.0 to 4.3.1

2019-07-15 Thread Johan Ehnberg
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

Re: [BackupPC-users] How To Upgrade 4.3.0 to 4.3.1

2019-07-15 Thread Mark Wass
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=

Re: [BackupPC-users] How To Upgrade 4.3.0 to 4.3.1

2019-07-15 Thread backuppc
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

Re: [BackupPC-users] How To Upgrade 4.3.0 to 4.3.1

2019-07-15 Thread Raoul Bhatia
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

Re: [BackupPC-users] How To Upgrade 4.3.0 to 4.3.1

2019-07-15 Thread backuppc
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

Re: [BackupPC-users] How To Upgrade 4.3.0 to 4.3.1

2019-07-15 Thread backuppc
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/