[BackupPC-users] Restore to external device

2006-11-10 Thread Kyle Schneider
A colleague of mine has started using BackupPC on one of his servers. He is required to make a backup of the systems once a week on DVD as well. What he would like to be able to do is have BackupPC restore the files to a separate partition (preferably as a tar archive) so that he can automate this

Re: [BackupPC-users] Seg fault

2006-11-10 Thread Craig Barratt
Jason writes: > Using 2.1.2pl2: > > I recently switched from using rsync (because it was getting a few > hundred megs into a backup then giving me an (Unable to read 4 bytes) > error, and not even keeping a partial), to using rsyncd. I got this > working right earlier today and kicked off a m

Re: [BackupPC-users] odd 3.0.0 messages

2006-11-10 Thread Craig Barratt
David writes: > The following messages are in my BackupPC log: > > 2006-11-10 03:58:39 Botch on admin job for admin : already in use!! > 2006-11-10 03:58:39 Botch on admin job for admin : already in use!! > 2006-11-10 03:58:39 Botch on admin job for admin : already in use!! > 2006-11-10 03:58:

[BackupPC-users] odd 3.0.0 messages

2006-11-10 Thread David Relson
The following messages are in my BackupPC log: 2006-11-10 03:58:39 Botch on admin job for admin : already in use!! 2006-11-10 03:58:39 Botch on admin job for admin : already in use!! 2006-11-10 03:58:39 Botch on admin job for admin : already in use!! 2006-11-10 03:58:40 Botch on admin job for

[BackupPC-users] tar versus rsync on internal network

2006-11-10 Thread James Ward
Hi, I have ~160 servers connected on a high speed internal network which I use to do backups. Additionally I have ~50 remote servers which I back up over the external network. It's taking about a week to make the rounds of all the systems. Would it make more sense to use tar on the int

[BackupPC-users] Seg fault

2006-11-10 Thread Jason Hughes
Using 2.1.2pl2: I recently switched from using rsync (because it was getting a few hundred megs into a backup then giving me an (Unable to read 4 bytes) error, and not even keeping a partial), to using rsyncd. I got this working right earlier today and kicked off a manual full backup, ie. Ba

Re: [BackupPC-users] what about a tape drive

2006-11-10 Thread Tomasz Chmielewski
William McInnis wrote: > ok i have a tape drive is there a way to get all my backups say every friday > to a tape ? > I use such a script - it retrieves the last full backup from BackupPC archive, and makes tar.gz packages out of it. When the packages are done, you can write them to tape. Fo

Re: [BackupPC-users] what about a tape drive

2006-11-10 Thread Vincent Fleuranceau
2006/11/10, William McInnis <[EMAIL PROTECTED]>: > ok i have a tape drive is there a way to get all my backups say every friday > to a tape ? I run the following command from the crontab : sudo -u backuppc /usr/share/backuppc/bin/BackupPC_tarCreate -h -t -n -1 -s / > /dev/nst0 Feel free to

[BackupPC-users] what about a tape drive

2006-11-10 Thread William McInnis
ok i have a tape drive is there a way to get all my backups say every friday to a tape ? -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. - Using Tomcat but n

Re: [BackupPC-users] Exclude files issue...

2006-11-10 Thread Les Stott
Rob Morin wrote: > So i have this in a conf file for a certain server, so in this case in > the file stewy.pl i have > > $Conf{RsyncShareName} = > ['/etc','/var/www/virtual','/var/cache/bind','/var/mail/virtual']; > > $Conf{BackupFilesExclude} = ['/var/www/virtual/*/logs', > '/var/www/virtual/*/

[BackupPC-users] Exclude files issue...

2006-11-10 Thread Rob Morin
So i have this in a conf file for a certain server, so in this case in the file stewy.pl i have $Conf{RsyncShareName} = ['/etc','/var/www/virtual','/var/cache/bind','/var/mail/virtual']; $Conf{BackupFilesExclude} = ['/var/www/virtual/*/logs', '/var/www/virtual/*/backups']; However it keeps ba

Re: [BackupPC-users] ok iam lost

2006-11-10 Thread Jason Hughes
Make sure you have set an admin user to be the user name that should have complete access to BackupPC from the CGI: $Conf{CgiAdminUsers} = 'panther'; Without this set, anyone you log in as is only a user, and can only see the machines that the hosts file declares to be associated with that

Re: [BackupPC-users] Backup backuppc

2006-11-10 Thread Carl Wilhelm Soderstrom
On 11/10 06:37 , GATOUILLAT Pierre-Damien wrote: > > I probably did something like: > > > > old-machine# dd if=/dev/vg00/lv00 | gzip | nc newhost > > new-machine# nc -l -p | gunzip | dd of=/dev/vg00/backup > > I'm not sure that gzip works good with dd. I tested a dd / gzip and dd > alo

Re: [BackupPC-users] Backup backuppc

2006-11-10 Thread GATOUILLAT Pierre-Damien
> > Or with netcat and dd like that : > > > > (new_server)#nc -l -p 1 > /dev/new_part > > > > (old_server)#dd if=/dev/old_part | nc -w 5 @IP_new_server 1 > > this is basically what I did when I had to move a 100GB > backuppc partition from one machine to another. it only took > about 1

[BackupPC-users] ok iam lost

2006-11-10 Thread William McInnis
ok so i have the GUI up and i dont have half of the options you have on your screen shots iam missing config file hosts file current queues log file old logs email summary is there a good how to on this software becuase iam soo lost please someone help me -- This message has been scanned

Re: [BackupPC-users] Backup backuppc

2006-11-10 Thread Carl Wilhelm Soderstrom
On 11/10 04:49 , GATOUILLAT Pierre-Damien wrote: > Perhaps with dd ? Something like : > > (on the old server)#dd if=/dev/old_partition | ssh new_server dd > of=/dev/new_partition (perhaps indicate the bs= ? But with which ?) > > Or with netcat and dd like that : > > (new_server)#nc -l -p 10

Re: [BackupPC-users] Backup backuppc

2006-11-10 Thread Les Mikesell
On Fri, 2006-11-10 at 16:49 +0100, GATOUILLAT Pierre-Damien wrote: > Perhaps with dd ? Something like : > (on the old server)#dd if=/dev/old_partition | ssh new_server dd > of=/dev/new_partition (perhaps indicate the bs= ? But with which ?) That approach will work as long as (a) the partiti

Re: [BackupPC-users] Backup backuppc

2006-11-10 Thread GATOUILLAT Pierre-Damien
Hi, Perhaps with dd ? Something like : (on the old server)#dd if=/dev/old_partition | ssh new_server dd of=/dev/new_partition (perhaps indicate the bs= ? But with which ?) Or with netcat and dd like that : (new_server)#nc -l -p 1 > /dev/new_part (old_server)#dd if=/dev/old_part | nc -