Re: [BackupPC-users] Wake on lan features

2008-05-07 Thread Nicholas Hall
On 5/7/08, nilesh vaghela <[EMAIL PROTECTED]> wrote: > > Hi All, > > Anybody has integrated wake on lan feature with BackupPc ?? > > Or any idea ?? This has been covered in the archives http://www.mail-archive.com/backuppc-users@lists.sourceforge.net/msg01333.html Good luck! -- Nicholas Hall

[BackupPC-users] Wake on lan features

2008-05-07 Thread nilesh vaghela
Hi All, Anybody has integrated wake on lan feature with BackupPc ?? Or any idea ?? -- Nilesh Vaghela ElectroMech Redhat Channel Partner and Training Partner 74, Nalanda Complex, Satellite Rd, Ahmedabad 25, The Emperor, Fatehgunj, Baroda. www.electromech.info --

Re: [BackupPC-users] Changing your login user

2008-05-07 Thread Craig Barratt
Ambrose writes: > Yes, you'll need to get backuppc to reread the configuration file. > > Two observations though: > > First, I think the 'link' line could be rewritten thus (bypassing the > customization step): > 'link' => eval { my $a = CGI::url(); $a =~ s{:/+}{://nouser:[EMAIL > PROTECTED]; $

Re: [BackupPC-users] Changing your login user

2008-05-07 Thread Ambrose Li
On 07/05/2008, Stephen Joyce <[EMAIL PROTECTED]> wrote: > On Wed, 7 May 2008, Ambrose Li wrote: > > Second, I tried it on my backuppc. If I use the back button I find that > > I'm still logged in. It seems that what that link does it just to redirect > > you to a [EMAIL PROTECTED] address which has

Re: [BackupPC-users] Changing your login user

2008-05-07 Thread Stephen Joyce
On Wed, 7 May 2008, Ambrose Li wrote: > First, I think the 'link' line could be rewritten thus (bypassing the > customization step): > 'link' => eval { my $a = CGI::url(); $a =~ s{:/+}{://nouser:[EMAIL > PROTECTED]; $a }, Thanks. I was looking for a way to do that... > Second, I tried it on my

Re: [BackupPC-users] Changing your login user

2008-05-07 Thread Ambrose Li
Yes, you'll need to get backuppc to reread the configuration file. Two observations though: First, I think the 'link' line could be rewritten thus (bypassing the customization step): 'link' => eval { my $a = CGI::url(); $a =~ s{:/+}{://nouser:[EMAIL PROTECTED]; $a }, Second, I tried it on my ba

Re: [BackupPC-users] Changing your login user

2008-05-07 Thread Peter
Hi Stephen, Thanks for the information. I tried entering the suggestion in the CGI interface but nothing appears on the index. I replaced the myserver.doman with my IP address (figured the simplest approach first should work). I also changed https to http. Do I need to restart something? Thanks P

[BackupPC-users] rsnapshot started by cron fails but works when started manually (Win XP + Cygwin)

2008-05-07 Thread Kurt Jasper
Hi, I'm struggling with a strange fact using rsnapshot with cron on windows xp + cygwin. When starting rsnapshot from the Cygwin shell with # rsnapshot hourly everything works fine - but when the same command is run from cron I got the error message: [07/May/2008:23:02:09] /bin/rsnap

Re: [BackupPC-users] Transfert BackupPC to an other machine (How ?)

2008-05-07 Thread Chris Robertson
Sam Przyswa wrote: > Hi, > > We have to change our BackupPC server to a new machine, how to copy the > entire BackupPC directory (120Gb) to an other machine ? > > I tried rsync, it crash after a long, long time, I tried scp but it > don't pass the link and the dest directory become out of size afte

Re: [BackupPC-users] Transfert BackupPC to an other machine (How ?)

2008-05-07 Thread Sam Przyswa
Le mercredi 07 mai 2008 à 23:01 +0200, Nils Breunese (Lemonbit) a écrit : > Sam Przyswa wrote: > > > We have to change our BackupPC server to a new machine, how to copy the > > entire BackupPC directory (120Gb) to an other machine ? > > > > I tried rsync, it crash after a long, long time, I trie

Re: [BackupPC-users] Transfert BackupPC to an other machine (How ?)

2008-05-07 Thread Nils Breunese (Lemonbit)
Sam Przyswa wrote: > We have to change our BackupPC server to a new machine, how to copy the > entire BackupPC directory (120Gb) to an other machine ? > > I tried rsync, it crash after a long, long time, I tried scp but it > don't pass the link and the dest directory become out of size after > tr

[BackupPC-users] Transfert BackupPC to an other machine (How ?)

2008-05-07 Thread Sam Przyswa
Hi, We have to change our BackupPC server to a new machine, how to copy the entire BackupPC directory (120Gb) to an other machine ? I tried rsync, it crash after a long, long time, I tried scp but it don't pass the link and the dest directory become out of size after transferring about 50% of fil

Re: [BackupPC-users] Win2k SP4 + Cygwin-rsyncd 2.6.8_0 transfers only +/-500 Kbytes - very very slow

2008-05-07 Thread Giorgio Emanuel
Help ? :( 2008/5/6 Giorgio Emanuel <[EMAIL PROTECTED]>: > In my case, the transfers are slower using 100Mb lan > Until i cant find a proper solution to the problem, I will use "rsync > over smb". > > 2008/5/6 Rob Owens <[EMAIL PROTECTED]>: > > > > Giorgio Emanuel wrote: > > > > Hi guys i need so

Re: [BackupPC-users] "stop all" not working

2008-05-07 Thread Craig Barratt
Mike writes: > "stop all" never seems to work. Sorry, that's not a valid server command. "stop" only supports stopping a particular host. > How can I "unblock" ANY backup which is still in "fileListReceive" when > the connection is lost? Usually if the connection is lost the server should see

Re: [BackupPC-users] backing up to NAS

2008-05-07 Thread Leandro Tracchia
thank you. i will raise the timeout value... but i though 20 hours was already enough... i'll give it a try. - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's st

Re: [BackupPC-users] Common BackupPC issues

2008-05-07 Thread Tino Schwarze
On Wed, May 07, 2008 at 08:36:29AM -0400, Lee A. Connell wrote: > I have a lot of deployed backuppc environments, and I seem to get these > errors quite a bit on large files. How can I get more information out > of this, like is the file still open, lost network connection, etc... I > keep gettin

[BackupPC-users] Common BackupPC issues

2008-05-07 Thread Lee A. Connell
I have a lot of deployed backuppc environments, and I seem to get these errors quite a bit on large files. How can I get more information out of this, like is the file still open, lost network connection, etc... I keep getting partial backups due to this. finish: removing in-process file Exchan

[BackupPC-users] "stop all" not working

2008-05-07 Thread Mike Yates
"stop all" never seems to work. I need to abort all jobs still going in the morning when users start working. My nightly jobs are not running if there is an (ostensibly) running job, stuck overnight. I have first wakeup at 01:00 after this cron job is supposed to "unblock" stuck jobs:- > From: C