Re: [BackupPC-users] What things may influence BackupPC to run faster?

2008-03-18 Thread John Pettitt
Bernhard Ott wrote: > John Pettitt wrote: > >> In the server I just upgraded (Code 2 quad 2ghz, 2GB, 1.5TB ufs on >> RAID10 , FreeBSD 7.0) my backups run between 3.6 MB/sec for a remote >> server (*) and 56 MB/sec for a volume full of digital media on a gig-e >> connected mac pro. Havin

Re: [BackupPC-users] I don't understand how the schedules work

2008-03-18 Thread Adam Goryachev
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > shacky wrote: Sorry, I already deleted the beginning of the thread with the details I wanted to respond to. In your original post you showed the Wakeup times as being this: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21,

Re: [BackupPC-users] How to take a backup client .

2008-03-18 Thread Stephen Joyce
Hi, It sounds like you're not logging into your server as a user allowed to admin backuppc. Have you configured $Conf{CgiAdminUsers} or $Conf{CgiAdminUserGroup} properly? See http://backuppc.sourceforge.net/faq/BackupPC.html#item__conf_cgiadminusers_ and http://backuppc.sourceforge.net/faq/Ba

Re: [BackupPC-users] I don't understand how the schedules work

2008-03-18 Thread Les Mikesell
shacky wrote: >> When does the backup start? > > Ok, I understand. > The automatic backups start every hour, because I have this line in my > config.pl: > > $Conf{WakeupSchedule} = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, > 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]; > > The problem is that Back

[BackupPC-users] How to take a backup client .

2008-03-18 Thread kanti
where i have to edit that . And i made some change in vi host file ,means dere i entered a user called venus when i m goin to search that same user in Backuppc it show some error like this Error: Only privileged users can view information about host venus. plz tell me wat willl i do . plz try

Re: [BackupPC-users] I don't understand how the schedules work

2008-03-18 Thread Nils Breunese (Lemonbit)
shacky wrote: >> See the documentation on blackout periods: >> http://backuppc.sourceforge.net/faq/BackupPC.html#item__conf_blackoutgoodcnt_ > > Yes, I read it many times, and I don't understand where I am making > a mistake... Are you sure your hosts have already reached the BlackoutGoodCnt?

Re: [BackupPC-users] I don't understand how the schedules work

2008-03-18 Thread shacky
> See the documentation on blackout periods: > http://backuppc.sourceforge.net/faq/BackupPC.html#item__conf_blackoutgoodcnt_ Yes, I read it many times, and I don't understand where I am making a mistake... - This SF.net email

Re: [BackupPC-users] How to take a backup client .

2008-03-18 Thread Nils Breunese (Lemonbit)
kanti wrote: > Hie All this is Appu , By help of this forum i m able to install a > BackupPC-3.1.0. Now i want to take a backup of my server . Plz tell > me how i can do this bcoz in graphical mode of backuppc i didn't > found any edit option. You can only edit the configuration when the us

Re: [BackupPC-users] I don't understand how the schedules work

2008-03-18 Thread Nils Breunese (Lemonbit)
shacky wrote: >> If you want to start a backup at a particular time for some reason, >> set: >> $Conf{FullPeriod} = -1; >> then put an entry in /etc/crontab as described on this wiki page: >> http://backuppc.wiki.sourceforge.net/Schedule_Backups_With_Cron > > I don't want to use Cron because I w

Re: [BackupPC-users] I don't understand how the schedules work

2008-03-18 Thread Nils Breunese (Lemonbit)
shacky wrote: > The problem is that BackupPC doesn't care of the statement in > [clientname].pl: > > $Conf{BlackoutPeriods} = [ > { > hourBegin => 7.0, > hourEnd => 23, > weekDays => [0, 1, 2, 3, 4, 5, 6], > }, > ]; > > Do you know why this happens? See the documentati

Re: [BackupPC-users] I don't understand how the schedules work

2008-03-18 Thread shacky
> When does the backup start? Ok, I understand. The automatic backups start every hour, because I have this line in my config.pl: $Conf{WakeupSchedule} = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]; The problem is that BackupPC doesn't care of the statemen

Re: [BackupPC-users] I don't understand how the schedules work

2008-03-18 Thread shacky
> When does the backup start? There aren't any particolar moment, I don't understand if there is a particular time. > Some of those variables can't be redefined in the per-host config files. What variables? > If you want to start a backup at a particular time for some reason, set: > $Conf{Fu

[BackupPC-users] How to take a backup client .

2008-03-18 Thread kanti
Hie All this is Appu , By help of this forum i m able to install a BackupPC-3.1.0. Now i want to take a backup of my server . Plz tell me how i can do this bcoz in graphical mode of backuppc i didn't found any edit option. BackupPC Server StatusCurrently Running Jobs Hosts

Re: [BackupPC-users] I don't understand how the schedules work

2008-03-18 Thread Carl Wilhelm Soderstrom
On 03/18 01:15 , shacky wrote: > I want a client to be backed up only at 1:00 am and absolutely not to > backup from 7 to 23. > But an automatic backup starts from BackupPC everytime, even after I > manually stopped it. When does the backup start? Some of those variables can't be redefined in

[BackupPC-users] I don't understand how the schedules work

2008-03-18 Thread shacky
Hi. I am not sure that I understant how the schedule features work in BackupPC. I want a client to be backed up only at 1:00 am and absolutely not to backup from 7 to 23. So I setted up a client with this configuration file: $Conf{WakeupSchedule} = [1]; $Conf{FullPeriod} = 6.97; $Conf{IncrPeriod}

Re: [BackupPC-users] What things may influence BackupPC to run faster?

2008-03-18 Thread Bernhard Ott
John Pettitt wrote: > Bruno Faria wrote: >> Hello to everyone, >> >> Lately for some reason, BackupPC has been running very slow on a >> server that we have configured to do backups. Just so that you guys >> can have an idea of how slow it really is going, it took BackupPC >> 10265.2 minutes t