Re: [BackupPC-users] rrd images not displaying in web interface backuppc 3.3.1 +

2016-07-04 Thread Chris Adamson
In addition, I put a print `/usr/bin/whoami` in to the GeneralInfo.pm file and in both installations it printed backuppc. But /usr/bin/rrdtool is run as www-data in the bad installation. I don't get it. -Original Message- From: Chris Adamson [mailto:chris.adam...@mcri.edu.au] Sent: Tues

Re: [BackupPC-users] rrd images not displaying in web interface backuppc 3.3.1 +

2016-07-04 Thread Chris Adamson
I tried this and it didn't work. -Original Message- From: karlis [mailto:backuppc-fo...@backupcentral.com] Sent: Monday, 4 July 2016 8:49 PM To: backuppc-users@lists.sourceforge.net Subject: [BackupPC-users] rrd images not displaying in web interface backuppc 3.3.1 + Apache webserver by

[BackupPC-users] re-installed cygwin, sshd and rsync on client, can no longer connect

2016-07-04 Thread Adam Hardy
Hi I had to re-install cygwin on a Win7 client but kept the same 'backuppc' user on the system and I see that backuppc can't connect any more. I tried ssh'ing to the client from linux and there were warning messages about unknown hosts which I was able to sort out. This is what I see in the l

Re: [BackupPC-users] Backup of virtual machines

2016-07-04 Thread Daniel Berteaud
Le 04/07/2016 à 14:01, Smith, Graham - Computing Technical Officer a écrit : > > I don't use xenserver but my generic advice as a strategy would be to > backup the contents of the VMs rather than the raw virtual disks. > > Effetively treating the guests as if they were physical systems. The > raw

Re: [BackupPC-users] Backup of virtual machines

2016-07-04 Thread Adam Goryachev
On 4/07/2016 22:01, Smith, Graham - Computing Technical Officer wrote: I don't use xenserver but my generic advice as a strategy would be to backup the contents of the VMs rather than the raw virtual disks. Effetively treating the guests as if they were physical systems. The raw virtual di

Re: [BackupPC-users] Backup of virtual machines

2016-07-04 Thread Smith, Graham - Computing Technical Officer
I don't use xenserver but my generic advice as a strategy would be to backup the contents of the VMs rather than the raw virtual disks. Effetively treating the guests as if they were physical systems. The raw virtual disk files will be large but also non-unique so will cost a lot more in storage

[BackupPC-users] rrd images not displaying in web interface backuppc 3.3.1 +

2016-07-04 Thread karlis
Apache webserver by default runs under www-data user, it needs read access to this file. Easiest solution is to add read permissions for others group to file pool.rrd (chmod 644 /var/log/backuppc/pool.rrd) +-- |This was sent by