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
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
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:
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
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
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
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
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
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
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/*/
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
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
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
> > 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
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
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
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
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 -
18 matches
Mail list logo