Re: [BackupPC-users] Problem using --cvs-exclude and the BackupFilesExclude option

2007-11-19 Thread Craig Barratt
Cameron writes: > $Conf{BackupFilesExclude} = { >'home' => ['/tmp'], > }; > > Connected to module home > Sending args: --server --sender --numeric-ids --perms --owner --group > -D --links --hard-links --times --block-size=2048 --recursive > --checksum-seed=32761 . . > Checksum caching enabled

[BackupPC-users] odd ping error - threshold is 0msec

2007-11-19 Thread Matthew Vogt
I'm getting an odd ping error and looking for some help. I'm getting this on only one machine: * Last status is state "idle" (no ping) as of 11/19 14:22. * Last error is "ping too slow: 1.339msec (threshold is 0msec)" Even though the config.pl is: $Conf{PingMaxMsec} = 30; I've tried restarting

[BackupPC-users] Problem using --cvs-exclude and the BackupFilesExclude option

2007-11-19 Thread Cameron Dale
Hi, I previously used the BackupFilesExclude option set on some hosts to exclude a temporary directory from one of my modules: $Conf{BackupFilesExclude} = { 'home' => ['/tmp'], }; This worked fine, resulting in this in the XferLOG file: Connected to module home Sending args: --server --sende

Re: [BackupPC-users] NT_STATUS_BAD_NETWORK_NAME

2007-11-19 Thread dan
in theory you could restore a windows install this way BUT the windows boot load may be corrupt and would need a "fdisk /mbr" run from an NTFS aware DOS prompt or something similar, which cant be done with backuppc. also, windows can be a real pain to bring back to life after any kind of system di

[BackupPC-users] Email

2007-11-19 Thread Richard Mace
Hi, I am trying to work out how to get email notifications working. I have configured sendmail to work, so that I can type /usr/sbin/sendmail and can send an email, but I can't seem to get backup pc to send one. Any pointers? -- Richard ---

Re: [BackupPC-users] Skipping directories with .nobackup files (creating dynamic file exclude/include lists)

2007-11-19 Thread John Rouillard
On Mon, Nov 19, 2007 at 09:00:51AM -0800, Rich Rauenzahn wrote: > John Rouillard wrote: > >Our current backup system (hdup) allows the user to prune directories > >from the backups. So I can backup the /home share and have a user > >create > > > > /home/user/data/lots_of_junk_data_that_doesnt_need

Re: [BackupPC-users] backuppc and hard drive spin down

2007-11-19 Thread Alex Zelter
Hi Rich, Yes - I had: $Conf{WakeupSchedule} = [2]; but that didn't help. I also had to do: $Conf{TrashCleanSleepSec} = 86400; It seems if you don't do this, backuppc wakes up every 5 minutes between each check of the trash directory. This still means my hd's are spun up twice a day, not once, as I

Re: [BackupPC-users] backuppc and hard drive spin down

2007-11-19 Thread Rich Rauenzahn
Alex Zelter wrote: > Hi, > I am running backuppc version 3.0.0-3ubu on Ubuntu gutsy. Ubuntu puts > backuppc's backups in /var/lib/backuppc. I have this linked to /backup > which is on an external hard drive. This hard drive is set to spin > down after 30 minutes of inactivity. backuppc is set t

Re: [BackupPC-users] NT_STATUS_BAD_NETWORK_NAME

2007-11-19 Thread Gene Horodecki
Whoa.. I'll definitely exclude the pagefile.sys and c:\windows.  Good tip. Is there truly no way to restore a windows client though?  I mean, it's not the end of the world because Windows needs a fresh install every so often anyway, but if you really needed to surely there would be a way to do it.

Re: [BackupPC-users] No ping possible, what to do?

2007-11-19 Thread Rich Rauenzahn
I've been using this script, written such that backuppc can parse the output. #!/usr/bin/perl -w use strict; use Net::Ping; die "usage: $0 port hostname\n" unless(@ARGV == 2); my $serv = shift @ARGV; my $host = shift @ARGV; my $p = Net::Ping->new("tcp", 30); $p->hires(); if($serv =~ /^\d+/)

Re: [BackupPC-users] Skipping directories with .nobackup files (creating dynamic file exclude/include lists)

2007-11-19 Thread Rich Rauenzahn
John Rouillard wrote: > Hi all: > > Our current backup system (hdup) allows the user to prune directories > from the backups. So I can backup the /home share and have a user > create > > /home/user/data/lots_of_junk_data_that_doesnt_need_backup/.nobackup. > > that file will prevent the backup o

Re: [BackupPC-users] Why not use --parital by default for rsync transfers?

2007-11-19 Thread Rob Owens
The perl module that BackupPC uses (File::RsyncP, I think) needs to support whatever arguments you specify for rsync. I'm not sure if --partial is supported or not, but that could be a potential stumbling block. -Rob John Rouillard wrote: > Hi all: > > Can anybody think of any reason to not add

Re: [BackupPC-users] ZFS anybody?

2007-11-19 Thread dan
yes! i have run it in a test environment on real hardware in nexenta, which is opensolaris meets ubuntu. works very well. be sure to turn on ZFS compression and turn OFF backuppc compression. ZFS compresses much more efficiently(CPU wise) and I get much higher transfer rates this way. On Nov 1

Re: [BackupPC-users] BUPC data on external h.d. produces link errors

2007-11-19 Thread Rob Owens
Wayne Wynn wrote: > I have BackupPC (BUPC) running on an Ubuntu Gutsy (7.10) box. The > Filesystem is on a 37 GB SCSI RAID array and the BUPC data is on a 160 > GB external SATA drive. Later, that drive is to contain backups of a > couple of Windows machines, and then I want to make copies of it

Re: [BackupPC-users] Changing the day a Full backup is run

2007-11-19 Thread Rob Owens
Les Mikesell wrote: > Lee A. Connell wrote: >> Is there a way to have backuppc do full/inc backups but specify which >> days full backups are done? I would like full backups to be done on the >> weekends only. > > If you run one manually, the next one won't happen until the specified > time ha

Re: [BackupPC-users] Is there a command line reporting tool for backuppc?

2007-11-19 Thread Les Stott
Holger Parplies wrote: > Hi, > > Les Stott wrote on 14.11.2007 at 00:22:35 [Re: [BackupPC-users] Is there a > command line reporting tool for backuppc?]: > >> I was wondering if you could help out with two additional changes >> >> I want to run this script as a DumpPostUserCmd such that

[BackupPC-users] Error from BackupPC_link but doing It from command line It's all ok....

2007-11-19 Thread Nicola Pussini
Hi. I've mounted a network folder on backuppc's server. I've set up permissions in order to have full access to this folder by backuppc user. If I try to do a backup using the web interface, It doesn't work. In the log are reported a lot of these lines: 2007-11-19 09:01:26 BackupPC_link got erro