[BackupPC-users] Another BackupPC Fuse filesystem

2011-04-05 Thread Saturn2888
How would I cpan install this one? +-- |This was sent by saturn2...@gmail.com via Backup Central. |Forward SPAM to ab...@backupcentral.com. +-- ---

Re: [BackupPC-users] Question about $Conf{DumpPostUserCmd}

2011-04-05 Thread Mark Wass
Hi Guys Figured this one out by my self, all I did was send the output of the init.d script to /dev/null and backuppc was happy. #!/bin/bash # This script starts up alfresco after a cold backup by backuppc /etc/init.d/alfresco start > /dev/null 2>&1 sleep 20 echo "ALFRESCO HAS STARTED"

[BackupPC-users] Question about $Conf{DumpPostUserCmd}

2011-04-05 Thread Mark Wass
Hi Guys When I use $Conf{DumpPostUserCmd} to execute the following script backuppc does not know that the script is finished running and so backuppc continues to think the backup has not finished and eventually times out as a failed backup. Line from config.pl $Conf{DumpPostUserCmd} = '$ss

Re: [BackupPC-users] Managing connections to the administration interface

2011-04-05 Thread Bowie Bailey
On 4/5/2011 4:37 PM, Carl Wilhelm Soderstrom wrote: > On 04/05 10:22 , Grégoire COUTANT wrote: >> I can not find in the documentation the possibility of restricting >> access to the administration. >> It may be useful for some users to access the backup but without being >> able to restore a serv

Re: [BackupPC-users] Managing connections to the administration interface

2011-04-05 Thread Carl Wilhelm Soderstrom
On 04/05 10:22 , Grégoire COUTANT wrote: > I can not find in the documentation the possibility of restricting > access to the administration. > It may be useful for some users to access the backup but without being > able to restore a server. in /etc/backuppc/hosts there are examples like this:

[BackupPC-users] Managing connections to the administration interface

2011-04-05 Thread Grégoire COUTANT
Hi all, I can not find in the documentation the possibility of restricting access to the administration. It may be useful for some users to access the backup but without being able to restore a server. Currently I use apache authentication, but it's a bit unwieldy. Is this possible ? Thanks

Re: [BackupPC-users] [newb] ssh rsync with restricted permissions

2011-04-05 Thread Steve
I'm deliberately top-posting to ask, did you setup everything the "standard" way and get it working? If not, try that first and then start changing things. The above (below) suggestion may simply be failing due to some other setup issue, not the security issue that concerns you. And I am not exp

[BackupPC-users] [newb] ssh rsync with restricted permissions

2011-04-05 Thread yilam
Can really nobody help me out, or should I start a new subject? Thanks tom +-- |This was sent by sneak...@gmx.net via Backup Central. |Forward SPAM to ab...@backupcentral.com. +---

Re: [BackupPC-users] bare metal restore?

2011-04-05 Thread Carl Wilhelm Soderstrom
On 04/05 11:20 , Neal Becker wrote: > Interesting. I thought that rsync is no worse than using e.g., tar in the > case > of nothing to compare to. Do you think rsync is actually worse (slower)? I've seen cases where rsync was 2x-4x slower than tar, when there was no data to compare to. -- Ca

Re: [BackupPC-users] bare metal restore?

2011-04-05 Thread Tyler J. Wagner
On Tue, 2011-04-05 at 11:20 -0400, Neal Becker wrote: > Interesting. I thought that rsync is no worse than using e.g., tar in the > case > of nothing to compare to. Do you think rsync is actually worse (slower)? It probably is slightly slower, especially at start. However, if there is little i

Re: [BackupPC-users] bare metal restore?

2011-04-05 Thread Neal Becker
Matthias Meyer wrote: > Neal Becker wrote: > >> Carl Wilhelm Soderstrom wrote: >> >>> On 04/04 07:40 , Neal Becker wrote: Are there instructions for using backuppc for bare metal restore? >>> >>> Probably somewhere. It's fairly straightforward tho. >>> >>> Boot the bare-metal machine with

Re: [BackupPC-users] Empty directories for backups

2011-04-05 Thread Jeffrey J. Kosowsky
Lee A. Connell wrote at about 09:02:22 -0400 on Tuesday, April 5, 2011: > I am having a strange issue on only one of my backed up hosts. I have 12 > consecutive days of reported good backups, but when I go to click on one > of the backup numbers it is blank. I checked in the directory path > wi

[BackupPC-users] Empty directories for backups

2011-04-05 Thread Lee A. Connell
I am having a strange issue on only one of my backed up hosts. I have 12 consecutive days of reported good backups, but when I go to click on one of the backup numbers it is blank. I checked in the directory path within /var/lib/backuppc/pc/host and the directory does not show there either. Some