[BackupPC-users] backup pc problem with foldernames containing ":"

2010-02-03 Thread a123xxsp
any ideas? not one? a123xxsp wrote: > I am using backuppc to backup 2 centos servers & 1 solaris > Backup in CentOS runs ok BUT in solaris I got errors > Erros when accessing folders with the character : in their name > i.e. : > /etc/svc/volatile/svc:/ > /etc/openwin/etc/devdata/xf86/boards/1:3:

Re: [BackupPC-users] Need Help Configuring a backuppc

2010-02-03 Thread Mark Phillips
On Wed, Feb 3, 2010 at 6:12 AM, Mark Phillips wrote: > On Tue, Feb 2, 2010 at 10:56 PM, Les Mikesell wrote: > >> Mark Phillips wrote: >> > I made a few changes to the Linux machine being backed up - I stopped >> > some unused processes - apache, mysql, and a couple of others, which >> > freed up a

Re: [BackupPC-users] lenny update to BackupPC breaks it?

2010-02-03 Thread James Ward
I figured it out. The apache2 user got changed to nobody from www-data. On Feb 3, 2010, at 9:33 AM, James Ward wrote: > I did routine updates on my servers today and one update was: > > [UPGRADE] backuppc 3.1.0-4lenny1 -> 3.1.0-4lenny3 > > Now, BackupPC is failing: > > [Wed Feb 03 09:30:20 20

[BackupPC-users] lenny update to BackupPC breaks it?

2010-02-03 Thread James Ward
I did routine updates on my servers today and one update was: [UPGRADE] backuppc 3.1.0-4lenny1 -> 3.1.0-4lenny3 Now, BackupPC is failing: [Wed Feb 03 09:30:20 2010] [error] [client 10.42.68.69] (13)Permission denied: exec of '/usr/share/backuppc/cgi-bin/index.cgi' failed [Wed Feb 03 09:30:20 20

Re: [BackupPC-users] Need Help Configuring a backuppc

2010-02-03 Thread Mark Phillips
On Tue, Feb 2, 2010 at 10:56 PM, Les Mikesell wrote: > Mark Phillips wrote: > > I made a few changes to the Linux machine being backed up - I stopped > > some unused processes - apache, mysql, and a couple of others, which > > freed up a fair amount of memory. Then started a new full backup. The

Re: [BackupPC-users] ROADMAP of BackupPC

2010-02-03 Thread Paul Farrow
Thanks Craig, great stuff. Paul Craig Barratt wrote: Paul writes: I know this is been asked a lot from time to time. But does any one know when someone !! will alter backuppc to use rsync 3 natively rather than use the perl plugin which is on 2.8 ?? Are there any realistic plans to do th

Re: [BackupPC-users] Rebackup Pool

2010-02-03 Thread Gerald Brandt
Hi, Isn't this what "archive" host is for? Gerald - "P. Mazart" wrote: > Hello LIst, > > Although I use RAID/… I’d like to keep a backup at another location in case > my > office burns down… :-) > > Is there a possibility to capture an image of every pc in my pool at once > from

Re: [BackupPC-users] Rebackup Pool

2010-02-03 Thread Boyko Yordanov - Exsisto Ltd.
Hi! I am using BackupPC_tarCreate and a specially prepared bash script to "extract" the latest backup for specified host, gzip it into archive and copy it to remote machine in order to have a so called 2nd level backup, just in case. Regards, Boyko On Feb 3, 2010, at 11:33 AM, P. Mazart wrot

[BackupPC-users] Rebackup Pool

2010-02-03 Thread P. Mazart
Hello LIst, Although I use RAID/… I’d like to keep a backup at another location in case my office burns down… :-) Is there a possibility to capture an image of every pc in my pool at once from the backuppc-server? I don’t need a whole history of backups; just an image of the last filesystem st

Re: [BackupPC-users] where the files come from, for rsync comparison?

2010-02-03 Thread Matthias Meyer
Craig Barratt wrote: > Matthias writes: > >> I believe that RsyncFileIO.pm decompress a file into /RStmp and >> than compare it (rsync) with the file from the client. > > Yes, but only if the file is bigger than 16MB (otherwise > it just does it in memory) and delays doing it until it > knows th